Changed default audio format to 'ogg'

This commit is contained in:
Eric Torres 2018-10-13 13:05:15 -07:00
parent 207f022b43
commit 1446c73371

View File

@ -18,7 +18,7 @@ parser.add_argument('-b', '--batch-dl',
help='provide the links from a text file')
parser.add_argument('-f', '--format',
type=str,
default='flac',
default='ogg',
help='the format to use (default:flac)')
parser.add_argument('-n', '--filename',
type=str,