1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 11:12:53 +08:00
youtube-dl/youtube_dl/downloader
John Hawkinson a4e49f14ef Revise per @dstftw:
1. Option name should explicitly reflect a dependency on ffmpeg in its name.
2. Description should explicitly emphasize it will only work with ffmpeg downloader.
3. -O should be removed.
4. It should be ignored completely when ffmpeg is not used as external downloader.

So therefore

Various:
. outputformat -> ffmpeg_format (and --ffmpeg-format cmdline)
YoutubeDL.py:
. xxx: prepare_filename() is run before we know the downloader. How do we address this?
downloader/external.py:
. Use temp. var force_mpegts to avoid code duplication
. Don't add -bsf:a if force_mpegts is True (oops! error from last rev)
. re-indent complex if
2017-11-15 00:17:47 -05: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 Revise per @dstftw: 2017-11-15 00:17:47 -05:00
dash.py Use relative paths for DASH fragments (closes #12990) 2017-08-05 07:40:29 +07:00
external.py Revise per @dstftw: 2017-11-15 00:17:47 -05:00
f4m.py [f4m] Prefer baseURL for relative URLs (closes #14660) 2017-11-04 22:10:55 +07:00
fragment.py [downloader/fragment] Report warning instead of error on inconsistent download state 2017-10-17 22:53:34 +07:00
hls.py [downloader/hls] Fix total fragments count when ad fragments exist 2017-10-15 11:03:54 +07:00
http.py [http] Rework HTTP downloader 2017-08-27 02:22:30 +07:00
ism.py Fix bugs caused by typos 2017-07-14 23:08:32 +07:00
rtmp.py improve coding style 2017-04-12 20:38:43 +01:00
rtsp.py [downloader/rtsp] Print the command 2016-04-14 15:07:31 +08:00