mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 01:13:15 +00:00
[documentation] Clarify which deprecated options still work
This commit is contained in:
parent
a439a3a45c
commit
f4536226c1
64
README.md
64
README.md
|
@ -1265,41 +1265,57 @@ # DEPRECATED OPTIONS
|
||||||
|
|
||||||
These are all the deprecated options and the current alternative to achieve the same effect
|
These are all the deprecated options and the current alternative to achieve the same effect
|
||||||
|
|
||||||
--cn-verification-proxy URL --geo-verification-proxy URL
|
#### Not recommended
|
||||||
--id -o "%(id)s.%(ext)s"
|
While these options still work, their use is not recommended since there are other alternatives to achieve the same effect
|
||||||
-A, --auto-number -o "%(autonumber)s-%(id)s.%(ext)s"
|
|
||||||
-t, --title -o "%(title)s-%(id)s.%(ext)s"
|
|
||||||
-l, --literal -o accepts literal names
|
|
||||||
--all-formats -f all
|
--all-formats -f all
|
||||||
--all-subs --sub-langs all --write-subs
|
--all-subs --sub-langs all --write-subs
|
||||||
--autonumber-size NUMBER Use string formatting. Eg: %(autonumber)03d
|
--autonumber-size NUMBER Use string formatting. Eg: %(autonumber)03d
|
||||||
--autonumber-start NUMBER Use internal field formatting like %(autonumber+NUMBER)s
|
--autonumber-start NUMBER Use internal field formatting like %(autonumber+NUMBER)s
|
||||||
--metadata-from-title FORMAT --parse-metadata "%(title)s:FORMAT"
|
--metadata-from-title FORMAT --parse-metadata "%(title)s:FORMAT"
|
||||||
--prefer-avconv avconv is no longer officially supported (Alias: --no-prefer-ffmpeg)
|
|
||||||
--prefer-ffmpeg Default (Alias: --no-prefer-avconv)
|
|
||||||
--hls-prefer-native --downloader "m3u8:native"
|
--hls-prefer-native --downloader "m3u8:native"
|
||||||
--hls-prefer-ffmpeg --downloader "m3u8:ffmpeg"
|
--hls-prefer-ffmpeg --downloader "m3u8:ffmpeg"
|
||||||
--avconv-location avconv is no longer officially supported
|
--sponskrub-args ARGS --ppa "sponskrub:ARGS"
|
||||||
-C, --call-home Not implemented
|
--test Used by developers for testing extractors. Not intended for the end user
|
||||||
--no-call-home Default
|
|
||||||
--include-ads Not implemented
|
|
||||||
--no-include-ads Default
|
#### Old aliases
|
||||||
--write-srt --write-subs
|
These are aliases that are no longer documented for various reasons
|
||||||
|
|
||||||
|
--avconv-location --ffmpeg-location
|
||||||
|
--cn-verification-proxy URL --geo-verification-proxy URL
|
||||||
|
--dump-headers --print-traffic
|
||||||
|
--dump-intermediate-pages --dump-pages
|
||||||
|
--force-write-download-archive --force-write-archive
|
||||||
|
--load-info --load-info-json
|
||||||
|
--no-split-tracks --no-split-chapters
|
||||||
--no-write-srt --no-write-subs
|
--no-write-srt --no-write-subs
|
||||||
--srt-lang LANGS --sub-langs LANGS
|
|
||||||
--prefer-unsecure --prefer-insecure
|
--prefer-unsecure --prefer-insecure
|
||||||
--rate-limit RATE --limit-rate RATE
|
--rate-limit RATE --limit-rate RATE
|
||||||
--force-write-download-archive --force-write-archive
|
|
||||||
--dump-intermediate-pages --dump-pages
|
|
||||||
--dump-headers --print-traffic
|
|
||||||
--youtube-print-sig-code No longer supported
|
|
||||||
--trim-file-names LENGTH --trim-filenames LENGTH
|
|
||||||
--yes-overwrites --force-overwrites
|
|
||||||
--load-info --load-info-json
|
|
||||||
--split-tracks --split-chapters
|
--split-tracks --split-chapters
|
||||||
--no-split-tracks --no-split-chapters
|
--srt-lang LANGS --sub-langs LANGS
|
||||||
--sponskrub-args ARGS --ppa "sponskrub:ARGS"
|
--trim-file-names LENGTH --trim-filenames LENGTH
|
||||||
--test Only used for testing extractors
|
--write-srt --write-subs
|
||||||
|
--yes-overwrites --force-overwrites
|
||||||
|
|
||||||
|
#### No longer supported
|
||||||
|
These options may no longer work as intended
|
||||||
|
|
||||||
|
--prefer-avconv avconv is not officially supported by yt-dlp (Alias: --no-prefer-ffmpeg)
|
||||||
|
--prefer-ffmpeg Default (Alias: --no-prefer-avconv)
|
||||||
|
-C, --call-home Not implemented
|
||||||
|
--no-call-home Default
|
||||||
|
--include-ads No longer supported
|
||||||
|
--no-include-ads Default
|
||||||
|
--youtube-print-sig-code No longer supported
|
||||||
|
--id -o "%(id)s.%(ext)s"
|
||||||
|
-A, --auto-number -o "%(autonumber)s-%(id)s.%(ext)s"
|
||||||
|
-t, --title -o "%(title)s-%(id)s.%(ext)s"
|
||||||
|
-l, --literal -o accepts literal names
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
Currently, there are no options that have been completely removed. But there are plans to remove the old output options `-A`,`-t`, `-l`, `--id` (which have been deprecated since 2014) in the near future. If you are still using these, please move to using `--output` instead
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# MORE
|
# MORE
|
||||||
|
|
Loading…
Reference in a new issue