############################################ # South Park Downloader Configuration File # ############################################ # Absolute paths or paths relative to the executable 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"