Skip to content

Commit 1ab38fc

Browse files
Release 2026.03.04.090124
Created by: yinyajiang :ci skip all
1 parent d527e5f commit 1ab38fc

File tree

4 files changed

+146
-13
lines changed

4 files changed

+146
-13
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
55
-->
66

7+
### 2026.03.04.090124
8+
9+
#### Core changes
10+
- [Merge remote-tracking branch 'upstream'](https://github.com/yt-dlp/yt-dlp/commit/746eeeadd272a93482634fe6f3545a634253ba13) by [pukkandan](https://github.com/pukkandan)
11+
- [Update _video.py](https://github.com/yt-dlp/yt-dlp/commit/4fcd52900b5b27854d668446a78c9a10cbd19234) by [pukkandan](https://github.com/pukkandan)
12+
- [Update _video.py](https://github.com/yt-dlp/yt-dlp/commit/b37d10bcc3f2ef49a22ec92d037470aaea97a7d6) by [pukkandan](https://github.com/pukkandan)
13+
- [Update _video.py](https://github.com/yt-dlp/yt-dlp/commit/ab2509ed6d53bc0cff92a3bc831aea566a32ed7a) by [pukkandan](https://github.com/pukkandan)
14+
- [up](https://github.com/yt-dlp/yt-dlp/commit/55df47f02d9735ad461ea315d4235ac4c429ce7c) by [pukkandan](https://github.com/pukkandan)
15+
- [up](https://github.com/yt-dlp/yt-dlp/commit/d766f52f20437e1e3ec0ad57d32e4b6ed06a9700) by [pukkandan](https://github.com/pukkandan)
16+
- [up](https://github.com/yt-dlp/yt-dlp/commit/d527e5ff1c48baad8cb7745e1f82a98abf35cdff) by [pukkandan](https://github.com/pukkandan)
17+
718
### 2026.03.03
819

920
#### Extractor changes

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
11131125
Make chapter entries for, or remove various segments (sponsor,

0 commit comments

Comments
 (0)