yt-dlp 2026.1.16.233125.dev0__py3-none-any.whl → 2026.1.19.359.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.
@@ -2303,18 +2303,18 @@ youtube
2303
2303
  available clients are web, web_safari, web_embedded, web_music,
2304
2304
  web_creator, mweb, ios, android, android_sdkless, android_vr, tv,
2305
2305
  tv_simply, tv_downgraded, and tv_embedded. By default,
2306
- tv,android_sdkless,web is used. If no JavaScript runtime/engine is
2307
- available, then android_sdkless,web_safari,web is used. If logged-in
2308
- cookies are passed to yt-dlp, then tv_downgraded,web_safari,web is
2309
- used for free accounts and tv_downgraded,web_creator,web is used for
2310
- premium accounts. The web_music client is added for
2311
- music.youtube.com URLs when logged-in cookies are used. The
2312
- web_embedded client is added for age-restricted videos but only
2313
- works if the video is embeddable. The tv_embedded and web_creator
2314
- clients are added for age-restricted videos if account
2315
- age-verification is required. Some clients, such as web and
2316
- web_music, require a po_token for their formats to be downloadable.
2317
- Some clients, such as web_creator, will only work with
2306
+ android_sdkless,web,web_safari is used. If no JavaScript
2307
+ runtime/engine is available, then only android_sdkless is used. If
2308
+ logged-in cookies are passed to yt-dlp, then
2309
+ tv_downgraded,web,web_safari is used for free accounts and
2310
+ tv_downgraded,web_creator,web is used for premium accounts. The
2311
+ web_music client is added for music.youtube.com URLs when logged-in
2312
+ cookies are used. The web_embedded client is added for
2313
+ age-restricted videos but only works if the video is embeddable. The
2314
+ tv_embedded and web_creator clients are added for age-restricted
2315
+ videos if account age-verification is required. Some clients, such
2316
+ as web and web_music, require a po_token for their formats to be
2317
+ downloadable. Some clients, such as web_creator, will only work with
2318
2318
  authentication. Not all clients support authentication via cookies.
2319
2319
  You can use default for the default clients, or you can use all for
2320
2320
  all clients (not recommended). You can prefix a client with - to
@@ -2701,11 +2701,11 @@ The currently available clients are \f[V]web\f[R], \f[V]web_safari\f[R],
2701
2701
  \f[V]mweb\f[R], \f[V]ios\f[R], \f[V]android\f[R],
2702
2702
  \f[V]android_sdkless\f[R], \f[V]android_vr\f[R], \f[V]tv\f[R],
2703
2703
  \f[V]tv_simply\f[R], \f[V]tv_downgraded\f[R], and \f[V]tv_embedded\f[R].
2704
- By default, \f[V]tv,android_sdkless,web\f[R] is used.
2705
- If no JavaScript runtime/engine is available, then
2706
- \f[V]android_sdkless,web_safari,web\f[R] is used.
2704
+ By default, \f[V]android_sdkless,web,web_safari\f[R] is used.
2705
+ If no JavaScript runtime/engine is available, then only
2706
+ \f[V]android_sdkless\f[R] is used.
2707
2707
  If logged-in cookies are passed to yt-dlp, then
2708
- \f[V]tv_downgraded,web_safari,web\f[R] is used for free accounts and
2708
+ \f[V]tv_downgraded,web,web_safari\f[R] is used for free accounts and
2709
2709
  \f[V]tv_downgraded,web_creator,web\f[R] is used for premium accounts.
2710
2710
  The \f[V]web_music\f[R] client is added for \f[V]music.youtube.com\f[R]
2711
2711
  URLs when logged-in cookies are used.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yt-dlp
3
- Version: 2026.1.16.233125.dev0
3
+ Version: 2026.1.19.359.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
@@ -32,8 +32,11 @@ Requires-Dist: hatchling>=1.27.0; extra == 'build'
32
32
  Requires-Dist: pip; extra == 'build'
33
33
  Requires-Dist: setuptools>=71.0.2; extra == 'build'
34
34
  Requires-Dist: wheel; extra == 'build'
35
+ Provides-Extra: build-curl-cffi
36
+ Requires-Dist: curl-cffi==0.13.0; (sys_platform == 'darwin' or (sys_platform == 'linux' and platform_machine != 'armv7l')) and extra == 'build-curl-cffi'
37
+ Requires-Dist: curl-cffi==0.14.0; (sys_platform == 'win32' or (sys_platform == 'linux' and platform_machine == 'armv7l')) and extra == 'build-curl-cffi'
35
38
  Provides-Extra: curl-cffi
