]> jfr.im git - yt-dlp.git/commit - README.md
Add option `--no-simulate` to not simulate even when `--print` or `--list...` are...
authorpukkandan <redacted>
Sat, 7 Aug 2021 00:01:51 +0000 (05:31 +0530)
committerpukkandan <redacted>
Sat, 7 Aug 2021 15:47:03 +0000 (21:17 +0530)
commitb7b04c782eec0945d54aff5ebe9cade413a10377
treebf435d05048bf95e37761074e284a1dd15b57ec9
parent6e84b21559f586ee4d6affb61688d5c6a0c21221
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
README.md
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/options.py