aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/hls.py
AgeCommit message (Collapse)Author
2014-06-09rtmp and hls downloaders: Clarify error message when the external tools are ↵Jaime Marquínez Ferrándiz
not installed Ask to install them, as we do in the postprocessor. We get some reports with it, like #3061 or #3048.
2014-03-24[downloader/hls] Encode filename (Fixes #2609)Philipp Hagemeister
2014-01-08[hls] Fix the program name when reporting the file sizeJaime Marquínez Ferrándiz
2013-12-11Move 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