mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[docs] Add examples for using TYPES:
in -P
/-o
This commit is contained in:
parent
f59f5ef8b6
commit
6a34813a0d
2 changed files with 10 additions and 3 deletions
|
@ -1023,7 +1023,7 @@ def parseOpts(overrideArguments=None):
|
|||
}, help=(
|
||||
'The paths where the files should be downloaded. '
|
||||
'Specify the type of file and the path separated by a colon ":". '
|
||||
'All the same types as --output are supported. '
|
||||
'All the same TYPES as --output are supported. '
|
||||
'Additionally, you can also provide "home" (default) and "temp" paths. '
|
||||
'All intermediary files are first downloaded to the temp path and '
|
||||
'then the final files are moved over to the home path after download is finished. '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue