Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [downloader/dash] Rename the protocol | Yen Chi Hsuan | 2015-06-04 | 1 | -1/+1 |
| | | | | | 'http_dash_segments' looks more like a protocol name than 'dash_segments' | ||||
* | [YoutubeDL] Change how DashSegmentsFD is selected | Yen Chi Hsuan | 2015-06-04 | 1 | -0/+2 |
| | |||||
* | [mplayer] Rename to RTSP | Sergey M․ | 2015-04-26 | 1 | -3/+3 |
| | |||||
* | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966) | Philipp Hagemeister | 2015-02-17 | 1 | -0/+3 |
| | |||||
* | [downloader] Lay groundwork for external downloaders. | Philipp Hagemeister | 2015-01-24 | 1 | -1/+8 |
| | | | | This comes with a very simply implementation for wget; the real work is in setting up the infrastructure. | ||||
* | [downloader] Improve downloader selection | Philipp Hagemeister | 2015-01-23 | 1 | -17/+16 |
| | |||||
* | [downloader/__init__] Define proper __all__ | Philipp Hagemeister | 2014-11-23 | 1 | -0/+5 |
| | |||||
* | [vevo] Support 1080p videos (Fixes #3656) | Philipp Hagemeister | 2014-09-24 | 1 | -0/+3 |
| | |||||
* | Add a downloader for f4m manifests | Jaime Marquínez Ferrándiz | 2014-02-09 | 1 | -0/+3 |
| | |||||
* | [huffpost] Add support | Philipp Hagemeister | 2014-01-27 | 1 | -1/+4 |
| | |||||
* | Some pep8 style fixes | Jaime Marquínez Ferrándiz | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -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 |