TheUndo / m3u8

Download segmented video (.ts) from m3u8 playlist and merge the segments into one video (.mp4/.mv4/.*) file for saving
MIT License
10 stars 4 forks source link

master playlist - feature request #1

Open realrecordzLab opened 3 years ago

realrecordzLab commented 3 years ago

It will be possible in future to have the ability to download an m3u8 file that is a master playlist?

TheUndo commented 3 years ago

The reason this repo doesn't take in a master playlist is because I want to give the you the control to pick which quality/stream gets downloaded, you can fetch the master playlist and extract the desired sub playlist. The plug the extracted playlist into this repo.

Hope this helps.

realrecordzLab commented 3 years ago

The reason this repo doesn't take in a master playlist is because I want to give the you the control to pick which quality/stream gets downloaded, you can fetch the master playlist and extract the desired sub playlist. The plug the extracted playlist into this repo.

Hope this helps.

Ok, thamks for the clarification. I've asked this because sometime it's difficult to obtain a single playlist file from the video streaming services that uses m3u8. Just another question, is possible to do multiple downloads at the same time with a single instance of this library?