wybm
wybm copied to clipboard
Avoid YouTube's throttling
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.