Commit Graph
32 Commits
Author SHA1 Message Date
v3DJG6GLandGitHub 154e312502 from ..utils import join_nonempty / from ..utils.traversal import unpack 2025-05-09 02:45:43 +02:00
37522a2ad0 Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-05-09 02:41:14 +02:00
71922f7a81 Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-05-09 02:41:02 +02:00
c85356d2ad Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-05-09 02:40:35 +02:00
06b65310ce Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-05-09 02:39:17 +02:00
a707060056 Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-05-09 02:37:38 +02:00
v3DJG6GLandGitHub 5142af5ac9 fix release_year: int_or_none 2025-05-08 13:52:47 +02:00
v3DJG6GLandGitHub 6d80a0fe5b Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-05-08 13:25:40 +02:00
v3DJG6GLandGitHub 6920ad54f6 Update tests 2025-04-17 16:50:02 +02:00
v3DJG6GLandGitHub 170eeb0eac apply code suggestion 2025-04-17 15:37:21 +02:00
v3DJG6GLandGitHub 87cb35a0c6 Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-04-10 12:27:25 +02:00
v3DJG6GLandGitHub b022b7a23e Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-04-04 14:41:02 +02:00
v3DJG6GLandGitHub 3085a053cb Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-03-30 16:32:18 +02:00
v3DJG6GLandGitHub 1b28630121 Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-03-28 11:43:43 +01:00
v3DJG6GLandGitHub c2709a75c4 Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-03-18 19:35:29 +01:00
v3DJG6GLandGitHub 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
v3DJG6GLandGitHub 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
v3DJG6GLandGitHub ac54809837 fix typos 2025-03-05 12:59:12 +01:00
v3DJG6GLandGitHub def349faf6 traverse_obj rewrite 2025-03-05 12:54:41 +01:00
v3DJG6GLandGitHub 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
v3DJG6GLandGitHub df83969f0b fix space 2025-03-03 23:49:37 +01:00
v3DJG6GLandGitHub 53c12e8202 fix moving method around 2025-03-03 23:48:28 +01:00
v3DJG6GLandGitHub f4e4ab0c55 Merge branch 'yt-dlp:master' into playsuisse-handle-locale-parameters-from-urls 2025-03-03 23:44:42 +01:00
v3DJG6GLandGitHub 4c8e7e7b6d remove not supported "en" locale variable 2025-02-27 20:20:06 +01:00
v3DJG6GLandGitHub d41aa41408 typo 2025-02-24 17:16:59 +01:00
v3DJG6GLandGitHub 7282b3fe8b remove unused str_or_none 2025-02-24 17:12:34 +01:00
v3DJG6GLandGitHub ee565d9c32 add more values 2025-02-24 17:11:05 +01:00
v3DJG6GLandGitHub 50b35cab6d fix whitespaces 2025-02-24 02:07:35 +01:00
v3DJG6GLandGitHub 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