youtube-dl/youtube_dl/downloader
Jaime Marquínez Ferrándiz 8a7bbd1606 [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 '-'.
2015-09-18 14:38:35 +02:00
..
__init__.py
common.py
dash.py [downloader/dash] Improve 'combine_url' (fixes #6341) 2015-07-23 12:09:30 +02:00
external.py [downloader/external] Use generalized cli option converters 2015-09-05 03:06:28 +06:00
f4m.py [f4m] Add missing imports 2015-08-31 02:20:29 +06:00
fragment.py [downloader/fragment] Respect --retries for fragment based downloaders (Closes #6549) 2015-08-13 21:07:14 +06:00
hls.py [postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #6874) 2015-09-18 14:38:35 +02:00
http.py [downloader/http] Clarify rationale for Content-Range check (#6426) 2015-08-03 02:27:47 +06:00
rtmp.py
rtsp.py