You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl/downloader
Yen Chi Hsuan 50ce1c331c
[downloader/external] Add another env for proxies in ffmpeg/avconv
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
8 years ago
..
__init__.py Add --hls-prefer-ffmpeg 8 years ago
common.py [downloader/{common,fragment}] Fix total retries reporting on python 2.6 8 years ago
dash.py [downloader/dash] Add fragment retry capability 8 years ago
external.py [downloader/external] Add another env for proxies in ffmpeg/avconv 8 years ago
f4m.py [downloader/f4m] Simply select format when it's the only one 8 years ago
fragment.py [downloader/fragment] Document fragment_retries 8 years ago
hls.py [downloader/hls] Correct comment on twitch vods 8 years ago
http.py [refactor] Single quotes consistency 8 years ago
rtmp.py [refactor] Do not specify redundant None as second argument in dict.get() 8 years ago
rtsp.py [downloader/rtsp] Print the command 8 years ago