PotcFdk / youtube-sync

Script for maintaining an up-to-date offline mirror of a YouTube channel.
Apache License 2.0
44 stars 13 forks source link

fix default format & small doc fix #16

Closed myrdd closed 5 years ago

myrdd commented 5 years ago

citing my commit messages:

small doc fix reg. 'format' META file

in ”Step 1: setup a profile“, add the 'format' file.

and

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 https://github.com/ytdl-org/youtube-dl/issues/5447 and https://github.com/ytdl-org/youtube-dl/pull/5456.

=fixup for commit fe6682a (#8)