Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-04 | [downloader/dash] Rename the protocol | Yen Chi Hsuan | |
'http_dash_segments' looks more like a protocol name than 'dash_segments' | |||
2015-06-04 | [YoutubeDL] Change how DashSegmentsFD is selected | Yen Chi Hsuan | |
2015-04-26 | [mplayer] Rename to RTSP | Sergey M․ | |
2015-02-17 | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966) | 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. | |||
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 |