Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from upstream | Jesús | 2021-10-18 | 1 | -371/+0 |
| | |||||
* | [downloader/external] Respect mtime option for aria2c (#22242) | telephono | 2019-09-01 | 1 | -0/+1 |
| | |||||
* | [download/external] pass rtmp_conn to ffmpeg | Remita Amine | 2019-04-02 | 1 | -0/+6 |
| | |||||
* | Start moving to ytdl-org | Sergey M․ | 2019-03-11 | 1 | -2/+2 |
| | |||||
* | [downloader/external] Add support for rate limit and retries for wget | Sergey M․ | 2019-02-23 | 1 | -0/+6 |
| | |||||
* | [downloader/external] Fix infinite retries for curl (closes #19303) | Sergey M․ | 2019-02-23 | 1 | -1/+5 |
| | |||||
* | [downloader/external] Simplify finished progress hook reporting and add ↵ | Sergey M․ | 2018-03-24 | 1 | -10/+11 |
| | | | | elapsed time (closes #10876) | ||||
* | [downloader/external] Fix download finalization when writing file to stdout ↵ | John Hawkinson | 2018-03-24 | 1 | -9/+15 |
| | | | | | | | | | (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. | ||||
* | [downloader/external] Pass -loglevel to ffmpeg downloader (closes #13183) | Sergey M․ | 2017-05-22 | 1 | -0/+5 |
| | |||||
* | [downloader/external] Properly handle live stream downloading cancellation ↵ | Sergey M․ | 2017-04-29 | 1 | -1/+11 |
| | | | | (closes #8932) | ||||
* | [downloader/external] Add missing import and PEP8 | Sergey M․ | 2017-03-05 | 1 | -2/+5 |
| | |||||
* | [external:ffmpeg] In test harness, limit to 10k download size | John Hawkinson | 2017-03-05 | 1 | -0/+4 |
| | | | | | 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. | ||||
* | [external:ffmpeg] do not assume that ffmpeg unknown version format is new | Remita Amine | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | [turner] fix downloading of secure hls formats using ffmpeg(closes ↵ | Remita Amine | 2017-02-04 | 1 | -0/+9 |
| | | | | #11358)(closes #11373)(closes #11800) | ||||
* | [downloader/external:ffmpeg] minimize the use of aac_adtstoasc filter | Remita Amine | 2017-02-02 | 1 | -1/+4 |
| | |||||
* | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | 2016-11-17 | 1 | -0/+1 |
| | | | | | | | | | | 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 | ||||
* | [downloader/external] Recommend --hls-prefer-native for SOCKS users | Yen Chi Hsuan | 2016-08-29 | 1 | -1/+2 |
| | | | | Related: #10490 | ||||
* | [downloader/external] Clarify that ffmpeg doesn't support SOCKS | Yen Chi Hsuan | 2016-08-25 | 1 | -0/+5 |
| | | | | Ref: #10304 | ||||
* | [downloader/external:curl] Clarify why CurlFD should not capture stderr | Remita Amine | 2016-08-13 | 1 | -0/+1 |
| | |||||
* | [external/curl] respect more downloader options and display progress | Remita Amine | 2016-08-12 | 1 | -0/+15 |
| | |||||
* | [downloader/external] Decode error string before writing to stderr | Sergey M․ | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | [downloader/external] Add another env for proxies in ffmpeg/avconv | Yen Chi Hsuan | 2016-06-08 | 1 | -0/+1 |
| | | | | | | | | 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 | ||||
* | [downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437) | Sergey M․ | 2016-05-09 | 1 | -1/+14 |
| | |||||
* | [downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394) | Sergey M․ | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | [ffmpeg] check for - file name in _ffmpeg_filename_argument | remitamine | 2016-04-16 | 1 | -4/+1 |
| | |||||
* | [downloader/external] enable piping for FFmpegFD(closes #2124) | remitamine | 2016-04-14 | 1 | -2/+5 |
| | |||||
* | [external/downloader] fix rtmp downloading using FFmpegFD | remitamine | 2016-03-14 | 1 | -1/+28 |
| | |||||
* | [downloader/external] pass configuration args to ffmpeg | remitamine | 2016-03-13 | 1 | -0/+2 |
| | |||||
* | [external/downloader] don't pass -t and -ss to ffmpeg | remitamine | 2016-03-13 | 1 | -7/+6 |
| | |||||
* | [downloader/external] check for ffmpeg availablity when it used for m3u8 ↵ | remitamine | 2016-03-13 | 1 | -0/+3 |
| | | | | download | ||||
* | [download/external] move the check for multiple selected formats to ↵ | remitamine | 2016-03-13 | 1 | -1/+1 |
| | | | | get_suitable_downloader | ||||
* | [downloader/external] add can_download mathod for checking downloader ↵ | remitamine | 2016-03-13 | 1 | -0/+4 |
| | | | | availibilty and support | ||||
* | [downloader/external] wrap available_opt in a list | remitamine | 2016-03-13 | 1 | -5/+5 |
| | |||||
* | [downloader/external] skip FFmpegFD when requesting multiple formats | remitamine | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | [ffmpeg] convert format ext to ffmpeg output formats codes | remitamine | 2016-03-13 | 1 | -2/+2 |
| | |||||
* | [downloader/external:ffmpegfd] check for None value of start_time | remitamine | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | [downloader/external] check for external downloaders availability | remitamine | 2016-02-20 | 1 | -0/+21 |
| | |||||
* | [downloader/external] Add FFmpegFD(fixes #622) | remitamine | 2016-02-19 | 1 | -0/+65 |
| | | | | | - replace HlsFD and RtspFD - add basic support for downloading part of the video or audio | ||||
* | [downloader/external] Use generalized cli option converters | Sergey M․ | 2015-09-05 | 1 | -17/+8 |
| | |||||
* | [downloader/external] change _argless_option function to _valueless_option | remitamine | 2015-09-04 | 1 | -4/+4 |
| | |||||
* | [downloader/external] add _argless_option for option without arguments | remitamine | 2015-09-04 | 1 | -4/+6 |
| | |||||
* | [downloader/external] add _bool_option to pass value to bool option | remitamine | 2015-09-04 | 1 | -1/+9 |
| | |||||
* | [downloader/external] Respect --no-check-certificate for curl and aria2c and ↵ | remitamine | 2015-09-03 | 1 | -1/+4 |
| | | | | --proxy for curl | ||||
* | [downloader/external] Use generic _option | Sergey M․ | 2015-08-11 | 1 | -13/+4 |
| | |||||
* | [downloader/external] Forward --proxy to wget and aria2c | Sergey M․ | 2015-08-11 | 1 | -0/+10 |
| | |||||
* | [downloader/external] Respect --no-check-certificate for wget | Sergey M․ | 2015-08-08 | 1 | -0/+4 |
| | |||||
* | adding support for axel download manager | vijayanand nandam | 2015-08-08 | 1 | -0/+10 |
| | |||||
* | [downloader/external] Fix externals downloaders specified with extension on ↵ | Sergey M․ | 2015-06-28 | 1 | -1/+2 |
| | | | | Windows | ||||
* | [downloader/external] Add downloader for httpie (closes #6079) | Jaime Marquínez Ferrándiz | 2015-06-25 | 1 | -0/+8 |
| | |||||
* | [downloader/external] Use encodeArgument | Sergey M․ | 2015-04-26 | 1 | -12/+4 |
| |