southpark-de-downloader/config.sh

10 lines
285 B
Bash

############################################
# South Park Downloader Configuration File #
############################################
# youtube-dl (or youtube-dlc) executable path
YOUTUBE_DL="./yt-dlc/youtube-dlc"
# Where the downloaded videos will get stored
SAVEDIR="./downloads"