Add option --no-simulate to not simulate even when --print or --list... are used
* Deprecates `--print-json` * Some listings like `--list-extractors` are handled by `yt_dlp` and so are not affected by this. These have been documented as such Addresses: https://github.com/ytdl-org/youtube-dl/issues/29675, https://github.com/ytdl-org/youtube-dl/issues/29580#issuecomment-882046305
This commit is contained in:
parent
6e84b21559
commit
b7b04c782e
4 changed files with 39 additions and 31 deletions
|
|
@ -1424,6 +1424,7 @@ While these options still work, their use is not recommended since there are oth
|
|||
|
||||
--all-formats -f all
|
||||
--all-subs --sub-langs all --write-subs
|
||||
--print-json -j --no-simulate
|
||||
--autonumber-size NUMBER Use string formatting. Eg: %(autonumber)03d
|
||||
--autonumber-start NUMBER Use internal field formatting like %(autonumber+NUMBER)s
|
||||
--metadata-from-title FORMAT --parse-metadata "%(title)s:FORMAT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue