southpark-de-downloader/config.sh

10 lines
285 B
Bash
Raw Normal View History

2020-12-13 11:54:02 +01:00
############################################
# 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"