aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* [downloader/dash] Rename the protocolYen Chi Hsuan2015-06-041-1/+1
| | | | | 'http_dash_segments' looks more like a protocol name than 'dash_segments'
* [YoutubeDL] Change how DashSegmentsFD is selectedYen Chi Hsuan2015-06-041-0/+2
|
* [mplayer] Rename to RTSPSergey M․2015-04-261-3/+3
|
* [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)Philipp Hagemeister2015-02-171-0/+3
|
* [downloader] Lay groundwork for external downloaders.Philipp Hagemeister2015-01-241-1/+8
| | | | This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
* [downloader] Improve downloader selectionPhilipp Hagemeister2015-01-231-17/+16
|
* [downloader/__init__] Define proper __all__Philipp Hagemeister2014-11-231-0/+5
|
* [vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister2014-09-241-0/+3
|
* Add a downloader for f4m manifestsJaime Marquínez Ferrándiz2014-02-091-0/+3
|
* [huffpost] Add supportPhilipp Hagemeister2014-01-271-1/+4
|
* Some pep8 style fixesJaime Marquínez Ferrándiz2014-01-251-1/+1
|
* Move FileDownloader to its own module and create a new class for each ↵Jaime Marquínez Ferrándiz2013-12-111-0/+23
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