besuper / TwitchNoSub

An extension to watch sub only VOD on Twitch
Apache License 2.0
1.64k stars 67 forks source link

Can I generate a link to download vod with youtube-dl #60

Open hasnogaems opened 1 year ago

hasnogaems commented 1 year ago

It is working in browser, but can I get direct link to this playable vod to download it with youtube-dl?

xzuyn commented 1 year ago

after you've installed the extension, open up inspect element and go to the network tab. after that play whatever vod you want and search for .m3u8 in the network tab. there should be an index-dvr.m3u8.

now you can use the link to that .m3u8 with yt-dlp or youtube-dl.

the m3u8 it gives you might be the resolution you selected on twitch, so try setting the resolution you want first, then copy that .m3u8 link as using -F in yt-dlp only shows one download version.

BlueWorld1 commented 1 year ago

There is also a proposition here if you want: https://github.com/BlueWorld1/twitch-vod-downloader