southpark-de-downloader/config.sh

15 lines
433 B
Bash

############################################
# South Park Downloader Configuration File #
############################################
# Relative or absolute paths 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"