aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/__init__.py
AgeCommit message (Collapse)Author
2014-11-23[downloader/__init__] Define proper __all__Philipp Hagemeister
2014-09-24[vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister
2014-02-09Add a downloader for f4m manifestsJaime Marquínez Ferrándiz
2014-01-27[huffpost] Add supportPhilipp Hagemeister
2014-01-25Some pep8 style fixesJaime Marquínez Ferrándiz
2013-12-11Move 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