Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
available
Useful for external tools using the json output.
The methods '_calc_headers' and '_calc_cookies' have been copied from the downloader/external, now they just use "info_dict['http_headers']".
|
|
|
|
|
|
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
|