36
- Requires-Dist: curl-cffi!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.14,>=0.5.10; (implementation_name == 'cpython') and extra == 'curl-cffi'
39
+ Requires-Dist: curl-cffi!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.15,>=0.5.10; (implementation_name == 'cpython') and extra == 'curl-cffi'
37
40
  Provides-Extra: default
38
41
  Requires-Dist: brotli; (implementation_name == 'cpython') and extra == 'default'
39
42
  Requires-Dist: brotlicffi; (implementation_name != 'cpython') and extra == 'default'
@@ -44,6 +47,8 @@ Requires-Dist: requests<3,>=2.32.2; extra == 'default'
44
47
  Requires-Dist: urllib3<3,>=2.0.2; extra == 'default'
45
48
  Requires-Dist: websockets>=13.0; extra == 'default'
46
49
  Requires-Dist: yt-dlp-ejs==0.3.2; extra == 'default'
50
+ Provides-Extra: deno
51
+ Requires-Dist: deno>=2.6.5; extra == 'deno'
47
52
  Provides-Extra: dev
48
53
  Requires-Dist: autopep8~=2.0; extra == 'dev'
49
54
  Requires-Dist: pre-commit; extra == 'dev'
@@ -1925,7 +1930,7 @@ The following extractors use this feature:
1925
1930
  #### youtube
