Feature Request: Support for Downloading M3U8 Videos
AHussein-TryCar opened this issue · 2 comments
AHussein-TryCar commented
I want to request a feature to enable the downloading of M3U8 video streams.
Thanks.
tonyofrancis commented
Hey @AHussein-TryCar Looks like there is two steps to supporting this in the library.
- Get all the ts Urls from the m3u8 Url.
- Download all the ts Urls and group them.
This is the first time I am hearing of m3u8 so forgive my ignorance. Ill look into support this in a future release.