Age | Commit message (Collapse) | Author |
|
|
|
Add --fragment-retries option (Fixes #8466)
|
|
|
|
With IDN (Internationalized Domain Name) and a proxy, non-ascii URLs
are passed down to urllib/urllib2, causing UnicodeEncodeError
Fixes #8890
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ci skip]
|
|
|
|
|
|
* Add thumbnail
* Detect errors (#6469)
* Match more (#6469, #8489)
|
|
|
|
|
|
|
|
|
|
Makefile: make it compatible with bmake
|
|
|
|
|
|
It's the portable version of BSD make: http://crufty.net/help/sjg/bmake.html
The syntax for conditionals is different in GNU make and BSD make, so we use the shell
|
|
|
|
|
|
|
|
|
|
(Closes #7314)
|
|
|
|
|
|
|
|
Fixes #8760
|
|
|
|
|
|
|
|
YouTube may often return 404 HTTP error for a fragment causing the
whole download to fail. However if the same fragment is immediately
retried with the same request data this usually succeeds (1-2 attemps
is usually enough) thus allowing to download the whole file successfully.
So, we will retry all fragments that fail with 404 HTTP error for now.
|
|
|
|
|
|
|
|
|