1926
1931
  * `lang`: Prefer translated metadata (`title`, `description` etc) of this language code (case-sensitive). By default, the video primary language metadata is preferred, with a fallback to `en` translated. See [youtube/_base.py](https://github.com/yt-dlp/yt-dlp/blob/415b4c9f955b1a0391204bd24a7132590e7b3bdb/yt_dlp/extractor/youtube/_base.py#L402-L409) for the list of supported content language codes
1927
1932
  * `skip`: One or more of `hls`, `dash` or `translated_subs` to skip extraction of the m3u8 manifests, dash manifests and [auto-translated subtitles](https://github.com/yt-dlp/yt-dlp/issues/4090#issuecomment-1158102032) respectively
1928
- * `player_client`: Clients to extract video data from. The currently available clients are `web`, `web_safari`, `web_embedded`, `web_music`, `web_creator`, `mweb`, `ios`, `android`, `android_sdkless`, `android_vr`, `tv`, `tv_simply`, `tv_downgraded`, and `tv_embedded`. By default, `tv,android_sdkless,web` is used. If no JavaScript runtime/engine is available, then `android_sdkless,web_safari,web` is used. If logged-in cookies are passed to yt-dlp, then `tv_downgraded,web_safari,web` is used for free accounts and `tv_downgraded,web_creator,web` is used for premium accounts. The `web_music` client is added for `music.youtube.com` URLs when logged-in cookies are used. The `web_embedded` client is added for age-restricted videos but only works if the video is embeddable. The `tv_embedded` and `web_creator` clients are added for age-restricted videos if account age-verification is required. Some clients, such as `web` and `web_music`, require a `po_token` for their formats to be downloadable. Some clients, such as `web_creator`, will only work with authentication. Not all clients support authentication via cookies. You can use `default` for the default clients, or you can use `all` for all clients (not recommended). You can prefix a client with `-` to exclude it, e.g. `youtube:player_client=default,-ios`
1933
+ * `player_client`: Clients to extract video data from. The currently available clients are `web`, `web_safari`, `web_embedded`, `web_music`, `web_creator`, `mweb`, `ios`, `android`, `android_sdkless`, `android_vr`, `tv`, `tv_simply`, `tv_downgraded`, and `tv_embedded`. By default, `android_sdkless,web,web_safari` is used. If no JavaScript runtime/engine is available, then only `android_sdkless` is used. If logged-in cookies are passed to yt-dlp, then `tv_downgraded,web,web_safari` is used for free accounts and `tv_downgraded,web_creator,web` is used for premium accounts. The `web_music` client is added for `music.youtube.com` URLs when logged-in cookies are used. The `web_embedded` client is added for age-restricted videos but only works if the video is embeddable. The `tv_embedded` and `web_creator` clients are added for age-restricted videos if account age-verification is required. Some clients, such as `web` and `web_music`, require a `po_token` for their formats to be downloadable. Some clients, such as `web_creator`, will only work with authentication. Not all clients support authentication via cookies. You can use `default` for the default clients, or you can use `all` for all clients (not recommended). You can prefix a client with `-` to exclude it, e.g. `youtube:player_client=default,-ios`
1929
1934
  * `player_skip`: Skip some network requests that are generally needed for robust extraction. One or more of `configs` (skip client configs), `webpage` (skip initial webpage), `js` (skip js player), `initial_data` (skip initial data/next ep request). While these options can help reduce the number of requests needed or avoid some rate-limiting, they could cause issues such as missing formats or metadata. See [#860](https://github.com/yt-dlp/yt-dlp/pull/860) and [#12826](https://github.com/yt-dlp/yt-dlp/issues/12826) for more details
1930
1935
  * `webpage_skip`: Skip extraction of embedded webpage data. One or both of `player_response`, `initial_data`. These options are for testing purposes and don't skip any network requests
1931
1936
  * `player_params`: YouTube player parameters to use for player requests. Will overwrite any default ones set by 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=OM69eimkmV_KmCEishvutDqr6EvYYOicbF44jUsmmNg,360
14
+ yt_dlp/version.py,sha256=Af_WJ_Kb1KBR8M-2T3p45tzjcgWrxGmaEr6irFJdiuE,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
@@ -43,7 +43,7 @@ yt_dlp/downloader/rtsp.py,sha256=LenaspFKHde5EkP52oU6jiHYxYferyyGgFPLfm6S5Hs,147
43
43
  yt_dlp/downloader/websocket.py,sha256=G39SkXEIGtUEYaP1_ODXMiZGZgIrFeb3wqlfVypcHUM,1772
44
44
  yt_dlp/downloader/youtube_live_chat.py,sha256=JLpGIUNNbuM7ZuZMY9A6X3xrRDfs3sWz4tzXLXpa1P4,10875
45
45
  yt_dlp/extractor/__init__.py,sha256=XMV5BpSWbaDXGkkI2sim_iJk7y0BpCgrDcPjwenA1Y0,1764
46
- yt_dlp/extractor/_extractors.py,sha256=IT9QTAyw7vSyFpLYbO37mbp272ApoXMoO80Z2HXUBsw,54575
46
+ yt_dlp/extractor/_extractors.py,sha256=RQDTxMvPSCFtZOD6J7EzEbKGx58v3PC-GWYDwivczwQ,54493
47
47
  yt_dlp/extractor/abc.py,sha256=rGyouEhGP6gdZlDxkYHHmdnMpaOYoQDXeRMy_JeON1I,18876
48
48
  yt_dlp/extractor/abcnews.py,sha256=STJP1ynxEOWURHQSoT-568klK6NIl7MY4KSjjUK_CAg,6326
49
49
  yt_dlp/extractor/abcotvs.py,sha256=VYLvqEeBr02xOakqx09A5p4e81Ap1Rp2yfcPpNiTu9g,4555
@@ -292,7 +292,7 @@ yt_dlp/extractor/europeantour.py,sha256=SjrJ4A-3suD7ujfMx6HbLV7jawl313HDRW_Z3Df-
292
292
  yt_dlp/extractor/eurosport.py,sha256=1Dbu1-syco5txazIoBmw2etZcMWbCB3AstSs-J-yfeE,9286
293
293
  yt_dlp/extractor/euscreen.py,sha256=zLKQ5l94fjJHFlE80-387Ygtp51LUXNbJPMOxX1jQJA,3372
294
294
  yt_dlp/extractor/expressen.py,sha256=APCajK9x8BcUKg1Ob-hKUjrQarPW0DgiC4RfR5BKvPs,4086
295
- yt_dlp/extractor/extractors.py,sha256=T56osbCkdWiEc5fKUdozoFuE7E-txLHBoo8nF4vhxcc,979
295
+ yt_dlp/extractor/extractors.py,sha256=U9lA0UUxAjNP2TUVuFROiRnAMzTFRcJgGmD7AAfp1Lk,1275
296
296
  yt_dlp/extractor/eyedotv.py,sha256=hxN_RST8wmkpAq7yE9eLNstFF8F-9yxarhL0Ff4teRY,2617
297
297
  yt_dlp/extractor/facebook.py,sha256=EwvmMomgrW2rNHGv2a5ySTeA2YWqKD35AiacUVTwWSY,52746
298
298
  yt_dlp/extractor/fancode.py,sha256=5g9vL3uSFkJuOGu9jA7RvNMa_JJOdsTY9tJK7MelTLI,7235
@@ -461,7 +461,7 @@ yt_dlp/extractor/la7.py,sha256=GShDLu1N0rS1bY4uIiUkznThvn7gNiwtSgmh7Rs7t08,9435
461
461
  yt_dlp/extractor/laracasts.py,sha256=PzTqAbHXiUqog-mpp2qR_rpKa-sZel4mLyzWTPkbDuc,4587
462
462
  yt_dlp/extractor/lastfm.py,sha256=OpmE-Y-2rcav2r2xaDQzX_EJiltmbbe6fO9VzkLqNWQ,4748
463
463
  yt_dlp/extractor/laxarxames.py,sha256=-YyL-5y4t2L9ptTSLXhvK-SJwvXGqv5l1HfT129zF0c,2773
464
- yt_dlp/extractor/lazy_extractors.py,sha256=tpI7xsGh5KntEGrpzi5lyj80vR5l2CTS3FwArH8udGc,814391
464
+ yt_dlp/extractor/lazy_extractors.py,sha256=Uo-3oL3iEvqvQjBtMiveSGM08RPFzS_kdOFBgP-XYzw,814391
465
465
  yt_dlp/extractor/lbry.py,sha256=gC9jRRo8wSXc1-6somhW13brAtmWGlJ5_Q0NMhZpKwk,18078
466
466
  yt_dlp/extractor/lci.py,sha256=_0XuoITIt_QFA-6eBNpDXZZfouwUWfcdHQlpAOuiLEs,2131
467
467
  yt_dlp/extractor/lcp.py,sha256=edMA8L-eJZLquDvHcSY4oFWI0C8yGgjqW1tmhhLMJ5U,2279
@@ -1061,14 +1061,14 @@ yt_dlp/extractor/zingmp3.py,sha256=KHD-f-1vUPy18Xk-_F_H_LfFR9N7-bONFYWeNRvJ1Z4,2
1061
1061
  yt_dlp/extractor/zoom.py,sha256=7FwI0aJRG3evlKmCC97Ndc7oFRrFT3LHiHye__QZ7Do,7305
1062
1062
  yt_dlp/extractor/zype.py,sha256=e3_07aMl65x-ziI5Ge_Ph_lCV4q67DnqeRq2PjIKZj4,5507
1063
1063
  yt_dlp/extractor/youtube/__init__.py,sha256=3F72z6WHXlv41giIdmmVY7Fws-bAnkiWz8Eh3A19004,1454
1064
- yt_dlp/extractor/youtube/_base.py,sha256=HlC-OeuoGS8gJhiErGJ8My_wpjYL5iCJnQpgWjrpYXI,55551
1064
+ yt_dlp/extractor/youtube/_base.py,sha256=8FeAee7rRfL4qhC10JZWmeNHj0vx3HxqoVJBJ5qMKUE,55551
1065
1065
  yt_dlp/extractor/youtube/_clip.py,sha256=__EJUrb6iUCIURupsaa-ixn51q4esfok09znrpvdD88,3073
1066
1066
  yt_dlp/extractor/youtube/_mistakes.py,sha256=bLrxlAYqdR0mTuCLoMmJHh15BHuhxfHXeQFTVBRX9Lk,2142
1067
1067
  yt_dlp/extractor/youtube/_notifications.py,sha256=1nhavzW0e2QWFAWHkfbTU4sSXNp4vUbGFygYNSgbxBE,4585
1068
1068
  yt_dlp/extractor/youtube/_redirect.py,sha256=WWWnGEkfSGBXpZFi_bWY4XcHZ8PDeK7UsndDaTYYhQg,9005
1069
1069
  yt_dlp/extractor/youtube/_search.py,sha256=E9raTPGjUD6mm81WBpT4AsaxyiTBHdNssgzeHwVeNOE,6552
1070
1070
  yt_dlp/extractor/youtube/_tab.py,sha256=MiQGWZdHENOz8Ac-OAuAgqMWJ6gC-PZKJWPDG80QY6E,115490
1071
- yt_dlp/extractor/youtube/_video.py,sha256=afy1fe-DFq6xkFHrZKDUzYPyCM50oboMDwTzWOR7Njs,213632
1071
+ yt_dlp/extractor/youtube/_video.py,sha256=iseiuuVtT2r3UglxYnYjseOWfoW1gmw0ZMorUv7UYto,214695
1072
1072
  yt_dlp/extractor/youtube/jsc/__init__.py,sha256=HaVFP8ikrLaE-ClAh39-S28WCF4S2KTRaSu7QvA28E8,289
1073
1073
  yt_dlp/extractor/youtube/jsc/_director.py,sha256=92pB-KVSs6plmE5R8gpjkZL9aeoWNR0XTnGOBXMy9go,13167
1074
1074
  yt_dlp/extractor/youtube/jsc/_registry.py,sha256=Vg9GkHKHKKPeRfUQ-XSw01mfx_2Xyodh0SJpwjawYCA,102
@@ -1095,7 +1095,7 @@ yt_dlp/extractor/youtube/pot/_builtin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
1095
1095
  yt_dlp/extractor/youtube/pot/_builtin/memory_cache.py,sha256=wlTaCbealxjIyqBAVHmHxEOWgxiKAgv5h4nAuesh_Iw,2496
1096
1096
  yt_dlp/extractor/youtube/pot/_builtin/webpo_cachespec.py,sha256=PARR0jecAen1VX7A-W_6-JojpB-iL-7jPBi84BafjQo,1811
1097
1097
  yt_dlp/networking/__init__.py,sha256=s8pdgISu2hNJr2EPUy1JIiWzmQJF6024jQhOyiZny08,862
1098
- yt_dlp/networking/_curlcffi.py,sha256=hL5oSB3oqAL9d_uZlq_cfrrAPoJaZxtKnW82bFqC4sw,13243
1098
+ yt_dlp/networking/_curlcffi.py,sha256=hrtziIhkmJMfvH99Kkhiz0RhN5rr0w0-fksI5juej3A,13237
1099
1099
  yt_dlp/networking/_helper.py,sha256=98BkGEycv76zwiv0EhgASzDmAtFoZZn7qoL-8eDGB5k,10019
1100
1100
  yt_dlp/networking/_requests.py,sha256=TXNODiGKizkUelCI3YVNrc5xX5jMA2teyfhddj-I0QI,15694
1101
1101
  yt_dlp/networking/_urllib.py,sha256=NFTOSV1SSDPY2Xi4a1Q3uMOQ6Jsx5eFTyvLVfI31V94,17128
@@ -1116,7 +1116,7 @@ yt_dlp/postprocessor/sponsorblock.py,sha256=McDfxOTwAmtUnD9TxmRqm9Gyf6DRW4W6bBo5
1116
1116
  yt_dlp/postprocessor/xattrpp.py,sha256=PVKZpRXvWj3lHWU8GnyzZKnELjtO7vNYqZkbpJcqZBA,3305
1117
1117
  yt_dlp/utils/__init__.py,sha256=fktzbumix8bd9Xi288JebTYkxCuNhG21qkcSno-3g_s,283
1118
1118
  yt_dlp/utils/_deprecated.py,sha256=5KjqmcPW8uIc77xkhvz1gwxBb-jBF7cwG5nI6xxHebU,1300
1119
- yt_dlp/utils/_jsruntime.py,sha256=cPLHquABqggAepWHIYlG9zgrnwjV4Le55mr8Fx71nCo,4319
1119
+ yt_dlp/utils/_jsruntime.py,sha256=l8GfHc9F2FCzZTo7Hs3YFCNcN1m0dlNh3qPMkYnhTrU,4623
1120
1120
  yt_dlp/utils/_legacy.py,sha256=hmczdkw5SELzsFcB2AUblAY9bw8gIBDuPFTBlYvXe_4,7858
1121
1121
  yt_dlp/utils/_utils.py,sha256=3ARez4w3Mv-_r3dTYA1eEF9GMx5JYzdiT2KOezcxVZo,191034
1122
1122
  yt_dlp/utils/networking.py,sha256=OFupeRqIwaw5_GYWRYums5kpy--IyhE7Rt5JkZeFLIM,8651
@@ -1124,13 +1124,13 @@ yt_dlp/utils/progress.py,sha256=t9kVvJ0oWuEqRzo9fdFbIhHUBtO_8mg348QwZ1faqLo,3261
1124
1124
  yt_dlp/utils/traversal.py,sha256=64E3RcZ56iSX50RI_HbKdDNftkETMLBaEPX791_b7yQ,18265
1125
1125
  yt_dlp/utils/jslib/__init__.py,sha256=CbdJiRA7Eh5PnjF2V4lDTcg0J0XjBMaaq0H4pCfq9Tk,87
1126
1126
  yt_dlp/utils/jslib/devalue.py,sha256=UtcQ1IEzt6HWBjB9Z_6rJMb3y2pFrbHXDNu1rrxXF1c,5583
1127
- yt_dlp-2026.1.16.233125.dev0.data/data/share/bash-completion/completions/yt-dlp,sha256=b0pb9GLseKD27CjnLE6LlhVxhfmQjmyqV6r_CRbd6ko,5989
1128
- yt_dlp-2026.1.16.233125.dev0.data/data/share/doc/yt_dlp/README.txt,sha256=AkKlzo4SvuJnf_2b22c63Fd3sBXHCVVWvgC5UwT3oko,165351
1129
- yt_dlp-2026.1.16.233125.dev0.data/data/share/fish/vendor_completions.d/yt-dlp.fish,sha256=v2WQvWvk4qKpp2-97z2ULb5Msj5dgzU6nMkS-FwSmbM,51488
1130
- yt_dlp-2026.1.16.233125.dev0.data/data/share/man/man1/yt-dlp.1,sha256=gxajtKE1RbgCtRJ604aAZjRwwHOuELlT1eUbgolpHF4,159920
1131
- yt_dlp-2026.1.16.233125.dev0.data/data/share/zsh/site-functions/_yt-dlp,sha256=pNhu8tT4ZKrksLRI2mXLqarzGGhnOlm_hkCBVhSxLzg,5985
1132
- yt_dlp-2026.1.16.233125.dev0.dist-info/METADATA,sha256=4BAjPfF0nVG02LpothdGzf0Ao8yjwiYe-chEdSdOg6E,180717
1133
- yt_dlp-2026.1.16.233125.dev0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
1134
- yt_dlp-2026.1.16.233125.dev0.dist-info/entry_points.txt,sha256=vWfetvzYgZIwDfMW6BjCe0Cy4pmTZEXRNzxAkfYlRJA,103
1135
- yt_dlp-2026.1.16.233125.dev0.dist-info/licenses/LICENSE,sha256=fhLl30uuEsshWBuhV87SDhmGoFCN0Q0Oikq5pM-U6Fw,1211
1136
- yt_dlp-2026.1.16.233125.dev0.dist-info/RECORD,,
1127
+ yt_dlp-2026.1.19.359.dev0.data/data/share/bash-completion/completions/yt-dlp,sha256=b0pb9GLseKD27CjnLE6LlhVxhfmQjmyqV6r_CRbd6ko,5989
1128
+ yt_dlp-2026.1.19.359.dev0.data/data/share/doc/yt_dlp/README.txt,sha256=CD5lICntsMKv9rxBvt2Ge7gQeF2CNfkkLqkPUT13fuM,165349
1129
+ yt_dlp-2026.1.19.359.dev0.data/data/share/fish/vendor_completions.d/yt-dlp.fish,sha256=v2WQvWvk4qKpp2-97z2ULb5Msj5dgzU6nMkS-FwSmbM,51488
1130
+ yt_dlp-2026.1.19.359.dev0.data/data/share/man/man1/yt-dlp.1,sha256=2mhSDP0qM3ig2lFF6us8xlmaMH06BtWPKkJVGwr8Sm8,159918
1131
+ yt_dlp-2026.1.19.359.dev0.data/data/share/zsh/site-functions/_yt-dlp,sha256=pNhu8tT4ZKrksLRI2mXLqarzGGhnOlm_hkCBVhSxLzg,5985
1132
+ yt_dlp-2026.1.19.359.dev0.dist-info/METADATA,sha256=TSbVZYfmQIuwZtide_hgg6eoE2AGmkWZKOI-gGKMM2A,181116
1133
+ yt_dlp-2026.1.19.359.dev0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
1134
+ yt_dlp-2026.1.19.359.dev0.dist-info/entry_points.txt,sha256=vWfetvzYgZIwDfMW6BjCe0Cy4pmTZEXRNzxAkfYlRJA,103
1135
+ yt_dlp-2026.1.19.359.dev0.dist-info/licenses/LICENSE,sha256=fhLl30uuEsshWBuhV87SDhmGoFCN0Q0Oikq5pM-U6Fw,1211
1136
+ yt_dlp-2026.1.19.359.dev0.dist-info/RECORD,,