Rework scraping method

This commit is contained in:
xypwn
2020-12-15 14:59:14 +01:00
parent f7fc2ef0eb
commit dbf448bc77
2 changed files with 95 additions and 61 deletions

View File

@@ -2,8 +2,13 @@
# South Park Downloader Configuration File #
############################################
# Relative or absolute paths are allowed. Please DON'T use ~/, but rather /$HOME or /home/$USER.
# youtube-dl (or youtube-dlc) executable path
YOUTUBE_DL="./yt-dlc/youtube-dlc"
# Where the downloaded videos will get stored
OUTDIR="./downloads"
# Where cache files are stored
CACHEDIR="./cache"