1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 03:03:06 +08:00
youtube-dl/youtube_dl/downloader
noureddin 71d5459c0b
fix args order in FFmpegFD
In `ytdl --external-downloader ffmpeg --external-downloader-args '-ss 1 -t 2'`,
youtube-dl will give all the external downloader args to ffmpeg *before* the
input url; but some of them need to be given after the input url.

This patch moves `-t`, `-to`, and `-fs` (if given) to be after the input.
2018-05-29 07:29:53 +02:00
..
__init__.py [downloader/hls] move check for m3u8 live streams to get_suitable_downloader 2017-03-25 23:07:05 +01:00
common.py Remove experimental mark for some options 2018-05-19 23:53:24 +07:00
dash.py Use relative paths for DASH fragments (closes #12990) 2017-08-05 07:40:29 +07:00
external.py fix args order in FFmpegFD 2018-05-29 07:29:53 +02:00
f4m.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
fragment.py [downloader/fragment] Restart download if .ytdl file is corrupt (closes #16312) 2018-04-29 00:33:31 +07:00
hls.py [downloader/hls] Skip uplynk ad fragments (closes #15748) 2018-03-03 20:00:25 +07:00
http.py [downloader/http] Randomize HTTP chunk size 2018-02-04 07:33:18 +07:00
ism.py Add support for IronPython 2018-01-28 05:48:18 +07:00
rtmp.py [downloader/rtmp] Generalize download messages and report time elapsed on finish 2018-05-26 22:22:58 +07:00
rtsp.py [downloader/rtsp] Print the command 2016-04-14 15:07:31 +08:00