]> gitweb @ CieloNegro.org - youtube-dl.git/commit
[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #6874)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Thu, 17 Sep 2015 13:22:19 +0000 (15:22 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 18 Sep 2015 12:38:35 +0000 (14:38 +0200)
commit8a7bbd160641dbbc13f68aaa26dfa49b71483a8e
treea2dbf7c3d110c30aa85072a27a3e695c966eb7c9
parent131d05033bfe3f5a8ef3241489a44dc5c1e03830
[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #6874)

If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.
youtube_dl/downloader/hls.py
youtube_dl/postprocessor/ffmpeg.py