Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. |