From 88c16052b3b5129fc65f20e1a8c2ba7e9cac8e91 Mon Sep 17 00:00:00 2001 From: user1 Date: Mon, 30 Aug 2021 23:27:35 +0200 Subject: [PATCH] fix format --- youtube-mplayer.sh | 2 +- youtube-vlc.sh | 2 +- youtube-vlc_windows.sh | 2 +- youtube.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/youtube-mplayer.sh b/youtube-mplayer.sh index 640e0e5..d8434d3 100644 --- a/youtube-mplayer.sh +++ b/youtube-mplayer.sh @@ -40,7 +40,7 @@ then format="-f 303+251" elif [ "$format" == "fullhdmp4" ] then -format="-f 299+140" ] + format="-f 299+140" elif [ "$format" == "4k" ] then format="-f 315+251" diff --git a/youtube-vlc.sh b/youtube-vlc.sh index c531833..0bc006d 100644 --- a/youtube-vlc.sh +++ b/youtube-vlc.sh @@ -36,7 +36,7 @@ then format="-f 303+251" elif [ "$format" == "fullhdmp4" ] then -format="-f 299+140" ] + format="-f 299+140" elif [ "$format" == "4k" ] then format="-f 315+251" diff --git a/youtube-vlc_windows.sh b/youtube-vlc_windows.sh index c0d722a..9e71073 100644 --- a/youtube-vlc_windows.sh +++ b/youtube-vlc_windows.sh @@ -36,7 +36,7 @@ then format="-f 303+251" elif [ "$format" == "fullhdmp4" ] then -format="-f 299+140" ] + format="-f 299+140" elif [ "$format" == "4k" ] then format="-f 315+251" diff --git a/youtube.sh b/youtube.sh index c0d722a..9e71073 100755 --- a/youtube.sh +++ b/youtube.sh @@ -36,7 +36,7 @@ then format="-f 303+251" elif [ "$format" == "fullhdmp4" ] then -format="-f 299+140" ] + format="-f 299+140" elif [ "$format" == "4k" ] then format="-f 315+251"