aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/external.py
AgeCommit message (Collapse)Author
2019-09-01[downloader/external] Respect mtime option for aria2c (#22242)telephono
2019-04-02[download/external] pass rtmp_conn to ffmpegRemita Amine
2019-03-11Start moving to ytdl-orgSergey M․
2019-02-23[downloader/external] Add support for rate limit and retries for wgetSergey M․
2019-02-23[downloader/external] Fix infinite retries for curl (closes #19303)Sergey M․
2018-03-24[downloader/external] Simplify finished progress hook reporting and add ↵Sergey M․
elapsed time (closes #10876)
2018-03-24[downloader/external] Fix download finalization when writing file to stdout ↵John Hawkinson
(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.
2017-05-22[downloader/external] Pass -loglevel to ffmpeg downloader (closes #13183)Sergey M․
2017-04-29[downloader/external] Properly handle live stream downloading cancellation ↵Sergey M․
(closes #8932)
2017-03-05[downloader/external] Add missing import and PEP8Sergey M․
2017-03-05[external:ffmpeg] In test harness, limit to 10k download sizeJohn Hawkinson
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.
2017-02-09[external:ffmpeg] do not assume that ffmpeg unknown version format is newRemita Amine
2017-02-04[turner] fix downloading of secure hls formats using ffmpeg(closes ↵Remita Amine
#11358)(closes #11373)(closes #11800)
2017-02-02[downloader/external:ffmpeg] minimize the use of aac_adtstoasc filterRemita Amine
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
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
2016-08-29[downloader/external] Recommend --hls-prefer-native for SOCKS usersYen Chi Hsuan
Related: #10490
2016-08-25[downloader/external] Clarify that ffmpeg doesn't support SOCKSYen Chi Hsuan
Ref: #10304
2016-08-13[downloader/external:curl] Clarify why CurlFD should not capture stderrRemita Amine
2016-08-12[external/curl] respect more downloader options and display progressRemita Amine
2016-06-12[downloader/external] Decode error string before writing to stderrSergey M․
2016-06-08[downloader/external] Add another env for proxies in ffmpeg/avconvYen Chi Hsuan
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
2016-05-09[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)Sergey M․
2016-05-08[downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)Sergey M․
2016-04-16[ffmpeg] check for - file name in _ffmpeg_filename_argumentremitamine
2016-04-14[downloader/external] enable piping for FFmpegFD(closes #2124)remitamine
2016-03-14[external/downloader] fix rtmp downloading using FFmpegFDremitamine
2016-03-13[downloader/external] pass configuration args to ffmpegremitamine
2016-03-13[external/downloader] don't pass -t and -ss to ffmpegremitamine
2016-03-13[downloader/external] check for ffmpeg availablity when it used for m3u8 ↵remitamine
download
2016-03-13[download/external] move the check for multiple selected formats to ↵remitamine
get_suitable_downloader
2016-03-13[downloader/external] add can_download mathod for checking downloader ↵remitamine
availibilty and support
2016-03-13[downloader/external] wrap available_opt in a listremitamine
2016-03-13[downloader/external] skip FFmpegFD when requesting multiple formatsremitamine
2016-03-13[ffmpeg] convert format ext to ffmpeg output formats codesremitamine
2016-02-20[downloader/external:ffmpegfd] check for None value of start_timeremitamine
2016-02-20[downloader/external] check for external downloaders availabilityremitamine
2016-02-19[downloader/external] Add FFmpegFD(fixes #622)remitamine
- replace HlsFD and RtspFD - add basic support for downloading part of the video or audio
2015-09-05[downloader/external] Use generalized cli option convertersSergey M․
2015-09-04[downloader/external] change _argless_option function to _valueless_optionremitamine
2015-09-04[downloader/external] add _argless_option for option without argumentsremitamine
2015-09-04[downloader/external] add _bool_option to pass value to bool optionremitamine
2015-09-03[downloader/external] Respect --no-check-certificate for curl and aria2c and ↵remitamine
--proxy for curl
2015-08-11[downloader/external] Use generic _optionSergey M․
2015-08-11[downloader/external] Forward --proxy to wget and aria2cSergey M․
2015-08-08[downloader/external] Respect --no-check-certificate for wgetSergey M․
2015-08-08adding support for axel download managervijayanand nandam
2015-06-28[downloader/external] Fix externals downloaders specified with extension on ↵Sergey M․
Windows
2015-06-25[downloader/external] Add downloader for httpie (closes #6079)Jaime Marquínez Ferrándiz
2015-04-26[downloader/external] Use encodeArgumentSergey M․
2015-03-02[downloader/external] Add support for custom options (Fixes #4885, closes #5098)Philipp Hagemeister