Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2015-01-23 | [downloader] Improve downloader selection | Philipp Hagemeister | |
2014-11-23 | [downloader/__init__] Define proper __all__ | Philipp Hagemeister | |
2014-09-24 | [vevo] Support 1080p videos (Fixes #3656) | Philipp Hagemeister | |
2014-02-09 | Add a downloader for f4m manifests | Jaime Marquínez Ferrándiz | |
2014-01-27 | [huffpost] Add support | Philipp Hagemeister | |
2014-01-25 | Some pep8 style fixes | Jaime Marquínez Ferrándiz | |
2013-12-11 | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | |
download process A suitable downloader can be found using the 'get_suitable_downloader' function. Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded |