wybm icon indicating copy to clipboard operation
wybm copied to clipboard

Avoid YouTube's throttling

Open Kagami opened this issue 6 years ago • 0 comments

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

Need to use workaround: https://github.com/rg3/youtube-dl/issues/15271#issuecomment-362834889 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.

Kagami avatar Sep 08 '18 10:09 Kagami