Skip to content

Commit

Permalink
Merge pull request #16 from myrdd/feature/format-stuff
Browse files Browse the repository at this point in the history
fix default format & small doc fix
  • Loading branch information
PotcFdk authored May 11, 2019
2 parents 8a03b59 + 5f711c7 commit ce2cd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $ tree SYNC/
SYNC/
└── LADYBABY
└── META
├── format
└── source
2 directories, 1 file
Expand Down
2 changes: 1 addition & 1 deletion youtube-sync
Original file line number Diff line number Diff line change
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 ce2cd6a

Please sign in to comment.