Commit Graph

23410 Commits (31936635585248673a2408fa3b27b655c073c0b7)
 

Author SHA1 Message Date
github-actions[bot] eff0759705 Release 2025.06.25
Created by: bashonly

:ci skip all
2 months ago
Anton Larionov 1838a1ce5d
[ie/mave] Add extractor (#13380)
Authored by: anlar
2 months ago
doe1080 2600849bad
[ie/huya:live] Fix extractor (#13520)
Authored by: doe1080
2 months ago
D Trombett 3bd3029160
[ie/tv8.it] Support slugless URLs (#13478)
Authored by: DTrombett
2 months ago
D Trombett a4ce4327c9
[ie/SportDeutschland] Fix extractor (#13519)
Closes #13518
Authored by: DTrombett
2 months ago
Cæsim c57412d1f9
[ie/lsm] Fix extractors (#13126)
Closes #12298
Authored by: Caesim404
2 months ago
bashonly 5b559d0072
[ie/sproutvideo] Fix extractor (#13544)
Closes #13540
Authored by: bashonly
2 months ago
bashonly 8f94b76cbf
[ie/youtube] Check any `ios` m3u8 formats prior to download (#13524)
Closes #13511
Authored by: bashonly
2 months ago
bashonly ff6f94041a
[ie/youtube] Improve player context payloads (#13539)
Closes #12563
Authored by: bashonly
2 months ago
Simon Sawicki 73bf102116
[test] `traversal`: Fix morsel tests for Python 3.14 (#13471)
Authored by: Grub4K
2 months ago
doe1080 1722c55400
[ie/hypergryph] Improve metadata extraction (#13415)
Closes #13384
Authored by: doe1080, eason1478

Co-authored-by: eason1478 <134664337+eason1478@users.noreply.github.com>
2 months ago
doe1080 e6bd4a3da2
[ie/brightcove:new] Improve metadata extraction (#13461)
Authored by: doe1080
2 months ago
bashonly 51887484e4
[ie] Add `_search_nuxt_json` helper (#13386)
* Adds InfoExtractor._search_nuxt_json for webpage extraction
* Adds InfoExtractor._resolve_nuxt_array for direct use with payload JSON
* Adds yt_dlp.utils.jslib module for Python solutions to common JavaScript libraries
* Adds devalue.parse and devalue.parse_iter to jslib utils

Ref:
* 9e503be0f2
* f3fd2aa93d/src/parse.js

Authored by: bashonly, Grub4K

Co-authored-by: Simon Sawicki <contact@grub4k.dev>
2 months ago
github-actions[bot] ba090caeaa Release 2025.06.09
Created by: bashonly

:ci skip all
2 months ago
bashonly 339614a173
[cleanup] Misc (#13278)
Authored by: bashonly
2 months ago
nullpos aa863ddab9
[ie/cu.ntv.co.jp] Fix extractor (#13302)
Closes #10976
Authored by: nullpos, doe1080

Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
2 months ago
InvalidUsernameException db162b76f6
[ie/zdf] Fix language extraction and format sorting (#13313)
Closes #13118
Authored by: InvalidUsernameException
2 months ago
doe1080 e3c605a61f
[ie/sr:mediathek] Improve metadata extraction (#13294)
Authored by: doe1080
2 months ago
doe1080 97ddfefeb4
[ie/nobelprize] Fix extractor (#13205)
Authored by: doe1080
2 months ago
doe1080 a8bf0011bd
[ie/startrek] Fix extractor (#13188)
Authored by: doe1080
2 months ago
c-basalt 13e5516271
[ie/BiliBiliBangumi] Fix extractor (#13416)
Closes #13121
Authored by: c-basalt
2 months ago
bashonly 03dba2012d
[ie/telecinco] Fix extractor (#13379)
Closes #13378
Authored by: bashonly
2 months ago
bashonly 5d96527be8
[ie/stacommu] Avoid partial stream formats (#13412)
Authored by: bashonly
2 months ago
gamer191 1fd0e88b67
[ie/youtube] Add `tv_simply` player client (#13389)
Authored by: gamer191
2 months ago
gamer191 231349786e
[ie/youtube] Extract srt subtitles (#13411)
Closes #1734
Authored by: gamer191
2 months ago
Sipherdrakon f37d599a69
[ie/aenetworks] Fix playlist extractors (#13408)
Fix 41952255d1

Authored by: Sipherdrakon
2 months ago
Simon Sawicki 9e38b273b7
[ie/youtube] Rework nsig function name extraction (#13403)
Closes #13401

Authored by: Grub4K
2 months ago
Alexandre Ramos c29542327a [ie/educast] Address PR review comment
Removed unnecessary parse_timestamp method

Co-authored-by: Filipe Resendes <filipe.resendes@tecnico.ulisboa.pt>
3 months ago
Alexandre Ramos 4978e987a1 [ie/educast] Address PR review comments
Removed local imports and used module-level ones
Switched to traverse_obj-based metadata unpacking
Avoided overwriting resolution in formats; removed duration from format dicts
Removed redundant max_downloads logic (handled by core)
Replaced to_screen with report_warning for error in data_json
Added expected_warnings for the third EducastIE test
Handled missing content-disposition header

Co-authored-by: Filipe Resendes <filipe.resendes@tecnico.ulisboa.pt>
3 months ago
doe1080 4e7c1ea346
[ie/umg:de] Rework extractor (#13373)
Authored by: doe1080
3 months ago
barsnick e1b6062f8c
[ie/svt:play] Fix extractor (#13329)
Closes #13312
Authored by: barsnick, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
3 months ago
Alexandre Ramos b7d54b33e9 [ie/educast] Add Extractor
Adds a new extractor for the **Educast** platform, allowing download
of both presenter and presentation streams in native quality,
along with full metadata support.
Includes support for downloading from individual video pages,
full channel pages, and search results.
Private pages are accesible via cookies.

Co-authored-by: Filipe Resendes <filipe.resendes@tecnico.ulisboa.pt>
3 months ago
bashonly c723c4e5e7
[ie/vimeo] Extract subtitles from player subdomain (#13350)
Closes #12198
Authored by: bashonly
3 months ago
bashonly 148a1eb4c5
[ie/odnoklassniki] Detect and raise when login is required (#13361)
Closes #13360
Authored by: bashonly
3 months ago
bashonly 85c8a405e3
[ie] Improve JSON LD thumbnails extraction (#13368)
Authored by: bashonly, doe1080

Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
3 months ago
Sipherdrakon 943083edcd
[ie/adobepass] Fix Philo MSO authentication (#13335)
Closes #2603
Authored by: Sipherdrakon
3 months ago
bashonly 3fe72e9eea
[ie/weverse] Support login with oauth refresh tokens (#13284)
Closes #7806
Authored by: bashonly
3 months ago
bashonly d30a49742c
[ie/youtube] Improve signature extraction debug output (#13327)
Authored by: bashonly
3 months ago
bashonly 6d265388c6
[ie/10play] Fix extractor (#13349)
Closes #12337
Authored by: bashonly
3 months ago
bashonly a9b3700698
[test:postprocessors] Remove binary thumbnail test data (#13341)
Authored by: bashonly
3 months ago
bashonly 201812100f
[build] Fix macOS requirements caching (#13328)
Authored by: bashonly
3 months ago
bashonly cc749a8a3b
[build] Exclude `pkg_resources` from being collected (#13320)
Closes #13311
Authored by: bashonly
3 months ago
bashonly f7bbf5a617
[ie/youtube] nsig code improvements and cleanup (#13280)
Authored by: bashonly
3 months ago
Brian b5be29fa58
[ie/youtube] Fix `--mark-watched` support (#13222)
Closes #11532
Authored by: iednod55, brian6932

Co-authored-by: iednod55 <210167282+iednod55@users.noreply.github.com>
3 months ago
bashonly 6121559e02 [ie/vice] Mark extractors as broken (#13131)
Authored by: bashonly
3 months ago
Max 2e5bf002da [ie/go] Fix provider-locked content extraction (#13131)
Closes #1770, Closes #8073
Authored by: maxbin123, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
3 months ago
Max 6693d66033 [ie/aenetworks] Fix provider-locked content extraction (#13131)
Authored by: maxbin123
3 months ago
Max b094747e93 [ie/WatchESPN] Fix provider-locked content extraction (#13131)
Closes #4662
Authored by: maxbin123
3 months ago
bashonly 98f8eec956 [ie/brightcove:new] Adapt to new AdobePass requirement (#13131)
Authored by: bashonly
3 months ago
bashonly 0daddc780d [ie/turner] Adapt extractors to new AdobePass flow (#13131)
Authored by: bashonly
3 months ago