yt-dlp 2025.12.24.233043.dev0__py3-none-any.whl → 2025.12.25.233051.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/extractor/cda.py +31 -28
- yt_dlp/extractor/lazy_extractors.py +2 -2
- yt_dlp/version.py +3 -3
- {yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/METADATA +1 -1
- {yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/RECORD +13 -13
- {yt_dlp-2025.12.24.233043.dev0.data → yt_dlp-2025.12.25.233051.dev0.data}/data/share/bash-completion/completions/yt-dlp +0 -0
- {yt_dlp-2025.12.24.233043.dev0.data → yt_dlp-2025.12.25.233051.dev0.data}/data/share/doc/yt_dlp/README.txt +0 -0
- {yt_dlp-2025.12.24.233043.dev0.data → yt_dlp-2025.12.25.233051.dev0.data}/data/share/fish/vendor_completions.d/yt-dlp.fish +0 -0
- {yt_dlp-2025.12.24.233043.dev0.data → yt_dlp-2025.12.25.233051.dev0.data}/data/share/man/man1/yt-dlp.1 +0 -0
- {yt_dlp-2025.12.24.233043.dev0.data → yt_dlp-2025.12.25.233051.dev0.data}/data/share/zsh/site-functions/_yt-dlp +0 -0
- {yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/WHEEL +0 -0
- {yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/entry_points.txt +0 -0
- {yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/licenses/LICENSE +0 -0
yt_dlp/extractor/cda.py
CHANGED
|
@@ -27,7 +27,7 @@ from ..utils.traversal import traverse_obj
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
class CDAIE(InfoExtractor):
|
|
30
|
-
_VALID_URL = r'https?://(?:(?:www\.)?cda\.pl/video|ebd\.cda\.pl/[0-9]+x[0-9]+)/(?P<id>[0-9a-z]+)'
|
|
30
|
+
_VALID_URL = r'https?://(?:(?:(?:www|m)\.)?cda\.pl/video|ebd\.cda\.pl/[0-9]+x[0-9]+)/(?P<id>[0-9a-z]+)'
|
|
31
31
|
_NETRC_MACHINE = 'cdapl'
|
|
32
32
|
|
|
33
33
|
_BASE_URL = 'https://www.cda.pl'
|
|
@@ -110,6 +110,9 @@ class CDAIE(InfoExtractor):
|
|
|
110
110
|
}, {
|
|
111
111
|
'url': 'http://ebd.cda.pl/0x0/5749950c',
|
|
112
112
|
'only_matching': True,
|
|
113
|
+
}, {
|
|
114
|
+
'url': 'https://m.cda.pl/video/617297677',
|
|
115
|
+
'only_matching': True,
|
|
113
116
|
}]
|
|
114
117
|
|
|
115
118
|
def _download_age_confirm_page(self, url, video_id, *args, **kwargs):
|
|
@@ -367,35 +370,35 @@ class CDAIE(InfoExtractor):
|
|
|
367
370
|
|
|
368
371
|
class CDAFolderIE(InfoExtractor):
|
|
369
372
|
_MAX_PAGE_SIZE = 36
|
|
370
|
-
_VALID_URL = r'https?://(?:www\.)?cda\.pl/(?P<channel>[\w-]+)/folder/(?P<id>\d+)'
|
|
371
|
-
_TESTS = [
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
'
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
373
|
+
_VALID_URL = r'https?://(?:(?:www|m)\.)?cda\.pl/(?P<channel>[\w-]+)/folder/(?P<id>\d+)'
|
|
374
|
+
_TESTS = [{
|
|
375
|
+
'url': 'https://www.cda.pl/domino264/folder/31188385',
|
|
376
|
+
'info_dict': {
|
|
377
|
+
'id': '31188385',
|
|
378
|
+
'title': 'SERIA DRUGA',
|
|
379
|
+
},
|
|
380
|
+
'playlist_mincount': 13,
|
|
381
|
+
}, {
|
|
382
|
+
'url': 'https://www.cda.pl/smiechawaTV/folder/2664592/vfilm',
|
|
383
|
+
'info_dict': {
|
|
384
|
+
'id': '2664592',
|
|
385
|
+
'title': 'VideoDowcipy - wszystkie odcinki',
|
|
379
386
|
},
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
'playlist_mincount': 71,
|
|
387
|
+
'playlist_mincount': 71,
|
|
388
|
+
}, {
|
|
389
|
+
'url': 'https://www.cda.pl/DeliciousBeauty/folder/19129979/vfilm',
|
|
390
|
+
'info_dict': {
|
|
391
|
+
'id': '19129979',
|
|
392
|
+
'title': 'TESTY KOSMETYKÓW',
|
|
387
393
|
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
'url': 'https://www.cda.pl/FILMY-SERIALE-ANIME-KRESKOWKI-BAJKI/folder/18493422',
|
|
397
|
-
'only_matching': True,
|
|
398
|
-
}]
|
|
394
|
+
'playlist_mincount': 139,
|
|
395
|
+
}, {
|
|
396
|
+
'url': 'https://www.cda.pl/FILMY-SERIALE-ANIME-KRESKOWKI-BAJKI/folder/18493422',
|
|
397
|
+
'only_matching': True,
|
|
398
|
+
}, {
|
|
399
|
+
'url': 'https://m.cda.pl/smiechawaTV/folder/2664592/vfilm',
|
|
400
|
+
'only_matching': True,
|
|
401
|
+
}]
|
|
399
402
|
|
|
400
403
|
def _real_extract(self, url):
|
|
401
404
|
folder_id, channel = self._match_valid_url(url).group('id', 'channel')
|
|
@@ -2063,14 +2063,14 @@ class CCTVIE(LazyLoadExtractor):
|
|
|
2063
2063
|
class CDAFolderIE(LazyLoadExtractor):
|
|
2064
2064
|
_module = 'yt_dlp.extractor.cda'
|
|
2065
2065
|
IE_NAME = 'CDAFolder'
|
|
2066
|
-
_VALID_URL = 'https?://(?:www\\.)?cda\\.pl/(?P<channel>[\\w-]+)/folder/(?P<id>\\d+)'
|
|
2066
|
+
_VALID_URL = 'https?://(?:(?:www|m)\\.)?cda\\.pl/(?P<channel>[\\w-]+)/folder/(?P<id>\\d+)'
|
|
2067
2067
|
_RETURN_TYPE = 'playlist'
|
|
2068
2068
|
|
|
2069
2069
|
|
|
2070
2070
|
class CDAIE(LazyLoadExtractor):
|
|
2071
2071
|
_module = 'yt_dlp.extractor.cda'
|
|
2072
2072
|
IE_NAME = 'CDA'
|
|
2073
|
-
_VALID_URL = 'https?://(?:(?:www\\.)?cda\\.pl/video|ebd\\.cda\\.pl/[0-9]+x[0-9]+)/(?P<id>[0-9a-z]+)'
|
|
2073
|
+
_VALID_URL = 'https?://(?:(?:(?:www|m)\\.)?cda\\.pl/video|ebd\\.cda\\.pl/[0-9]+x[0-9]+)/(?P<id>[0-9a-z]+)'
|
|
2074
2074
|
_NETRC_MACHINE = 'cdapl'
|
|
2075
2075
|
age_limit = 18
|
|
2076
2076
|
_RETURN_TYPE = 'video'
|
yt_dlp/version.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Autogenerated by devscripts/update-version.py
|
|
2
2
|
|
|
3
|
-
__version__ = '2025.12.
|
|
3
|
+
__version__ = '2025.12.25.233051'
|
|
4
4
|
|
|
5
|
-
RELEASE_GIT_HEAD = '
|
|
5
|
+
RELEASE_GIT_HEAD = '6d92f87ddc40a31959097622ff01d4a7ca833a13'
|
|
6
6
|
|
|
7
7
|
VARIANT = 'pip'
|
|
8
8
|
|
|
@@ -12,4 +12,4 @@ CHANNEL = 'nightly'
|
|
|
12
12
|
|
|
13
13
|
ORIGIN = 'yt-dlp/yt-dlp-nightly-builds'
|
|
14
14
|
|
|
15
|
-
_pkg_version = '2025.12.
|
|
15
|
+
_pkg_version = '2025.12.25.233051dev'
|
{yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: yt-dlp
|
|
3
|
-
Version: 2025.12.
|
|
3
|
+
Version: 2025.12.25.233051.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
|
|
@@ -11,7 +11,7 @@ yt_dlp/options.py,sha256=72Qipr6jhFUO4gUPTIJsqYeHujnZi1L1GYx1Vn5qtiM,100390
|
|
|
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=cxsjFMDowqMas-HcZhPYEc555LzLeAaIo5izKz198Sg,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
|
|
@@ -180,7 +180,7 @@ yt_dlp/extractor/cbssports.py,sha256=2dtedsyB9qAwNm5IuyfvHRDkUH75lqMyiZaeQNl5FmE
|
|
|
180
180
|
yt_dlp/extractor/ccc.py,sha256=jpOxe8Gcj9SRYUB-uc1c9zcc8o5k3e31889LXrVawA8,4032
|
|
181
181
|
yt_dlp/extractor/ccma.py,sha256=JuMYCgbsQ9u19_JOaa_coE_tkdatDY0KYeuqc5Dhvd4,7050
|
|
182
182
|
yt_dlp/extractor/cctv.py,sha256=MFA6GISQmiyba_eyU11x6wz-cRRCRYQ6RLEV1SbNCtM,7346
|
|
183
|
-
yt_dlp/extractor/cda.py,sha256
|
|
183
|
+
yt_dlp/extractor/cda.py,sha256=-ASuMo0kTFj1BzbSApkiLGaLh5C_d5vBsEuLtv1sZ8o,16947
|
|
184
184
|
yt_dlp/extractor/cellebrite.py,sha256=sKXEJ642e6B9y4wmpCjYFTWj1JtTGK45xQHhkFS47pY,1746
|
|
185
185
|
yt_dlp/extractor/ceskatelevize.py,sha256=J4V5XMH5IuxHTQgIzGRvFlH-V4QhHbazJcck3sC8hGw,11714
|
|
186
186
|
yt_dlp/extractor/cgtn.py,sha256=r-Ea2H-db6cqBhHr2E2_iKEbcHe2IkRPkW5d2HX5_go,2920
|
|
@@ -460,7 +460,7 @@ yt_dlp/extractor/la7.py,sha256=GShDLu1N0rS1bY4uIiUkznThvn7gNiwtSgmh7Rs7t08,9435
|
|
|
460
460
|
yt_dlp/extractor/laracasts.py,sha256=PzTqAbHXiUqog-mpp2qR_rpKa-sZel4mLyzWTPkbDuc,4587
|
|
461
461
|
yt_dlp/extractor/lastfm.py,sha256=OpmE-Y-2rcav2r2xaDQzX_EJiltmbbe6fO9VzkLqNWQ,4748
|
|
462
462
|
yt_dlp/extractor/laxarxames.py,sha256=-YyL-5y4t2L9ptTSLXhvK-SJwvXGqv5l1HfT129zF0c,2773
|
|
463
|
-
yt_dlp/extractor/lazy_extractors.py,sha256=
|
|
463
|
+
yt_dlp/extractor/lazy_extractors.py,sha256=qJFoXb1_UOh4isB1yr6sD2SeH2XJOZgtXorAOUFWLSw,814525
|
|
464
464
|
yt_dlp/extractor/lbry.py,sha256=gC9jRRo8wSXc1-6somhW13brAtmWGlJ5_Q0NMhZpKwk,18078
|
|
465
465
|
yt_dlp/extractor/lci.py,sha256=_0XuoITIt_QFA-6eBNpDXZZfouwUWfcdHQlpAOuiLEs,2131
|
|
466
466
|
yt_dlp/extractor/lcp.py,sha256=edMA8L-eJZLquDvHcSY4oFWI0C8yGgjqW1tmhhLMJ5U,2279
|
|
@@ -1123,13 +1123,13 @@ yt_dlp/utils/progress.py,sha256=t9kVvJ0oWuEqRzo9fdFbIhHUBtO_8mg348QwZ1faqLo,3261
|
|
|
1123
1123
|
yt_dlp/utils/traversal.py,sha256=64E3RcZ56iSX50RI_HbKdDNftkETMLBaEPX791_b7yQ,18265
|
|
1124
1124
|
yt_dlp/utils/jslib/__init__.py,sha256=CbdJiRA7Eh5PnjF2V4lDTcg0J0XjBMaaq0H4pCfq9Tk,87
|
|
1125
1125
|
yt_dlp/utils/jslib/devalue.py,sha256=7DCGK_zUN0ZeV5hwPT06zaRMUxX_hyUyFWqs79rxw24,5621
|
|
1126
|
-
yt_dlp-2025.12.
|
|
1127
|
-
yt_dlp-2025.12.
|
|
1128
|
-
yt_dlp-2025.12.
|
|
1129
|
-
yt_dlp-2025.12.
|
|
1130
|
-
yt_dlp-2025.12.
|
|
1131
|
-
yt_dlp-2025.12.
|
|
1132
|
-
yt_dlp-2025.12.
|
|
1133
|
-
yt_dlp-2025.12.
|
|
1134
|
-
yt_dlp-2025.12.
|
|
1135
|
-
yt_dlp-2025.12.
|
|
1126
|
+
yt_dlp-2025.12.25.233051.dev0.data/data/share/bash-completion/completions/yt-dlp,sha256=b0pb9GLseKD27CjnLE6LlhVxhfmQjmyqV6r_CRbd6ko,5989
|
|
1127
|
+
yt_dlp-2025.12.25.233051.dev0.data/data/share/doc/yt_dlp/README.txt,sha256=wmrt5znP_AlvkrvysScvz2QYyjT2kZ1y2RRmx0Qvy_U,164886
|
|
1128
|
+
yt_dlp-2025.12.25.233051.dev0.data/data/share/fish/vendor_completions.d/yt-dlp.fish,sha256=v2WQvWvk4qKpp2-97z2ULb5Msj5dgzU6nMkS-FwSmbM,51488
|
|
1129
|
+
yt_dlp-2025.12.25.233051.dev0.data/data/share/man/man1/yt-dlp.1,sha256=9Ll8XNcxtpdL-FmhXtOrDy3OuGmOCatIKNDzmwxzqxo,159421
|
|
1130
|
+
yt_dlp-2025.12.25.233051.dev0.data/data/share/zsh/site-functions/_yt-dlp,sha256=pNhu8tT4ZKrksLRI2mXLqarzGGhnOlm_hkCBVhSxLzg,5985
|
|
1131
|
+
yt_dlp-2025.12.25.233051.dev0.dist-info/METADATA,sha256=kWuz7XJZ1WQ9Qi3uSkOtpGU_2NspnvOhwIaY082cDI0,180282
|
|
1132
|
+
yt_dlp-2025.12.25.233051.dev0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
1133
|
+
yt_dlp-2025.12.25.233051.dev0.dist-info/entry_points.txt,sha256=vWfetvzYgZIwDfMW6BjCe0Cy4pmTZEXRNzxAkfYlRJA,103
|
|
1134
|
+
yt_dlp-2025.12.25.233051.dev0.dist-info/licenses/LICENSE,sha256=fhLl30uuEsshWBuhV87SDhmGoFCN0Q0Oikq5pM-U6Fw,1211
|
|
1135
|
+
yt_dlp-2025.12.25.233051.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{yt_dlp-2025.12.24.233043.dev0.dist-info → yt_dlp-2025.12.25.233051.dev0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|