22 Commits (611c1dd96efc36a788475e14cc4de64d554d28a0)

Author SHA1 Message Date
Sergey M․ 1195a38f46 [downloader/external] Use generalized cli option converters 9 years ago
remitamine dc534b674f [downloader/external] change _argless_option function to _valueless_option 9 years ago
remitamine f30c2e8e98 [downloader/external] add _argless_option for option without arguments 9 years ago
remitamine 266b0ad676 [downloader/external] add _bool_option to pass value to bool option 9 years ago
remitamine e7a8c3032d [downloader/external] Respect --no-check-certificate for curl and aria2c and --proxy for curl 9 years ago
Sergey M․ 9f3da13860 [downloader/external] Use generic _option 9 years ago
Sergey M․ bf812ef714 [downloader/external] Forward --proxy to wget and aria2c 9 years ago
Sergey M․ 154655a85a [downloader/external] Respect --no-check-certificate for wget 9 years ago
vijayanand nandam e0ac521438 adding support for axel download manager 9 years ago
Sergey M․ 6c4d20cd6f [downloader/external] Fix externals downloaders specified with extension on Windows 9 years ago
Jaime Marquínez Ferrándiz 906e2f0eac [downloader/external] Add downloader for httpie (closes #6079) 9 years ago
Sergey M․ 74f8654a53 [downloader/external] Use encodeArgument 9 years ago
Philipp Hagemeister c75f0b361a [downloader/external] Add support for custom options (Fixes #4885, closes #5098) 9 years ago
Jaime Marquínez Ferrándiz 163d966707 [downloader/external] curl: Add the '--location' flag
curl doesn't follow redirections by default
9 years ago
Philipp Hagemeister cc9ca3ba6e [downloader/external] Simplify source_address
'' might actually be passed in, so check for None.
9 years ago
Sergey M․ ae7773942e [downloader/external] Simplify 9 years ago
Sergey M․ 469a64cebf [downloader/external] Simplify 9 years ago
vijayanand nandam 6a66904f8e passing source address option to external downloaders 9 years ago
Jaime Marquínez Ferrándiz e5660ee6ae [YoutubeDL] Fill the info dict 'http_headers' field with all the headers 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']".
9 years ago
Jaime Marquínez Ferrándiz 587a9c2749 [downloader/external] Use the 'http_headers' field 9 years ago
Philipp Hagemeister 384b62028a [downloader/external] Add curl and aria2c (Closes #182) 9 years ago
Philipp Hagemeister 222516d97d [downloader] Lay groundwork for external downloaders.
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
9 years ago