Age | Commit message (Collapse) | Author |
|
elapsed time (closes #10876)
|
|
(closes #10809)
An OSError or IOError generally indicates something a little more
wrong than a "simple" UnavailableVideoError, so print the actual
traceback that leads to the exception. Otherwise meaningful postmortem
debugging a bug report is essentially infeasible.
|
|
|
|
(closes #8932)
|
|
|
|
Otherwise, if you screw up a playlist test by including a playlist
dictionary key, you'll be there for eons while it downloads all the
files before erroring out.
|
|
|
|
#11358)(closes #11373)(closes #11800)
|
|
|
|
In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.
See https://github.com/PyCQA/pycodestyle/issues/400
See also #10689; thanks @stepshal for first mentioning this issue and
initial patches
|
|
Related: #10490
|
|
Ref: #10304
|
|
|
|
|
|
|
|
Related sources:
https://git.libav.org/?p=libav.git;a=blob;f=libavformat/http.c;h=8fe8d11e1edfdbb04a8726db2c49cfef3f572aac;hb=HEAD#l152
https://git.libav.org/?p=libav.git;a=blob;f=libavformat/tls.c;h=fab243e93e20034e88e619188c13a44a5d8ccdb9;hb=HEAD#l63
https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/http.c#L191
https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/tls.c#L92
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
download
|
|
get_suitable_downloader
|
|
availibilty and support
|
|
|
|
|
|
|
|
|
|
|
|
- replace HlsFD and RtspFD
- add basic support for downloading part of the video or audio
|
|
|
|
|
|
|
|
|
|
--proxy for curl
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
curl doesn't follow redirections by default
|
|
'' might actually be passed in, so check for None.
|
|
|
|
|
|
|