southpark-de-downloader/config.sh

10 lines
284 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
2020-12-13 12:52:17 +01:00
OUTDIR="./downloads"