aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamJesús2021-10-181-61/+0
|
* [downloader/hls] move check for m3u8 live streams to get_suitable_downloaderRemita Amine2017-03-251-0/+3
|
* add Basic support for Smooth Streaming protocol(#8118)Remita Amine2016-11-021-0/+2
|
* Add --hls-prefer-ffmpegSergey M․2016-04-211-1/+4
|
* [download/external] move the check for multiple selected formats to ↵remitamine2016-03-131-1/+1
| | | | get_suitable_downloader
* [extractor/__init__] disable time range downloadingremitamine2016-03-131-2/+2
|
* [downloader/rtsp] Add rtsp and mms downloaderremitamine2016-03-131-2/+3
|
* [downloader/external] add can_download mathod for checking downloader ↵remitamine2016-03-131-2/+2
| | | | availibilty and support
* [downloader/external] check for external downloaders availabilityremitamine2016-02-201-2/+2
|
* [downloader/external] Add FFmpegFD(fixes #622)remitamine2016-02-191-8/+12
| | | | | - replace HlsFD and RtspFD - add basic support for downloading part of the video or audio
* [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