yt-dlp-bot/app_worker/ytdl_opts/user.py

8 lines
317 B
Python
Raw Normal View History

2023-03-11 07:13:24 +08:00
"""User-specific `yt-dlp` download CLI options.
Only CLI options are allowed to be stored as configuration. They are later converted to internal API options.
More here https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/options.py or 'yt-dlp --help'
Copy all content from the `default.py` here and edit values.
"""