v3DJG6GL and GitHub
6920ad54f6
Update tests
2025-04-17 16:50:02 +02:00
v3DJG6GL and GitHub
170eeb0eac
apply code suggestion
2025-04-17 15:37:21 +02:00
v3DJG6GL and GitHub
87cb35a0c6
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-04-10 12:27:25 +02:00
v3DJG6GL and GitHub
b022b7a23e
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-04-04 14:41:02 +02:00
v3DJG6GL and GitHub
3085a053cb
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-03-30 16:32:18 +02:00
v3DJG6GL and GitHub
1b28630121
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-03-28 11:43:43 +01:00
v3DJG6GL and GitHub
c2709a75c4
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-03-18 19:35:29 +01:00
v3DJG6GL and GitHub
fcc6d13b0a
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-03-11 12:56:30 +01:00
6fead90fd3
Update yt_dlp/extractor/playsuisse.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2025-03-11 12:30:20 +01:00
v3DJG6GL and GitHub
291ea778c3
revert 'self._get_media_data' changes
...
The language specific metadata extraction was broken with these changes, had to revert them in order to get language specific metadata extraction into a working condition again.
2025-03-06 10:49:30 +01:00
v3DJG6GL and GitHub
ac54809837
fix typos
2025-03-05 12:59:12 +01:00
v3DJG6GL and GitHub
def349faf6
traverse_obj rewrite
2025-03-05 12:54:41 +01:00
v3DJG6GL and GitHub
0445a5fcc6
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-03-05 12:53:41 +01:00
254f8376c2
adjust media_data
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2025-03-03 23:54:31 +01:00
fc6233c5d1
remove unused graphql queries
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com >
2025-03-03 23:52:44 +01:00
v3DJG6GL and GitHub
df83969f0b
fix space
2025-03-03 23:49:37 +01:00
v3DJG6GL and GitHub
53c12e8202
fix moving method around
2025-03-03 23:48:28 +01:00
v3DJG6GL and GitHub
f4e4ab0c55
Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls
2025-03-03 23:44:42 +01:00
v3DJG6GL and GitHub
4c8e7e7b6d
remove not supported "en" locale variable
2025-02-27 20:20:06 +01:00
v3DJG6GL and GitHub
d41aa41408
typo
2025-02-24 17:16:59 +01:00
v3DJG6GL and GitHub
7282b3fe8b
remove unused str_or_none
2025-02-24 17:12:34 +01:00
v3DJG6GL and GitHub
ee565d9c32
add more values
2025-02-24 17:11:05 +01:00
v3DJG6GL and GitHub
50b35cab6d
fix whitespaces
2025-02-24 02:07:35 +01:00
v3DJG6GL and GitHub
6160d2b6b5
playsuisse.py: handle locale parameters from URLs
...
- Currently, the locale header is statically set to “de”, regardless of which locale is set in the URL parameters.
- Therefore, all retrieved metadata (description, names, etc.) were in German.
- This PR implements a mechanism that extracts the locale value from the specified URL.
- As a fallback, URLs without locale parameters are automatically set to de, which corresponds to the original behavior.
Advantages:
All metadata is retrieved in the specified language.
2025-02-24 01:53:19 +01:00