about summary refs log tree commit diff
path: root/youtube_dl/downloader/hls.py
Commit message (Expand)AuthorAgeFilesLines
...
* [ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister2015-02-161-4/+3
* [hls] SimplifySergey M․2015-02-011-5/+5
* [hls] Fix encode issues on python2 @ WindowsSergey M․2015-02-011-6/+6
* [downloader/hls] Respect the 'prefer_ffmpeg' optionJaime Marquínez Ferrándiz2015-01-041-8/+4
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
* [ffmpeg] Improve version check and call it from hls (Fixes #4377)Philipp Hagemeister2014-12-061-0/+4
* [hls] Remove useless u porefixesPhilipp Hagemeister2014-11-261-4/+4
* PEP8 appliedJouke Waleson2014-11-231-1/+0
* [hlsnative] Correct handling when remaining_bytes is NonePhilipp Hagemeister2014-09-251-3/+3
* [hlsnative] Support test parameterPhilipp Hagemeister2014-09-241-3/+15
* [vevo] Support 1080p videos (Fixes #3656)Philipp Hagemeister2014-09-241-0/+47
* [downloader/hls] Return False if ffmpeg or avconv couldn't be foundJaime Marquínez Ferrándiz2014-08-271-0/+1
* [downloader/hls] Use check_executableJaime Marquínez Ferrándiz2014-08-271-4/+2
* [downloader/hls] Use the correct program when reporting an errorJaime Marquínez Ferrándiz2014-08-271-1/+1
* rtmp and hls downloaders: Clarify error message when the external tools are n...Jaime Marquínez Ferrándiz2014-06-091-1/+1
* [downloader/hls] Encode filename (Fixes #2609)Philipp Hagemeister2014-03-241-2/+4
* [hls] Fix the program name when reporting the file sizeJaime Marquínez Ferrándiz2014-01-081-1/+1
* Move FileDownloader to its own module and create a new class for each downloa...Jaime Marquínez Ferrándiz2013-12-111-0/+44