garret1317
519a662aa2
[ie/AbemaTV] Extract subtitles ( #16502 )
...
Closes #16501
Authored by: garret1317
2026-06-09 21:03:41 +00:00
vpertys
1a1481e89b
[ie/iwara] Fix extractors ( #16014 )
...
Closes #13672 , Closes #16009 , Closes #16146
Authored by: vpertys
2026-06-09 20:59:42 +00:00
AnAwesomGuy
a75d66ae2c
[ie/monstercat] Support older URLs ( #16780 )
...
Authored by: AnAwesomGuy
2026-06-09 16:07:06 +00:00
Suntooth
174afac7e3
[ie/S4C] Extract more metadata ( #16813 )
...
Closes #15194
Authored by: Suntooth
2026-06-09 15:59:32 +00:00
MemoKing34
7edb5ee870
[ie/twitter] Fix view_count extraction ( #16814 )
...
Authored by: MemoKing34
2026-06-09 15:39:53 +00:00
Antony
37a8c6f42b
[rh:curl_cffi] Add actual reason to response ( #16818 )
...
Authored by: antorlovsky
2026-06-09 15:20:30 +00:00
0xvd
83564f85db
[ie/pornhub] Support browser impersonation ( #16794 )
...
Closes #16729
Authored by: 0xvd
2026-06-09 14:44:18 +00:00
chrisellsworth
618b5e446c
[ie] Extract supplemental codecs from DASH manifests ( #16827 )
...
Authored by: chrisellsworth
2026-06-09 06:42:48 +00:00
doe1080
bc90c36b13
[ie/onsen] Fix extraction ( #16830 )
...
Closes #16674
Authored by: doe1080
2026-06-09 06:31:34 +00:00
bashonly
70050a6262
[ie/thisoldhouse] Fix extractor ( #16909 )
...
Closes #16359
Authored by: bashonly, dirkf
Co-authored-by: dirkf <1222880+dirkf@users.noreply.github.com>
2026-06-09 06:22:59 +00:00
Julien Desgats
72ac620515
[ie/reddit] Fix unauthenticated extraction ( #16839 )
...
Closes #16877
Authored by: jdesgats, bashonly, 0xvd
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: 0xvd <199783523+0xvd@users.noreply.github.com>
2026-06-09 06:18:39 +00:00
dlp-bot
1e4668e9df
[utils] random_user_agent: Bump version range 142-148 => 143-149 ( #16906 )
...
Authored by: dlp-bot
2026-06-08 23:36:42 +00:00
bashonly
5faffa999f
[pp/exec] Restrict --exec template usage to safe conversions ( #16883 )
...
Authored by: bashonly
2026-06-06 21:24:53 +00:00
Simon Sawicki
7fdc46d016
[ie/youtube] Fix PO token sanitization for Python 3.15 ( #16884 )
...
Closes #16876
Authored by: Grub4K
2026-06-06 20:49:26 +00:00
dlp-bot
acf8ab7a6e
[utils] random_user_agent: Bump version range 137-143 => 142-148 ( #16588 )
...
Authored by: dlp-bot
2026-05-25 23:21:37 +00:00
bashonly
98e42eb044
[ie/youtube] Drop support for bun<1.2.11 and bun>1.3.14 ( #16786 )
...
Closes #16766
Authored by: bashonly
2026-05-24 23:07:42 +00:00
bashonly
b536d72c86
[ie/youtube] Drop support for node<22 ( #16787 )
...
Closes #16765
Authored by: bashonly
2026-05-24 22:56:27 +00:00
bashonly
e534a32619
[ie/youtube] Drop support for deno<2.3.0 ( #16788 )
...
Closes #16767
Authored by: bashonly
2026-05-24 22:49:00 +00:00
bashonly
35684c1171
[cleanup] Misc ( #16452 )
...
* Include `pin*` extras in lockfile
* Fix and clean up `devscripts/update_requirements.py`
* Improve release channel documentation
* Remove false statement from `--prefer-insecure` documentation
* Assorted code cleanup
* Set `GH_TELEMETRY=false` in CI/CD whenever `gh` is used
* Add comments about required checks in CI workflows
* Run `test-workflows.yml` for every PR so its checks can be required
* Verify actionlint attestation in CI
* Remove zizmor version to reduce workflow maintenance burden
(zizmor-action handles pinning on its end)
Authored by: bashonly
2026-05-03 22:19:08 +00:00
bashonly
ebf0c0f61e
[ie/soundcloud] Improve error handling ( #16602 )
...
Closes #16603
Authored by: bashonly
2026-04-30 22:23:20 +00:00
Tom Schuster
165ee77a2b
[ie/ard] Support new ardsounds domain ( #16381 )
...
Closes #16383
Authored by: evilpie
2026-04-19 21:37:26 +00:00
thematuu
068d5efd30
[ie/soop] Adapt extractors to new domain ( #16436 )
...
Closes #16121 , Closes #16125 , Closes #16347 , Closes #16368
Authored by: thematuu
2026-04-19 21:27:28 +00:00
Deltadroid
9c1f3cf337
[ie/youtube] Fix PO token sanitization for Python>=3.14.4 ( #16453 )
...
Ref: https://github.com/python/cpython/issues/145264
Authored by: syphyr
2026-04-10 23:31:55 +00:00
Ziah Jyothi
c229d4b620
[ie/twitch:clips] Fix extractor ( #16466 )
...
Closes #16464
Authored by: Ventriduct
2026-04-10 23:20:48 +00:00
doe1080
8001ff4349
[ie] _resolve_nuxt_array: Handle Pinia skipHydrate ( #16447 )
...
Ref: https://pinia.vuejs.org/api/pinia/functions/skipHydrate.html
Authored by: doe1080
2026-04-07 15:34:46 +00:00
bashonly
5f6a214616
Add lockfile and pinned extras ( #16421 )
...
* Add `pin`, `pin-curl-cffi`, `pin-secretstorage` and `pin-deno` extras
* Check in a `uv.lock` for devs
* Add `devscripts/update_requirements.py` for dependency upgrades
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev>
2026-04-06 22:58:27 +00:00
bashonly
565dcfec4e
[rh:curl_cffi] Fix supported impersonate targets ( #16440 )
...
Authored by: bashonly
2026-04-05 23:31:00 +00:00
bashonly
04b2261cbf
[ie/youtube] Fix outdated quickjs-ng warning ( #16437 )
...
Ref: https://github.com/quickjs-ng/quickjs/pull/1324
Closes #16403
Authored by: bashonly
2026-04-05 17:03:47 +00:00
bashonly
fe5e67c054
[update] Bump GitHub REST API version to 2026-03-10 ( #16435 )
...
Ref: https://github.blog/changelog/2026-03-12-rest-api-version-2026-03-10-is-now-available/
Authored by: bashonly
2026-04-04 21:34:57 +00:00
bashonly
0f45ecc920
[rh:curl_cffi] Support curl_cffi 0.15.x ( #16429 )
...
* Remove the `curl-cffi-compat` extra
* Add impersonate targets missing from the curl_cffi 0.14.x bump
* Add curl-cffi to musllinux_aarch64 builds
* Migrate from delocate-fuse to delocate-merge
* Remove unnecessary wheel surgery step in macos build job
* Add macos_verify build job to verify on x86_64
Authored by: bashonly
2026-04-04 02:29:27 +00:00
bashonly
2d7b278666
[ie/bandcamp:weekly] Fix extractor ( #16373 )
...
Authored by: bashonly
2026-03-29 16:47:19 +00:00
bashonly
f01e1a1ced
[ie/rtp] Support multi-part episodes and --no-playlist ( #16299 )
...
Closes #16286
Authored by: bashonly
2026-03-21 19:52:25 +00:00
github-actions[bot]
7fd74d1009
Release 2026.03.17
...
Created by: bashonly
:ci skip all
2026-03-17 23:25:11 +00:00
bashonly
04d6974f50
[ie/youtube] Update ejs to 0.8.0 ( #16269 )
...
* Also default to `main` for `player_js_variant` extractor-arg
Closes #16256
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev>
2026-03-17 23:17:34 +00:00
bashonly
1b6ec8fc25
[ie/youtube] Fix --live-from-start support ( #16254 )
...
Closes #16237
Authored by: bashonly
2026-03-17 22:44:30 +00:00
bashonly
66c4947e9c
[ie/youtube] Always respect webpage_client extractor-arg ( #16250 )
...
Authored by: bashonly
2026-03-17 19:47:34 +00:00
github-actions[bot]
990fdf36dd
Release 2026.03.13
...
Created by: bashonly
:ci skip all
2026-03-13 08:45:00 +00:00
bashonly
92f1d99dbe
[ie/youtube] Update ejs to 0.7.0 ( #16231 )
...
Closes #16118 , Closes #16212
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev>
2026-03-13 08:29:40 +00:00
bashonly
db62e438a1
[ie/tiktok] Fix challenge solving ( #16223 )
...
Fix e3f0d8b731b40176bcc632bf92cfe5149402b202
Closes #16199
Authored by: bashonly
2026-03-13 05:12:36 +00:00
Peter Devine
3e36cf9cdb
[ie/youtube:tab] Improve description extraction ( #16057 )
...
Closes #16056
Authored by: Peter-Devine
2026-03-11 06:19:50 +00:00
Frieder Hannenheim
ae025da023
[ie/youtube:tab] Fix album extraction ( #16041 )
...
Closes #16016
Authored by: FriederHannenheim
2026-03-11 06:48:20 +01:00
bashonly
48a61d0f38
[ie/youtube] Request web_safari & web_creator client configs ( #16198 )
...
Closes #16144
Authored by: bashonly
2026-03-11 05:32:30 +00:00
SparseOrnament15
f2bd3202c0
[ie/youtube] Fix web_embedded player client ( #16177 )
...
Closes #16077
Authored by: SparseOrnament15, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2026-03-10 23:25:13 +00:00
bashonly
7e145ac1ca
[ie/youtube] Fix use_ad_playback_context extractor-arg ( #16196 )
...
Authored by: bashonly
2026-03-10 23:24:03 +00:00
gamer191
ff459e5fc0
[ie/youtube] Fix android_vr player client ( #16168 )
...
Closes #16150
Authored by: gamer191
2026-03-10 22:08:13 +00:00
github-actions[bot]
b8058cdf37
Release 2026.03.03
...
Created by: bashonly
:ci skip all
2026-03-03 16:36:58 +00:00
bashonly
2ecc4c3bc3
[ie/youtube] Skip webpage player response by default ( #16126 )
...
* Needed for d3165e83ffc0088eef5e594927ea9ac99a6e2ce6
to be effective with the `web` player client
Authored by: bashonly
2026-03-03 16:20:22 +00:00
bashonly
d3165e83ff
[ie/youtube] Force player 9f4cc5e4 ( #16123 )
...
Closes #16118
Authored by: bashonly
2026-03-03 14:48:45 +00:00
bashonly
bf4dfffe01
[ie/patreon] Fix extractors ( #16112 )
...
Closes #15218 , Closes #16111
Authored by: bashonly
2026-03-02 22:55:43 +00:00
doe1080
6f796a2bff
[ie/zapiks] Improve extraction ( #16030 )
...
Authored by: doe1080
2026-02-26 16:26:17 +00:00