Skip to content

Commit daf7bb8

Browse files
committed
fix default format
Since the end of April 2015 and version 2015.04.26, youtube-dl uses -f bestvideo+bestaudio/best as the default format selection, see ytdl-org/youtube-dl#5447 and ytdl-org/youtube-dl#5456 =fixup for commit fe6682a (PotcFdk#8)
1 parent 8a03b59 commit daf7bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtube-sync

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function set_default_option {
8585
}
8686

8787
function set_default_options {
88-
set_default_option "$1" "format" "bestvideo+bestaudio"
88+
set_default_option "$1" "format" "bestvideo+bestaudio/best"
8989
}
9090

9191
function sync {

0 commit comments

Comments
 (0)