Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from upstream | Jesús | 2021-10-18 | 1 | -61/+0 |
| | |||||
* | [downloader/hls] move check for m3u8 live streams to get_suitable_downloader | Remita Amine | 2017-03-25 | 1 | -0/+3 |
| | |||||
* | add Basic support for Smooth Streaming protocol(#8118) | Remita Amine | 2016-11-02 | 1 | -0/+2 |
| | |||||
* | Add --hls-prefer-ffmpeg | Sergey M․ | 2016-04-21 | 1 | -1/+4 |
| | |||||
* | [download/external] move the check for multiple selected formats to ↵ | remitamine | 2016-03-13 | 1 | -1/+1 |
| | | | | get_suitable_downloader | ||||
* | [extractor/__init__] disable time range downloading | remitamine | 2016-03-13 | 1 | -2/+2 |
| | |||||
* | [downloader/rtsp] Add rtsp and mms downloader | remitamine | 2016-03-13 | 1 | -2/+3 |
| | |||||
* | [downloader/external] add can_download mathod for checking downloader ↵ | remitamine | 2016-03-13 | 1 | -2/+2 |
| | | | | availibilty and support | ||||
* | [downloader/external] check for external downloaders availability | remitamine | 2016-02-20 | 1 | -2/+2 |
| | |||||
* | [downloader/external] Add FFmpegFD(fixes #622) | remitamine | 2016-02-19 | 1 | -8/+12 |
| | | | | | - replace HlsFD and RtspFD - add basic support for downloading part of the video or audio | ||||
* | [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 |