3646 Commits

Author SHA1 Message Date
bashonly
a541df1ea5
[ie/bandcamp:weekly] Fix extractor (#16925)
Closes #16924
Authored by: bashonly
2026-06-10 22:34:16 +00:00
doe1080
3ba1534fa3
[cleanup] Remove dead extractors (#16137)
Closes #2623
Closes #2679
Closes #2821
Closes #3416
Closes #4828
Closes #4939
Closes #5421
Closes #7064
Closes #7264
Closes #7654
Closes #8075
Closes #8798
Closes #9313
Closes #9617
Closes #10162
Closes #10252
Closes #10264
Closes #15640

Authored by: doe1080, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2026-06-09 22:35:57 +00:00
sepro
3d1f8a4a0d
[ie/wikimedia] Rework extractor (#15413)
Closes #16411
Authored by: seproDev
2026-06-09 21:43:18 +00:00
Kacper Michajłow
aaa1c78956
[ie/twitch] Remove dead rechat subtitles (#16660)
Authored by: kasper93
2026-06-09 21:25:35 +00:00
Léane GRASSER
0d8460b407
[ie/soundcloud] Support --extractor-retries for original formats (#16690)
Partially addresses #15093

Authored by: HarmfulBreeze
2026-06-09 21:17:28 +00:00
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
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
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
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
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
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
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
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
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
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
0x∅
e3118604aa
[ie/thechosen] Rework extractor (#16021)
Closes #16008
Authored by: 0xvd
2026-02-22 23:12:53 +00:00
bashonly
338dbebdb8
[ie/aenetworks] Fix extraction (#16036)
Fix 24856538595a3b25c75e1199146fcc82ea812d97

Authored by: bashonly
2026-02-22 21:53:36 +00:00
Simon Sawicki
1fbbe29b99
[ie] Limit netrc_machine parameter to shell-safe characters
Also adapts some extractor regexes to adhere to this limitation

See: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-g3gw-q23r-pgqm

Authored by: Grub4K
2026-02-21 21:07:36 +01:00
bashonly
c105461647
[ie/youtube] Update ejs to 0.5.0 (#16031)
Authored by: bashonly
2026-02-21 20:05:38 +00:00
bashonly
1d1358d09f
[ie] Add browser impersonation support to more extractors (#16029)
Closes #7001, Closes #7444, Closes #16004
Authored by: bashonly
2026-02-21 19:24:05 +00:00
blauerdorf
1fe0bf23aa
[ie/spankbang] Fix playlist title extraction (#14132)
Closes #14131
Authored by: blauerdorf
2026-02-21 18:57:20 +00:00
blauerdorf
f05e1cd1f1
[ie/spankbang] Support browser impersonation (#14130)
Closes #14129
Authored by: blauerdorf
2026-02-21 18:51:52 +00:00