Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | [downloader/external] Add support for custom options (Fixes #4885, closes #5098) | Philipp Hagemeister | 2015-03-02 | 1 | -3/+12 |
| | |||||
* | [downloader/external] curl: Add the '--location' flag | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -1/+1 |
| | | | | curl doesn't follow redirections by default | ||||
* | [downloader/external] Simplify source_address | Philipp Hagemeister | 2015-02-02 | 1 | -4/+3 |
| | | | | '' might actually be passed in, so check for None. | ||||
* | [downloader/external] Simplify | Sergey M․ | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | [downloader/external] Simplify | Sergey M․ | 2015-02-02 | 1 | -2/+3 |
| | |||||
* | passing source address option to external downloaders | vijayanand nandam | 2015-02-02 | 1 | -0/+9 |
| | |||||
* | [YoutubeDL] Fill the info dict 'http_headers' field with all the headers ↵ | Jaime Marquínez Ferrándiz | 2015-01-24 | 1 | -40/+3 |
| | | | | | | | | 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']". | ||||
* | [downloader/external] Use the 'http_headers' field | Jaime Marquínez Ferrándiz | 2015-01-24 | 1 | -3/+3 |
| | |||||
* | [downloader/external] Add curl and aria2c (Closes #182) | Philipp Hagemeister | 2015-01-24 | 1 | -2/+25 |
| | |||||
* | [downloader] Lay groundwork for external downloaders. | Philipp Hagemeister | 2015-01-24 | 1 | -0/+131 |
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure. |