10 lines
284 B
Bash
10 lines
284 B
Bash
############################################
|
|
# 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
|
|
OUTDIR="./downloads"
|