From 5405bcedaa3ee1f2ccc8b7fe0d9ade4e24a0ab6a Mon Sep 17 00:00:00 2001 From: HearMeWhisper Date: Mon, 20 Sep 2021 09:48:37 -0400 Subject: [PATCH] bestvideo --- youtube_convert/youtube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_convert/youtube.sh b/youtube_convert/youtube.sh index c11fd50..6979df7 100644 --- a/youtube_convert/youtube.sh +++ b/youtube_convert/youtube.sh @@ -20,7 +20,7 @@ if [ "$3" = "--extract-audio" ]; then mkdir -p $2 chmod 777 $2 cd $2 - youtube-dl $1 -f best --proxy socks5://x9107481:zJnGLnYgAe@proxy-nl.privateinternetaccess.com:1080/ > log + youtube-dl $1 -f bestvideo mp4 --proxy socks5://x9107481:zJnGLnYgAe@proxy-nl.privateinternetaccess.com:1080/ > log fi chmod 777 *