Rework scraping method
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user