Skip to content

Commit c45b817

Browse files
committed
update bundled yt-dlp (win32/64)
1 parent d7d4584 commit c45b817

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

Win32-full/yt-dlp.exe

133 KB
Binary file not shown.

Win32-full/yt-dlp.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Options:
1111
CHANNEL can be a repository as well. CHANNEL
1212
and TAG default to "stable" and "latest"
1313
respectively if omitted; See "UPDATE" for
14-
details. Supported channels: stable, nightly
14+
details. Supported channels: stable,
15+
nightly, master
1516
-i, --ignore-errors Ignore download and postprocessing errors.
1617
The download will be considered successful
1718
even if the postprocessing fails
@@ -41,7 +42,7 @@ Options:
4142
URLs, but emits an error if this is not
4243
possible instead of searching
4344
--ignore-config Don't load any more configuration files
44-
except those given by --config-locations.
45+
except those given to --config-locations.
4546
For backward compatibility, if this option
4647
is found inside the system configuration
4748
file, the user configuration is not loaded.
@@ -106,6 +107,10 @@ Options:
106107
direct connection
107108
--socket-timeout SECONDS Time to wait before giving up, in seconds
108109
--source-address IP Client-side IP address to bind to
110+
--impersonate CLIENT[:OS] Client to impersonate for requests. E.g.
111+
chrome, chrome-110, chrome:windows-10. Pass
112+
--impersonate="" to impersonate any client.
113+
--list-impersonate-targets List available clients to impersonate.
109114
-4, --force-ipv4 Make all connections via IPv4
110115
-6, --force-ipv6 Make all connections via IPv6
111116
--enable-file-urls Enable file:// URLs. This is disabled by
@@ -187,6 +192,9 @@ Options:
187192
--max-downloads NUMBER Abort after downloading NUMBER files
188193
--break-on-existing Stop the download process when encountering
189194
a file that is in the archive
195+
--no-break-on-existing Do not stop the download process when
196+
encountering a file that is in the archive
197+
(default)
190198
--break-per-input Alters --max-downloads, --break-on-existing,
191199
--break-match-filter, and autonumber to
192200
reset per input URL
@@ -309,7 +317,7 @@ Options:
309317
-o, --output [TYPES:]TEMPLATE Output filename template; see "OUTPUT
310318
TEMPLATE" for details
311319
--output-na-placeholder TEXT Placeholder for unavailable fields in
312-
"OUTPUT TEMPLATE" (default: "NA")
320+
--output (default: "NA")
313321
--restrict-filenames Restrict filenames to only ASCII characters,
314322
and avoid "&" and spaces in filenames
315323
--no-restrict-filenames Allow Unicode characters, "&" and spaces in
@@ -464,6 +472,7 @@ Options:
464472
--console-title --progress-template
465473
"download-
466474
title:%(info.id)s-%(progress.eta)s"
475+
--progress-delta SECONDS Time between progress output (default: 0)
467476
-v, --verbose Print various debugging information
468477
--dump-pages Print downloaded pages encoded using base64
469478
to debug problems (very verbose)
@@ -564,7 +573,7 @@ Options:
564573
Defaults to ~/.netrc
565574
--netrc-cmd NETRC_CMD Command to execute to get the credentials
566575
for an extractor.
567-
--video-password PASSWORD Video password (vimeo, youku)
576+
--video-password PASSWORD Video-specific password
568577
--ap-mso MSO Adobe Pass multiple-system operator (TV
569578
provider) identifier, use --ap-list-mso for
570579
a list of available MSOs

0 commit comments

Comments
 (0)