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
coletdjnz c26f9b991a
[extractor/youtube] Support changing extraction language (#4470)
Adds `--extractor-args youtube:lang=<supported lang code>` extractor arg to prefer translated fields (e.g. title and description) of that language, if available, for all YouTube extractors. See README or error message for list of supported language codes.

Closes https://github.com/yt-dlp/yt-dlp/issues/387

Authored by: coletdjnz
2 years ago
..
compat [mhtml, cleanup] Use imghdr 2 years ago
downloader [utils] Add `deprecation_warning` 2 years ago
extractor [extractor/youtube] Support changing extraction language (#4470) 2 years ago
postprocessor [utils] Add `deprecation_warning` 2 years ago
YoutubeDL.py Allow a `set` to be passed as `download_archive` 2 years ago
__init__.py [cleanup] Misc 2 years ago
__main__.py [utils] Add `deprecation_warning` 2 years ago
aes.py [cleanup] Misc 2 years ago
cache.py [jsinterp, extractor/youtube] Minor fixes 2 years ago
cookies.py [cleanup] Misc 2 years ago
dependencies.py [cleanup] Misc 2 years ago
jsinterp.py [jsinterp] Workaround operator associativity issue 2 years ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py [docs] Improvements 2 years ago
socks.py [compat] Remove more functions 2 years ago
update.py [utils] Add `deprecation_warning` 2 years ago
utils.py [docs] Improvements 2 years ago
version.py [version] update 2 years ago
webvtt.py [webvtt, extractor/youtube] Extract auto-subs from livestream VODs 2 years ago