[DOCS] Extractor args example for english metadata (#415)
This commit is contained in:
parent
30c77565bc
commit
ab52ebbfe5
1 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ class YTDLOptions(LiteralDictValidator):
|
||||||
cookiefile: "/path/to/cookies/file.txt"
|
cookiefile: "/path/to/cookies/file.txt"
|
||||||
# Only download this number of videos/audio
|
# Only download this number of videos/audio
|
||||||
max_downloads: 10
|
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.
|
where each key is a ytdl argument. Include in the example are some popular ytdl_options.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue