dirkf
c0ff5c3da3
Merge f7dc45d3a643063e653e0dcda9faeb9973ad93b5 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
2025-04-01 07:50:28 +02:00
dirkf
4e714f9df1
[Misc] Correct [_]IE_DESC/NAME in a few IEs
...
* thx seproDev, yt-dlp/yt-dlp/pull/12694/commits/ae69e3c
* also add documenting comment in `InfoExtractor`
2025-03-26 12:47:19 +00:00
dirkf
c1ea7f5a24
[ITV] Mark ITVX not working
...
* update old shim
* correct [_]IE_DESC
2025-03-26 12:17:49 +00:00
dirkf
2b4fbfce25
[YouTube] Support player 4fcd6e4a
...
thx seproDev, bashonly: yt-dlp/yt-dlp#12748
2025-03-26 02:27:25 +00:00
dirkf
c55dbf4838
[YouTube] Update signature extraction for players 643afba4
, 363db69b
2025-03-25 22:35:06 +00:00
dirkf
087d865230
[YouTube] Support new player URL patterns
2025-03-25 22:35:06 +00:00
dirkf
a464c159e6
[YouTube] Make _extract_player_info()
use _search_regex()
2025-03-25 22:35:05 +00:00
dirkf
7dca08eff0
[YouTube] Also get original of translated automatic captions
2025-03-25 22:35:05 +00:00
dirkf
2239ee7965
[YouTube] Get subtitles/automatic captions from both web and API responses
2025-03-25 22:35:05 +00:00
dirkf
da7223d4aa
[YouTube] Improve support for tce-style player JS
...
* improve extraction of global "useful data" Array from player JS
* also handle tv-player and add tests: thx seproDev (yt-dlp/yt-dlp#12684 )
Co-Authored-By: sepro <sepro@sepr0.com>
2025-03-21 16:26:25 +00:00
dirkf
37c2440d6a
[YouTube] Update player client data
...
thx seproDev (yt-dlp/yt-dlp#12603 )
Co-authored-by: sepro <sepro@sepr0.com>
2025-03-21 16:13:24 +00:00
dirkf
32f89de92b
[YouTube] Update TVHTML5 client parameters
...
* resolves #33078
2025-03-11 02:00:24 +00:00
dirkf
283dca56fe
[YouTube] Initially support tce-style player JS
...
* resolves #33079
2025-03-11 02:00:24 +00:00
dirkf
422b1b31cf
[YouTube] Temporarily redirect from tce-style player JS
2025-03-11 02:00:24 +00:00
dirkf
673277e510
[YouTube] Fix 91b1569
2025-02-28 01:02:20 +00:00
dirkf
91b1569f68
[YouTube] Fix channel playlist extraction ( #33074 )
...
* [YouTube] Extract playlist items from LOCKUP_VIEW_MODEL_...
* resolves #33073
* thx seproDev (yt-dlp/yt-dlp#11615 )
Co-authored-by: sepro <sepro@sepr0.com>
2025-02-28 00:02:10 +00:00
dirkf
5975d7bb96
[YouTube] Use X-Goog-Visitor-Id
...
* required with tv player client
* resolves #33030
2025-01-22 06:52:40 +00:00
dirkf
63fb0fc415
[YouTube] Retain .videoDetails members from all player responses
2025-01-20 13:23:54 +00:00
dirkf
b09442a2f4
[YouTube] Also use ios client when is_live
2025-01-19 01:18:34 +00:00
dirkf
55ad8a24ca
[YouTube] Support ... /feeds/videos.xml?playlist_id={pl_id}
2025-01-15 03:22:56 +00:00
dirkf
21fff05121
[YouTube] Switch to TV API client
...
* thx yt-dlp/yt-dlp#12059
2025-01-15 03:19:15 +00:00
dirkf
1036478d13
[YouTube] Endure subtitle URLs are complete
...
* WEB URLs are, MWEB not
* resolves #33017
2025-01-06 01:39:04 +00:00
dirkf
00ad2b8ca1
[YouTube] Refactor subtitle processing
...
* move to internal function
* use `traverse-obj()`
2025-01-06 01:24:30 +00:00
dirkf
ab7c61ca29
[YouTube] Apply code style changes, trailing commas, etc
2025-01-06 01:22:16 +00:00
dirkf
176fc2cb00
[YouTube] Avoid early crash if webpage can't be read
...
* see issue #33013
2024-12-31 14:51:29 +00:00
dirkf
d55d1f423d
[YouTube] Always extract using MWEB API client
...
* temporary fix-up for 403 on download
* MWEB parameters from yt-dlp 2024-12-06
2024-12-16 12:38:51 +00:00
dirkf
eeafbbc3e5
[YouTube] Fix signature function extraction for 2f1832d2
...
* `_` was omitted from patterns
* thx yt-dlp/yt-dlp#11801
Co-authored-by: bashonly
2024-12-16 12:38:51 +00:00
dirkf
cd7c7b5edb
[YouTube] Simplify pattern for nsig function name extraction
2024-12-16 12:38:51 +00:00
dirkf
eed784e15f
[YouTube] Pass nsig value as return hook, fixes player 3bb1f723
2024-12-16 12:38:51 +00:00
dirkf
b4469a0f65
[YouTube] Handle player 3bb1f723
...
* fix signature code extraction
* raise if n function returns input value
* add new tests from yt-dlp
Co-authored-by: bashonly
2024-12-16 12:38:51 +00:00
dirkf
f28d7178e4
[InfoExtractor] Use kwarg maxsplit for re.split
...
* May become kw-only in future Pythons
2024-12-16 12:38:51 +00:00
dirkf
f7dc45d3a6
[Generic] Update KVS extraction for player v10
...
* support "renamed" flashvars variable
* use `_search_json()
* support `rnd` query parameter
* extract tags, categories, age_limit, more thumbnails`
* closes #31007
2024-10-22 11:18:55 +01:00
dirkf
01b80a0802
[XFileShare] Re-factor and fix tests
...
* update site list
* support page with player data in <iframe>
* use `_search_json()`
* improve "not found" detection
* improve title extraction
2024-10-22 11:18:55 +01:00
dirkf
ae0cbb84f2
[XFileShare] Add geo-block detection
2024-10-22 11:18:55 +01:00
dirkf
94f181f9f5
[YandexMusic] Fix CAPTCHA check
...
* correct logic in _download_webpage() hook (yt-dlp/yt-dlp#4432 )
* improve error message.
2024-10-22 11:18:55 +01:00
dirkf
620298e0ff
[core] Fix jwplayer format parsing
...
* thx yt-dlp/yt-dlp#10956
2024-10-22 11:18:55 +01:00
dirkf
c445489a46
[Mgoon,Kaltura] Fix regex typo (:?
...
* thx yt-dlp/yt-dlp#10807 (584d455)
2024-10-22 11:18:55 +01:00
dirkf
ac0c9c8f9f
[HentaiStigma] Support new frame format with HTML5 video
...
* resolves #25019
2024-10-22 11:18:55 +01:00
dirkf
515c8b85b1
[ORFRadio] Support /programm/ URL format
...
* fixes yt-dlp/yt-dlp#11014
2024-10-22 11:18:55 +01:00
dirkf
c5098961b0
[Youtube] Rework n function extraction pattern
...
Now also succeeds with player b12cc44b
2024-08-06 20:59:09 +01:00
Aiur Adept
71223bff39
[Youtube] Fix nsig extraction for player 20dfca59 ( #32891 )
...
* dirkf's patch for nsig extraction
* add generic search per yt-dlp/yt-dlp/pull/10611 - thx bashonly
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-08-01 19:18:34 +01:00
dirkf
e1b3fa242c
[Youtube] Find n
function name in player 3400486c
...
Fixes #32877
2024-07-25 00:16:00 +01:00
dirkf
451046d62a
[Youtube] Make n-sig throttling diagnostic up-to-date
2024-07-24 14:33:34 +01:00
dirkf
16f5bbc464
[YouTube] Fix nsig processing for player b22ef6e7
...
* improve extraction of function name (like yt-dlp/yt-dlp#10390 )
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396 , thx seproDev, pukkandan)
2024-07-11 00:50:46 +01:00
unkernet
36801c62df
[YandexMusic] Save track version in the title field
...
PR #32837
* Add track version to track title
2024-07-07 20:18:33 +01:00
Sergey Musatov
f4b47754d9
[YandexMusic] Download music in High Quality (320 Kbit/s)
...
PR #31159
2024-07-06 11:04:36 +01:00
dirkf
4d05f84325
[PalcoMP3] Conform to new linter rule
...
* no space after @ in decorator
2024-06-20 20:03:49 +01:00
dirkf
ad01fa6cca
[jsinterp] Add Debugger from yt-dlp
...
* https://github.com/yt-dlp/yt-dlp/commit/8f53dc4
* thx pukkandan
2024-06-20 20:03:49 +01:00
Paper
0153b387e5
[VidLii] Add 720p support ( #30924 )
...
* [VidLii] Add HD support (yt-dlp backport-ish)
* Also fix a bug with the view count
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-06-11 13:21:39 +01:00
dirkf
a48fe7491d
[ORF] Skip tests with limited availability
2024-06-11 12:52:13 +01:00