[DOCS] Extractor args example for english metadata (#415)

This commit is contained in:
Jesse Bannon 2023-01-13 13:59:24 -08:00 committed by GitHub
parent 30c77565bc
commit ab52ebbfe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,12 @@ class YTDLOptions(LiteralDictValidator):
cookiefile: "/path/to/cookies/file.txt"
# Only download this number of videos/audio
max_downloads: 10
# Download and use English title/description/etc YouTube metadata
extractor_args:
youtube:
lang:
- "en"
where each key is a ytdl argument. Include in the example are some popular ytdl_options.
"""