aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/external.py
AgeCommit message (Collapse)Author
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
2015-02-17[downloader/external] curl: Add the '--location' flagJaime Marquínez Ferrándiz
curl doesn't follow redirections by default
2015-02-02[downloader/external] Simplify source_addressPhilipp Hagemeister
'' might actually be passed in, so check for None.
2015-02-02[downloader/external] SimplifySergey M․
2015-02-02[downloader/external] SimplifySergey M․
2015-02-02passing source address option to external downloadersvijayanand nandam
2015-01-24[YoutubeDL] Fill the info dict 'http_headers' field with all the headers ↵Jaime Marquínez Ferrándiz
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']".
2015-01-24[downloader/external] Use the 'http_headers' fieldJaime Marquínez Ferrándiz
2015-01-24[downloader/external] Add curl and aria2c (Closes #182)Philipp Hagemeister
2015-01-24[downloader] Lay groundwork for external downloaders.Philipp Hagemeister
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.