You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
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.
2 months ago
..
__pyinstaller [rh:curlcffi] Add support for `curl_cffi` 1 year ago
compat [cleanup] Deprecate more compat functions (#11439) 5 months ago
dependencies [core] Catch broken Cryptodome installations (#11486) 5 months ago
downloader Fix external downloader availability when using `--ffmpeg-location` (#12318) 2 months ago
extractor playsuisse.py: handle locale parameters from URLs 2 months ago
networking [cleanup] Misc (#10807) 7 months ago
postprocessor Fix external downloader availability when using `--ffmpeg-location` (#12318) 2 months ago
utils [core] Load plugins on demand (#11305) 2 months ago
YoutubeDL.py [core] Load plugins on demand (#11305) 2 months ago
__init__.py [core] Load plugins on demand (#11305) 2 months ago
__main__.py [docs] Misc Cleanup (#8977) 1 year ago
aes.py [cleanup] Bump ruff to 0.8.x (#11608) 5 months ago
cache.py [cleanup] Add more ruff rules (#10149) 11 months ago
cookies.py [cookies] Add `--cookies-from-browser` support for MS Store Firefox (#11731) 5 months ago
globals.py Fix lazy extractor state (Fix 4445f37a7a) (#12452) 2 months ago
jsinterp.py [jsinterp] Improve zeroise (#12313) 2 months ago
minicurses.py
options.py [core] Load plugins on demand (#11305) 2 months ago
plugins.py [core] Load plugins on demand (#11305) 2 months ago
socks.py [cleanup] Add more ruff rules (#10149) 11 months ago
update.py [update] Check 64-bitness when upgrading ARM builds (#11819) 4 months ago
version.py Release 2025.02.19 2 months ago
webvtt.py [cleanup] Add more ruff rules (#10149) 11 months ago