Skip to content

korhox/M3U8-Python-Downloader-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This script is made to download multiple m3u8 playlist files to mp4 files.

Depenencies

Installation

First of all, you need to have Python and FFmpeg installed on your computer. Install them according to their documentation and ensure they are in your PATH/environment variables.

Install Python dependencies:

pip install -r requirements.txt

Usage

create file links.txt to the src directory where each line is a single link. Before the link, there is the title of the final mp4 file name. The title and the link are separated by a comma (csv like). Example:

Title for the file,https://example.com/
This is an example title,https://cdn.xyz.example.com/

Open the src directory in your Terminal app cmd or PowerShell on Windows and run the command:

python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages