1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
Commit graph

18 commits

Author SHA1 Message Date
v3DJG6GL
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
ac54809837
fix typos 2025-03-05 12:59:12 +01:00
v3DJG6GL
def349faf6
traverse_obj rewrite 2025-03-05 12:54:41 +01:00
v3DJG6GL
254f8376c2
adjust media_data
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-03-03 23:54:31 +01:00
v3DJG6GL
fc6233c5d1
remove unused graphql queries
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-03-03 23:52:44 +01:00
v3DJG6GL
df83969f0b
fix space 2025-03-03 23:49:37 +01:00
v3DJG6GL
53c12e8202
fix moving method around 2025-03-03 23:48:28 +01:00
v3DJG6GL
4c8e7e7b6d
remove not supported "en" locale variable 2025-02-27 20:20:06 +01:00
v3DJG6GL
d41aa41408
typo 2025-02-24 17:16:59 +01:00
v3DJG6GL
7282b3fe8b
remove unused str_or_none 2025-02-24 17:12:34 +01:00
v3DJG6GL
ee565d9c32
add more values 2025-02-24 17:11:05 +01:00
v3DJG6GL
50b35cab6d
fix whitespaces 2025-02-24 02:07:35 +01:00
v3DJG6GL
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
bashonly
6933f5670c
[ie/playsuisse] Fix login support (#12444)
Closes #12425
Authored by: bashonly
2025-02-23 09:22:51 +00:00
sepro
add96eb9f8
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
Christian Kündig
cae6e46107
[ie/PlaySuisse] Add login support (#9077)
Closes #7974
Authored by: chkuendig
2024-01-28 02:19:54 +00:00
Stefan Borer
94627c5dde
[extractor/playsuisse] Support new url format (#6528)
Authored by: sbor23
2023-05-29 10:56:49 +05:30
Stefan Borer
ee164987c7
[extractor/playsuisse] Add extractor (#845)
Authored by: sbor23, pukkandan
2022-05-28 16:44:17 -07:00