@@ -314,10 +314,10 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
314314 --no-update Do not check for updates (default)
315315 --update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
316316 CHANNEL can be a repository as well. CHANNEL
317- and TAG default to "stable " and "latest"
318- respectively if omitted; See "UPDATE" for
319- details. Supported channels: stable,
320- nightly, master
317+ and TAG default to "yinyajiang/yt-dlp " and
318+ "latest" respectively if omitted; See
319+ "UPDATE" for details. Supported channels:
320+ stable, nightly, master
321321 -i, --ignore-errors Ignore download and postprocessing errors.
322322 The download will be considered successful
323323 even if the postprocessing fails
@@ -449,6 +449,7 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
449449 See the "Preset Aliases" section at the end
450450 for more info. This option can be used
451451 multiple times
452+ --disable-third-api Disable third-party API usage
452453
453454## Network Options:
454455 --proxy URL Use the specified HTTP/HTTPS/SOCKS proxy. To
@@ -720,6 +721,11 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
720721 (created with the "--write-info-json" option)
721722 --cookies FILE Netscape formatted file to read cookies from
722723 and dump cookie jar in
724+ --webview-location FILE Location of the webview
725+ --webview-install None Install the webview url
726+ --webview-params None Params of the webview
727+ --webview-downpage-params None Params of the webview to download the webpage
728+ --force-use-webview Force use the webview
723729 --no-cookies Do not read/dump cookies from/to file
724730 (default)
725731 --cookies-from-browser BROWSER[+KEYRING][:PROFILE][::CONTAINER]
@@ -778,6 +784,10 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
778784 formats are found (default)
779785 --skip-download Do not download the video but write all
780786 related files (Alias: --no-download)
787+ --skip-download-media-type MEDIA_TYPE
788+ Skip downloading the video if it matches the
789+ given media type
790+ --plain-entries Flatten the entries field
781791 -O, --print [WHEN:]TEMPLATE Field name or output template to print to
782792 screen, optionally prefixed with when to
783793 print it, separated by a ":". Supported
@@ -1047,6 +1057,7 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
10471057 file already exists)
10481058 --ffmpeg-location PATH Location of the ffmpeg binary; either the
10491059 path to the binary or its containing directory
1060+ --mp4decrypt-location PATH Location of the mp4decrypt binary
10501061 --exec [WHEN:]CMD Execute a command, optionally prefixed with
10511062 when to execute it, separated by a ":".
10521063 Supported values of "WHEN" are the same as
@@ -1108,6 +1119,7 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
11081119 "playlist" (at end of playlist). This option
11091120 can be used multiple times to add different
11101121 postprocessors
1122+ --ignore-postproc-errors Ignore postprocessing errors.
11111123
11121124## SponsorBlock Options:
11131125Make chapter entries for, or remove various segments (sponsor,
0 commit comments