yt-dlp 2025.11.12__py3-none-any.whl → 2025.11.12.5349.dev0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yt_dlp/version.py +5 -5
- {yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/doc/yt_dlp/README.txt +1 -1
- {yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/fish/vendor_completions.d/yt-dlp.fish +1 -1
- {yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/man/man1/yt-dlp.1 +1 -1
- {yt_dlp-2025.11.12.dist-info → yt_dlp-2025.11.12.5349.dev0.dist-info}/METADATA +2 -2
- {yt_dlp-2025.11.12.dist-info → yt_dlp-2025.11.12.5349.dev0.dist-info}/RECORD +11 -11
- {yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/bash-completion/completions/yt-dlp +0 -0
- {yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/zsh/site-functions/_yt-dlp +0 -0
- {yt_dlp-2025.11.12.dist-info → yt_dlp-2025.11.12.5349.dev0.dist-info}/WHEEL +0 -0
- {yt_dlp-2025.11.12.dist-info → yt_dlp-2025.11.12.5349.dev0.dist-info}/entry_points.txt +0 -0
- {yt_dlp-2025.11.12.dist-info → yt_dlp-2025.11.12.5349.dev0.dist-info}/licenses/LICENSE +0 -0
yt_dlp/version.py
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Autogenerated by devscripts/update-version.py
|
|
2
2
|
|
|
3
|
-
__version__ = '2025.11.12'
|
|
3
|
+
__version__ = '2025.11.12.005349'
|
|
4
4
|
|
|
5
|
-
RELEASE_GIT_HEAD = '
|
|
5
|
+
RELEASE_GIT_HEAD = '5977782142ca7e41240f07202cc9b8dcc087b401'
|
|
6
6
|
|
|
7
7
|
VARIANT = 'pip'
|
|
8
8
|
|
|
9
9
|
UPDATE_HINT = 'You installed yt-dlp with pip or using the wheel from PyPi; Use that to update'
|
|
10
10
|
|
|
11
|
-
CHANNEL = '
|
|
11
|
+
CHANNEL = 'nightly'
|
|
12
12
|
|
|
13
|
-
ORIGIN = 'yt-dlp/yt-dlp'
|
|
13
|
+
ORIGIN = 'yt-dlp/yt-dlp-nightly-builds'
|
|
14
14
|
|
|
15
|
-
_pkg_version = '2025.11.12'
|
|
15
|
+
_pkg_version = '2025.11.12.005349dev'
|
{yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/doc/yt_dlp/README.txt
RENAMED
|
@@ -408,7 +408,7 @@ General Options:
|
|
|
408
408
|
--no-update Do not check for updates (default)
|
|
409
409
|
--update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
|
|
410
410
|
CHANNEL can be a repository as well. CHANNEL
|
|
411
|
-
and TAG default to "
|
|
411
|
+
and TAG default to "nightly" and "latest"
|
|
412
412
|
respectively if omitted; See "UPDATE" for
|
|
413
413
|
details. Supported channels: stable,
|
|
414
414
|
nightly, master
|
|
@@ -3,7 +3,7 @@ complete --command yt-dlp --long-option help --short-option h --description 'Pri
|
|
|
3
3
|
complete --command yt-dlp --long-option version --description 'Print program version and exit'
|
|
4
4
|
complete --command yt-dlp --long-option update --short-option U --description 'Check if updates are available. You installed yt-dlp from a manual build or with a package manager; Use that to update'
|
|
5
5
|
complete --command yt-dlp --long-option no-update --description 'Do not check for updates (default)'
|
|
6
|
-
complete --command yt-dlp --long-option update-to --description 'Upgrade/downgrade to a specific version. CHANNEL can be a repository as well. CHANNEL and TAG default to "
|
|
6
|
+
complete --command yt-dlp --long-option update-to --description 'Upgrade/downgrade to a specific version. CHANNEL can be a repository as well. CHANNEL and TAG default to "nightly" and "latest" respectively if omitted; See "UPDATE" for details. Supported channels: stable, nightly, master'
|
|
7
7
|
complete --command yt-dlp --long-option ignore-errors --short-option i --description 'Ignore download and postprocessing errors. The download will be considered successful even if the postprocessing fails'
|
|
8
8
|
complete --command yt-dlp --long-option no-abort-on-error --description 'Continue with next video on download errors; e.g. to skip unavailable videos in a playlist (default)'
|
|
9
9
|
complete --command yt-dlp --long-option abort-on-error --description 'Abort downloading of further videos if an error occurs (Alias: --no-ignore-errors)'
|
|
@@ -48,7 +48,7 @@ Do not check for updates (default)
|
|
|
48
48
|
--update-to \f[I][CHANNEL]\[at][TAG]\f[R]
|
|
49
49
|
Upgrade/downgrade to a specific version.
|
|
50
50
|
CHANNEL can be a repository as well.
|
|
51
|
-
CHANNEL and TAG default to \[dq]
|
|
51
|
+
CHANNEL and TAG default to \[dq]nightly\[dq] and \[dq]latest\[dq]
|
|
52
52
|
respectively if omitted; See \[dq]UPDATE\[dq] for details.
|
|
53
53
|
Supported channels: stable, nightly, master
|
|
54
54
|
.TP
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: yt-dlp
|
|
3
|
-
Version: 2025.11.12
|
|
3
|
+
Version: 2025.11.12.5349.dev0
|
|
4
4
|
Summary: A feature-rich command-line audio/video downloader
|
|
5
5
|
Project-URL: Documentation, https://github.com/yt-dlp/yt-dlp#readme
|
|
6
6
|
Project-URL: Repository, https://github.com/yt-dlp/yt-dlp
|
|
@@ -383,7 +383,7 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
|
|
|
383
383
|
--no-update Do not check for updates (default)
|
|
384
384
|
--update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
|
|
385
385
|
CHANNEL can be a repository as well. CHANNEL
|
|
386
|
-
and TAG default to "
|
|
386
|
+
and TAG default to "nightly" and "latest"
|
|
387
387
|
respectively if omitted; See "UPDATE" for
|
|
388
388
|
details. Supported channels: stable,
|
|
389
389
|
nightly, master
|
|
@@ -11,7 +11,7 @@ yt_dlp/options.py,sha256=Icc0JRiKOzITWoMujE_ihEmkCS-uCcie42XhIh8LvS4,100388
|
|
|
11
11
|
yt_dlp/plugins.py,sha256=EGmR0ydaahNspGrgszTNX4-YjHe93WOOhcw1gf6PZSs,8215
|
|
12
12
|
yt_dlp/socks.py,sha256=oAuAfWM6jxI8A5hHDLEKq2U2-k9NyMB_z6nrKzNE9fg,8936
|
|
13
13
|
yt_dlp/update.py,sha256=sY7gNFBQorzs7sEjRrqL5QOsTBNmGGa_FnpTtbxY1vA,25280
|
|
14
|
-
yt_dlp/version.py,sha256=
|
|
14
|
+
yt_dlp/version.py,sha256=WwM2TZg9_2Mf0FNeue-h4JXt5ml-N8hhP0eymj46L4Y,360
|
|
15
15
|
yt_dlp/webvtt.py,sha256=ONkXaaNCZcX8pQhJn3iwIKyaQ34BtVDrMEdG6wRNZwM,11451
|
|
16
16
|
yt_dlp/__pyinstaller/__init__.py,sha256=-c4Zo8nQGKAm8wc_LDscxMtK7zr_YhZwRnC9CMruUBE,72
|
|
17
17
|
yt_dlp/__pyinstaller/hook-yt_dlp.py,sha256=5Rd0zV2pDskjY1KtT0wsjxv4hStx67sLCjUexsFvFus,1339
|
|
@@ -1116,13 +1116,13 @@ yt_dlp/utils/progress.py,sha256=t9kVvJ0oWuEqRzo9fdFbIhHUBtO_8mg348QwZ1faqLo,3261
|
|
|
1116
1116
|
yt_dlp/utils/traversal.py,sha256=64E3RcZ56iSX50RI_HbKdDNftkETMLBaEPX791_b7yQ,18265
|
|
1117
1117
|
yt_dlp/utils/jslib/__init__.py,sha256=CbdJiRA7Eh5PnjF2V4lDTcg0J0XjBMaaq0H4pCfq9Tk,87
|
|
1118
1118
|
yt_dlp/utils/jslib/devalue.py,sha256=7DCGK_zUN0ZeV5hwPT06zaRMUxX_hyUyFWqs79rxw24,5621
|
|
1119
|
-
yt_dlp-2025.11.12.data/data/share/bash-completion/completions/yt-dlp,sha256=b0pb9GLseKD27CjnLE6LlhVxhfmQjmyqV6r_CRbd6ko,5989
|
|
1120
|
-
yt_dlp-2025.11.12.data/data/share/doc/yt_dlp/README.txt,sha256=
|
|
1121
|
-
yt_dlp-2025.11.12.data/data/share/fish/vendor_completions.d/yt-dlp.fish,sha256=
|
|
1122
|
-
yt_dlp-2025.11.12.data/data/share/man/man1/yt-dlp.1,sha256=
|
|
1123
|
-
yt_dlp-2025.11.12.data/data/share/zsh/site-functions/_yt-dlp,sha256=pNhu8tT4ZKrksLRI2mXLqarzGGhnOlm_hkCBVhSxLzg,5985
|
|
1124
|
-
yt_dlp-2025.11.12.dist-info/METADATA,sha256=
|
|
1125
|
-
yt_dlp-2025.11.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1126
|
-
yt_dlp-2025.11.12.dist-info/entry_points.txt,sha256=vWfetvzYgZIwDfMW6BjCe0Cy4pmTZEXRNzxAkfYlRJA,103
|
|
1127
|
-
yt_dlp-2025.11.12.dist-info/licenses/LICENSE,sha256=fhLl30uuEsshWBuhV87SDhmGoFCN0Q0Oikq5pM-U6Fw,1211
|
|
1128
|
-
yt_dlp-2025.11.12.dist-info/RECORD,,
|
|
1119
|
+
yt_dlp-2025.11.12.5349.dev0.data/data/share/bash-completion/completions/yt-dlp,sha256=b0pb9GLseKD27CjnLE6LlhVxhfmQjmyqV6r_CRbd6ko,5989
|
|
1120
|
+
yt_dlp-2025.11.12.5349.dev0.data/data/share/doc/yt_dlp/README.txt,sha256=1p-zv2tZPh1gscLG3ceL7GGCzC4TQU8mS9wiqPS-oXE,164662
|
|
1121
|
+
yt_dlp-2025.11.12.5349.dev0.data/data/share/fish/vendor_completions.d/yt-dlp.fish,sha256=hLa6lZnm7keENpNCjml9A88hbvefdsdoOpAiaNCVyHo,51488
|
|
1122
|
+
yt_dlp-2025.11.12.5349.dev0.data/data/share/man/man1/yt-dlp.1,sha256=C33_xKvu5DD5SScnivPeV2EJEYSeJ1tPXYZnlJBDayc,159125
|
|
1123
|
+
yt_dlp-2025.11.12.5349.dev0.data/data/share/zsh/site-functions/_yt-dlp,sha256=pNhu8tT4ZKrksLRI2mXLqarzGGhnOlm_hkCBVhSxLzg,5985
|
|
1124
|
+
yt_dlp-2025.11.12.5349.dev0.dist-info/METADATA,sha256=1-vNGjzcsbcfWOXFkN0OkCGF7WmxM5AeCyWBbGNGpfU,180052
|
|
1125
|
+
yt_dlp-2025.11.12.5349.dev0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1126
|
+
yt_dlp-2025.11.12.5349.dev0.dist-info/entry_points.txt,sha256=vWfetvzYgZIwDfMW6BjCe0Cy4pmTZEXRNzxAkfYlRJA,103
|
|
1127
|
+
yt_dlp-2025.11.12.5349.dev0.dist-info/licenses/LICENSE,sha256=fhLl30uuEsshWBuhV87SDhmGoFCN0Q0Oikq5pM-U6Fw,1211
|
|
1128
|
+
yt_dlp-2025.11.12.5349.dev0.dist-info/RECORD,,
|
|
File without changes
|
{yt_dlp-2025.11.12.data → yt_dlp-2025.11.12.5349.dev0.data}/data/share/zsh/site-functions/_yt-dlp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|