Compare commits

..

13 Commits

Author SHA1 Message Date
dirkf
7e940dd0fe
Merge aae565d565 into c5098961b0 2024-10-21 10:05:08 +00:00
dirkf
aae565d565 [XFileShare] Fix typo 2024-10-21 11:04:07 +01:00
dirkf
cc5f6b1197 [XFileShare] Fix: remove redirected URL pattern 2024-10-21 02:37:05 +01:00
dirkf
cffda07f3c [Generic] Upodate 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-21 00:14:58 +01:00
dirkf
6397648af6 [utils] Don't raise in js_to_json() template substitution when non-strict
* template extression should be evaluated with the same strict-ness
2024-10-21 00:06:00 +01:00
dirkf
26f0de9eab [utils] Correctly match class names in get_element[s]_by_class()
* reproduce CSS .classname behaviour ("bar" matches "bar", "foo bar baz", etc)
* add tests
2024-10-20 13:22:25 +01:00
dirkf
b80634ecf7 [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-20 12:28:08 +01:00
dirkf
0ddcc15fd1 [XFileShare] Add geo-block detection 2024-10-20 11:53:06 +01:00
dirkf
38b3a0980c [YandexMusic] Fix CAPTCHA check
* correct logic in _download_webpage() hook (yt-dlp/yt-dlp#4432)
* improve error message.
2024-10-19 17:01:24 +01:00
dirkf
10f38086d4 [core] Fix jwplayer format parsing
* thx yt-dlp/yt-dlp#10956
2024-10-07 15:17:04 +01:00
dirkf
fa7fdb263b [Mgoon,Kaltura] Fix regex typo (:?
* thx yt-dlp/yt-dlp#10807 (584d455)
2024-10-07 15:16:46 +01:00
dirkf
8388ee5f8d [HentaiStigma] Support new frame format with HTML5 video
* resolves #25019
2024-10-07 15:16:35 +01:00
dirkf
97516d5ed3 [ORFRadio] Support /programm/ URL format
* fixes yt-dlp/yt-dlp#11014
2024-10-07 15:16:25 +01:00

2
.gitignore vendored
View File

@ -1,4 +1,3 @@
__pycache__/
*.pyc
*.pyo
*.class
@ -6,7 +5,6 @@ __pycache__/
*.DS_Store
wine-py2exe/
py2exe.log
.pytest_cache/
*.kate-swp
build/
dist/