You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
458 B
15 lines
458 B
############################################ |
|
# South Park Downloader Configuration File # |
|
############################################ |
|
|
|
# Absolute paths or paths relative to the executable are allowed. |
|
# Please DON'T use ~/, but rather $HOME or /home/$USER. |
|
|
|
# youtube-dl (or youtube-dlc) executable path |
|
YOUTUBE_DL="./yt-dlc/youtube-dlc" |
|
|
|
# Where the downloaded videos will get stored |
|
OUTDIR="./downloads" |
|
|
|
# Where cache files are stored |
|
CACHEDIR="./cache"
|
|
|