southpark-de-downloader/config.sh

16 lines
458 B
Bash
Raw Normal View History

2020-12-13 11:54:02 +01:00
############################################
# South Park Downloader Configuration File #
############################################
2022-06-23 20:35:29 +02:00
# Absolute paths or paths relative to the executable are allowed.
# Please DON'T use ~/, but rather $HOME or /home/$USER.
2020-12-15 14:59:14 +01:00
2020-12-13 11:54:02 +01:00
# youtube-dl (or youtube-dlc) executable path
YOUTUBE_DL="./yt-dlc/youtube-dlc"
# Where the downloaded videos will get stored
2020-12-13 12:52:17 +01:00
OUTDIR="./downloads"
2020-12-15 14:59:14 +01:00
# Where cache files are stored
CACHEDIR="./cache"