Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
We're seeing this in the tests¹ right now, which do not terminate.
¹ https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858
|
|
|
|
|
|
|
|
|
|
Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's.
Closes #4875.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So that we don't have to implement all the methods used by the cookiejar.
|
|
curl doesn't follow redirections by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filesize and tbr should correlate, so it doesn't make sense to treat them differently.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[beeg] fix test
|
|
[drtuber] fix extraction
|
|
|
|
|
|
|
|
|
|
|