Initial commit

This commit is contained in:
xypwn
2020-12-13 11:54:02 +01:00
commit 5b61931167
7 changed files with 266 additions and 0 deletions

9
config.sh Normal file
View File

@@ -0,0 +1,9 @@
############################################
# 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"