Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hasnogaems opened this issue Feb 13, 2023 · 2 comments
Open

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

hasnogaems opened this issue Feb 13, 2023 · 2 comments

Comments

@hasnogaems
Copy link

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

@xzuyn
Copy link

xzuyn commented Feb 18, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants