This commit is contained in:
HearMeWhisper 2021-09-20 09:36:06 -04:00
parent 1857914396
commit b2b47e5c46

View File

@ -20,7 +20,7 @@ if [ "$3" = "--extract-audio" ]; then
mkdir -p $2
chmod 777 $2
cd $2
youtube-dl $1 -f best mp4 --proxy socks5://x9107481:zJnGLnYgAe@proxy-nl.privateinternetaccess.com:1080/ > log
youtube-dl $1 -f best --proxy socks5://x9107481:zJnGLnYgAe@proxy-nl.privateinternetaccess.com:1080/ > log
fi
chmod 777 *