lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.75k stars 262 forks source link

Add download from m3u8 link support #1140

Closed Mishasama closed 2 months ago

Mishasama commented 4 months ago

Checklist

Write your feature request here

Something like this: https://*.cloudfront.net/*/*/index-dvr.m3u8 It's playable by VLC.

ScrubN commented 4 months ago

If I were to add support for the m3u8 links it would need to be in the CLI, since there is no way to get the original video info from the m3u8 link.

Mishasama commented 4 months ago

If I were to add support for the m3u8 links it would need to be in the CLI, since there is no way to get the original video info from the m3u8 link.

Maybe something like "M3U8 mode" without display any info? Just download all ts file that include, then convent them to mp4.

Mishasama commented 2 months ago

Found a replacement.