Skip to content

Commit

Permalink
fix default format
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
myrdd committed May 11, 2019
1 parent 8a03b59 commit daf7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-sync
Expand Up @@ -85,7 +85,7 @@ function set_default_option {
}

function set_default_options {
set_default_option "$1" "format" "bestvideo+bestaudio"
set_default_option "$1" "format" "bestvideo+bestaudio/best"
}

function sync {
Expand Down

0 comments on commit daf7bb8

Please sign in to comment.