Changed default audio format to 'ogg'
This commit is contained in:
parent
207f022b43
commit
1446c73371
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user