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

Avoid YouTube's throttling #13

Open
Kagami opened this issue Sep 8, 2018 · 0 comments
Open

Avoid YouTube's throttling #13

Kagami opened this issue Sep 8, 2018 · 0 comments

Comments

@Kagami
Copy link
Owner

Kagami commented Sep 8, 2018

YouTube limits download speed for simple wget $(youtube-dl -g id) HTTP agents.

Need to use workaround: ytdl-org/youtube-dl#15271 (comment)
request library doesn't support it, need to either implement by hand (similar to http.py), find library which already implements it, or let youtube-dl download the file.

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

No branches or pull requests

1 participant