Spaces:
Running
Running
# Simple configuration file for yt-dlp webui | |
# Host where server will listen at (default: "0.0.0.0") | |
#host: 0.0.0.0 | |
# Port where server will listen at (default: 3033) | |
#port: 7860 | |
# Directory where downloaded files will be stored (default: ".") | |
downloadPath: /home/user/yt-dlp-web-ui/archive | |
# [optional] Enable RPC authentication (requires username and password) | |
#require_auth: false | |
#username: my_username | |
#password: my_random_secret | |
# [optional] The download queue size (default: 8) | |
queue_size: 8 | |
# [optional] Full path to the yt-dlp (default: "yt-dlp") | |
#downloaderPath: /usr/local/bin/yt-dlp | |
# [optional] Directory where the log file will be stored (default: ".") | |
#log_path: . | |
# [optional] Directory where the session database file will be stored (default: ".") | |
#session_file_path: . |