allow symlinks to executable

This commit is contained in:
r4
2022-06-23 20:35:29 +02:00
parent 3f2dccee55
commit e631ad6009
2 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
# South Park Downloader Configuration File #
############################################
# Relative or absolute paths are allowed. Please DON'T use ~/, but rather $HOME or /home/$USER.
# 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"