Commit Graph
10 Commits
Author SHA1 Message Date
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