dlp-bot and GitHub
874af899e7
[ci] Update 7 actions in 10 workflows ( #17345 )
...
* Bump actions/checkout v7.0.0 => v7.0.1
* Bump actions/setup-node v6.4.0 => v7.0.0
* Bump actions/setup-python v6.3.0 => v7.0.0
* Bump denoland/setup-deno v2.0.4 => v2.0.5
* Bump github/codeql-action v4.36.3 => v4.37.7
* Bump pypa/gh-action-pypi-publish v1.14.0 => v1.14.2
* Bump zizmorcore/zizmor-action v0.5.7 => v0.6.2
Authored by: dlp-bot
2026-08-16 01:54:39 +00:00
dedde41288
[build] Update 27 dependencies ( #17346 )
...
* Bump certifi 2026.6.17 => 2026.7.22
* Bump cffi 2.0.0 => 2.1.1
* Bump charset-normalizer 3.4.7 => 3.4.9
* Bump cryptography 49.0.0 => 50.0.0
* Bump curl-cffi 0.15.0 => 0.16.0
* Bump deno 2.8.3 => 2.9.5
* Bump filelock 3.29.4 => 3.32.2
* Bump hatchling 1.30.1 => 1.31.0
* Bump packaging 26.2 => 26.3
* Bump pip 26.1.2 => 26.2.1
* Bump platformdirs 4.10.0 => 4.11.1
* Bump pre-commit 4.6.0 => 4.6.1
* Bump pyinstaller 6.21.0 => 6.22.1
* Bump pyinstaller[win32] 6.21.0 => 6.22.1
* Bump pyinstaller[win_amd64] 6.21.0 => 6.22.1
* Bump pyinstaller[win_arm64] 6.21.0 => 6.22.1
* Bump pytest-rerunfailures 16.3 => 16.4
* Bump python-discovery 1.4.2 => 1.5.1
* Bump ruff 0.15.19 => 0.16.2
* Bump setuptools 82.0.1 => 84.0.0
* Bump typing-extensions 4.15.0 => 4.16.0
* Bump uv 0.11.24 => 0.12.3
* Bump virtualenv 21.5.1 => 21.7.3
* Bump websockets 16.0 => 17.0.1
* Remove markdown-it-py 4.2.0
* Remove mdurl 0.1.2
* Remove rich 15.0.0
Authored by: bashonly, dlp-bot
Co-authored-by: bashonly <bashonly@protonmail.com >
2026-08-16 01:48:25 +00:00
bashonly and GitHub
5f22bafc14
[build] Fix curl-cffi 0.16.x support on Python 3.10 ( #17441 )
...
Fix 4dc054d51c
Ref: https://github.com/lexiforest/curl_cffi/issues/834
Authored by: bashonly
2026-08-16 01:15:32 +00:00
4e969d3a6c
[cleanup] Misc ( #17159 )
...
Closes #17196 , Closes #17385
Authored by: bashonly, dialmaster, gamer191, BOplaid
Co-authored-by: Christopher Dial <dial.chris@gmail.com >
Co-authored-by: BOplaid <146466352+BOplaid@users.noreply.github.com >
Co-authored-by: gamer191 <83270075+gamer191@users.noreply.github.com >
2026-08-15 23:53:52 +00:00
4dc054d51c
[rh:curl_cffi] Support curl_cffi 0.16.x ( #17439 )
...
Closes #17341
Authored by: bashonly, coletdjnz
Co-authored-by: coletdjnz <coletdjnz@protonmail.com >
2026-08-15 23:50:51 +00:00
InvalidUsernameException and GitHub
d2dcbfc574
[build] Support release tags that shadow branch names ( #17409 )
...
Authored by: InvalidUsernameException
2026-08-15 20:54:24 +00:00
doe1080 and GitHub
3f78dc4797
[test:socks] Fix compatibility with websockets>=17 ( #17433 )
...
Closes #17383
Authored by: doe1080
2026-08-15 20:34:51 +00:00
doe1080 and GitHub
3128f6a433
[test:networking] Fix logging handler removal test ( #17379 )
...
Ref: https://github.com/python/cpython/issues/79366
Authored by: doe1080
2026-08-15 19:52:26 +00:00
bashonly and GitHub
5d6b8c8cd1
[ie/youtube] Extract channel_follower_count for collaborators ( #17363 )
...
To clarify the somewhat misleading subject line: this patch
only extracts the 1st collaborator's channel_follower_count
for videos with multiple collaborators.
Closes #17360
Authored by: bashonly
2026-08-04 22:58:34 +00:00
dlp-bot and GitHub
15941bd48f
[utils] random_user_agent: Bump version range 144-150 => 145-151 ( #17344 )
...
Authored by: dlp-bot
2026-08-04 14:28:47 +00:00
bashonly and GitHub
d798b9b8fb
[ci] Fix broken Windows PyPy tests ( #17347 )
...
Workaround for https://github.com/actions/setup-python/issues/1348
Authored by: bashonly
2026-08-04 05:01:09 +00:00
bashonly and GitHub
fdcc954df4
[ie/vimeo] Add macos_basic client ( #17292 )
...
Authored by: bashonly
2026-07-23 16:54:48 +00:00
bashonly and GitHub
07591f601e
[ie/vimeo] Remove ios and macos clients ( #17290 )
...
Closes #17271 , Closes #17286
Authored by: bashonly
2026-07-23 10:59:57 +00:00
bashonly and GitHub
aaf7405ba3
[ie/apple] Rework extractors ( #17277 )
...
* Add API fallback for ApplePodcastsIE
* Fix AppleConnectIE token extraction
* Refactor and add AppleBaseIE
Closes #17266
Authored by: bashonly
2026-07-21 23:09:21 +00:00
bashonly and GitHub
1f1101d0dc
[ie/instagram] Fix logged-in extraction ( #17278 )
...
Closes #17275
Authored by: bashonly
2026-07-21 23:02:13 +00:00
bashonly and GitHub
a8be438aac
[ie/vimeo] Client maintenance ( #17272 )
...
Closes #17271
Authored by: bashonly
2026-07-20 23:41:12 +00:00
bashonly and GitHub
69ea200067
[ie/youtube] Player client maintenance ( #17261 )
...
* Add visionos to logged-out default clients
* Add POT policy for android_vr
* Use tv_downgraded for VR fallback client
* Move back to web from web_safari in defaults
Closes #14997
Closes #15583
Closes #15756
Closes #15798
Closes #16064
Closes #17143
Closes #17232
Closes #17252
Authored by: bashonly
2026-07-20 23:36:39 +00:00
bashonly and GitHub
93ceb95cdf
[ie/youtube] Fix live adaptive fragments generation ( #17262 )
...
Fix bug in 8c1f07d813
Closes #17208
Authored by: bashonly
2026-07-20 23:24:23 +00:00
doe1080 and GitHub
aefce1eea4
[fd/hls] Fix crash on empty fragment lists in tests ( #17218 )
...
Authored by: doe1080
2026-07-14 14:14:20 +00:00
Brian Marks and GitHub
d9813a3da6
[ie/americastestkitchen] Fix season/series extraction ( #17151 )
...
Authored by: bm1549
2026-07-12 19:39:51 +00:00
doe1080 and GitHub
6a188aed91
[ie/showroom] Rework extractors ( #17142 )
...
Closes #2072 , Closes #7297
Authored by: doe1080
2026-07-12 00:48:16 +00:00
bashonly and GitHub
59d9ae606a
[ie/youtube] Update player client versions ( #17185 )
...
Authored by: bashonly
2026-07-09 23:11:00 +00:00
bashonly and GitHub
1328586f72
[ie/youtube] Add visionos player client ( #17184 )
...
Authored by: bashonly
2026-07-09 21:42:39 +00:00
b3854cc41b
[misc] Fix third party license information ( #17150 )
...
Authored by: bashonly, seproDev
Co-authored-by: sepro <sepro@sepr0.com >
2026-07-06 21:46:30 +00:00
InvalidUsernameException and GitHub
981190089f
[ie/ard] Remove dead extractor ( #17158 )
...
Closes #2630
Authored by: InvalidUsernameException
2026-07-06 21:44:28 +00:00
github-actions[bot]
fdec00e0bf
Release 2026.07.04
...
Created by: bashonly
:ci skip all
2026.07.04
2026-07-04 22:23:07 +00:00
997fa14084
[cleanup] Misc ( #17031 )
...
Closes #17104
Authored by: seproDev, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2026-07-04 22:14:51 +00:00
bashonly
b6590aaa1e
Validate and escape values in --write-link output
...
See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-6v4j-43gg-vj32
Authored by: bashonly
2026-07-04 17:04:14 -05:00
sepro and GitHub
bed3d58c5c
[cleanup] Remove RTSP and MMS support ( #17030 )
...
Authored by: seproDev
2026-07-04 21:59:16 +00:00
dreammu and GitHub
8c1f07d813
[ie/youtube] Support live adaptive formats ( #16771 )
...
* Add proper support for downloading live adaptive formats
* Migrate --live-from-start support from DASH to adaptive
* Migrate post-live stream support from DASH to adaptive
Closes #15274 , Closes #15367
Authored by: dreammu
2026-07-04 21:43:19 +00:00
grqz and GitHub
e8de28e23c
[ie/bilibili] Fix API extraction ( #13730 )
...
Closes #12887 , Closes #16962
Authored by: grqz
2026-07-03 23:36:55 +00:00
bashonly and GitHub
1472d10980
[ci] Add label handler workflow ( #17128 )
...
Authored by: bashonly
2026-07-03 23:27:24 +00:00
doe1080 and GitHub
6694ef8299
[ie/openrec] Change _NETRC_MACHINE to mellowfan ( #17130 )
...
Fix 5aa335ecd9
Authored by: doe1080
2026-07-03 23:00:59 +00:00
doe1080 and GitHub
fa383a9efa
[ie/omnyfm] Add extractors ( #15942 )
...
Closes #10201 , Closes #11035
Authored by: doe1080
2026-07-03 22:36:01 +00:00
doe1080 and GitHub
5aa335ecd9
[ie/openrec] Rework extractors ( #16857 )
...
Closes #12740 , Closes #13698
Authored by: doe1080
2026-07-03 18:55:36 +00:00
doe1080 and GitHub
26654a359d
[ie/streaks] Fix extractor ( #16413 )
...
* Add `api_key` extractor-arg
* Fix SSAI detection
* Add hooks for custom Streaks playback API requests
Authored by: doe1080
2026-07-03 18:49:39 +00:00
bashonly and GitHub
161dd9fd05
[ie/instagram] Avoid unnecessary API call ( #17127 )
...
Fix 8b8e3e3cb4
Authored by: bashonly
2026-07-03 18:28:53 +00:00
bashonly and GitHub
ac4c955ea9
[ie/instagram] Detect when cookies are invalidated ( #17126 )
...
Thanks to @0xvd and @gamer191 for their research/testing
Closes #17124
Authored by: bashonly
2026-07-03 18:16:37 +00:00
doe1080 and GitHub
ad9a6f25f6
[ie/zan] Add extractor ( #16086 )
...
Closes #7961 , Closes #16967
Authored by: doe1080
2026-07-02 18:35:25 +00:00
dlp-bot and GitHub
84db5246fa
[ci] Update 5 actions in 8 workflows ( #17024 )
...
* Bump actions/cache v5.0.5 => v6.1.0
* Bump actions/setup-python v6.2.0 => v6.3.0
* Bump docker/setup-qemu-action v4.1.0 => v4.2.0
* Bump github/codeql-action v4.36.2 => v4.36.3
* Bump zizmorcore/zizmor-action v0.5.6 => v0.5.7
Authored by: dlp-bot
2026-07-02 18:18:59 +00:00
d120d841dd
[utils] random_user_agent: Bump version range 143-149 => 144-150 ( #17117 )
...
Authored by: dlp-bot, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2026-07-02 18:16:54 +00:00
dlp-bot and GitHub
40dd052c03
[build] Update 6 dependencies ( #17086 )
...
* Bump certifi 2026.5.20 => 2026.6.17
* Bump mutagen 1.47.0 => 1.48.1
* Bump pytest 9.1.0 => 9.1.1
* Bump ruff 0.15.17 => 0.15.19
* Bump uv 0.11.21 => 0.11.24
* Bump virtualenv 21.5.0 => 21.5.1
Authored by: dlp-bot
2026-07-02 16:44:42 +00:00
498e51f5da
[ie/wrestleuniverse:vod] Fix extractor ( #16685 )
...
Closes #13818
Authored by: Sec-Wayne, tewhalen, 0xvd, bashonly
Co-authored-by: tewhalen <6964120+tewhalen@users.noreply.github.com >
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2026-07-02 04:55:14 +00:00
Frank Aurich and GitHub
16bdcc525e
[ie/arte] Fix playlist support ( #13191 )
...
Closes #2945
Authored by: 1100101
2026-07-01 22:12:50 +00:00
bashonly and GitHub
8b8e3e3cb4
[ie/instagram] Add fallback for when impersonation is unavailable ( #17113 )
...
Fix f49b551a0c
Authored by: bashonly
2026-07-01 21:46:52 +00:00
bashonly and GitHub
249aa5d6e6
[docs] Make "No AI / No LLM Policy" abundantly clear ( #16285 )
...
Acknowledgements:
- The simpler policy is heavily inspired by the Zig project's policy.
See https://codeberg.org/ziglang/zig
- The `.NO_AI` idea is taken from https://github.com/nothings/stb
Authored by: bashonly
2026-07-01 18:27:40 +00:00
noseb13eds and GitHub
8bdfbfd446
[ie/soundcloud] Improve metadata extraction ( #17088 )
...
Closes #7351
Authored by: noseb13eds
2026-07-01 04:46:54 +00:00
doe1080 and GitHub
acc995cf91
[ie/trovo] Remove dead extractors ( #16353 )
...
Authored by: doe1080
2026-07-01 04:41:25 +00:00
doe1080 and GitHub
e584a65f2a
[utils] parse_duration: Return int when appropriate ( #13899 )
...
Authored by: doe1080
2026-06-30 03:28:49 +00:00
c84b2c6736
[ie/svt] Fix extractor ( #16288 )
...
Closes #16255
Authored by: billauer, dirkf
Co-authored-by: dirkf <1222880+dirkf@users.noreply.github.com >
2026-06-30 03:20:11 +00:00