Age | Commit message (Collapse) | Author | |
---|---|---|---|
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' flag | Jaime Marquínez Ferrándiz | |
curl doesn't follow redirections by default | |||
2015-02-02 | [downloader/external] Simplify source_address | Philipp Hagemeister | |
'' might actually be passed in, so check for None. | |||
2015-02-02 | [downloader/external] Simplify | Sergey M․ | |
2015-02-02 | [downloader/external] Simplify | Sergey M․ | |
2015-02-02 | passing source address option to external downloaders | vijayanand 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' field | Jaime 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. |