aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/hls.py
AgeCommit message (Expand)Author
2015-02-16[ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister
2015-02-01[hls] SimplifySergey M․
2015-02-01[hls] Fix encode issues on python2 @ WindowsSergey M․
2015-01-04[downloader/hls] Respect the 'prefer_ffmpeg' optionJaime Marquínez Ferrándiz
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-12-06[ffmpeg] Improve version check and call it from hls (Fixes #4377)Philipp Hagemeister
2014-11-26[hls] Remove useless u porefixesPhilipp Hagemeister
2014-11-23PEP8 appliedJouke Waleson
2014-09-25[hlsnative] Correct handling when remaining_bytes is NonePhilipp Hagemeister
2014-09-24[hlsnative] Support test parameterPhilipp Hagemeister
2014-09-24[vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister
2014-08-27[downloader/hls] Return False if ffmpeg or avconv couldn't be foundJaime Marquínez Ferrándiz
2014-08-27[downloader/hls] Use check_executableJaime Marquínez Ferrándiz
2014-08-27[downloader/hls] Use the correct program when reporting an errorJaime Marquínez Ferrándiz
2014-06-09rtmp and hls downloaders: Clarify error message when the external tools are n...Jaime Marquínez Ferrándiz
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 downloa...Jaime Marquínez Ferrándiz