southpark-de-downloader/config.sh
2020-12-13 12:52:17 +01:00

10 lines
284 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
OUTDIR="./downloads"