Changed default format to flac because of poor audio quality on opus downloads
This commit is contained in:
parent
2d857a5cac
commit
55f3f82313
@ -5,7 +5,7 @@
|
|||||||
=====
|
=====
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
>>> dlaudio -f flac -n something "www.youtube.com"
|
>>> dlaudio -f flac -n <filename> "<url>"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
@ -20,7 +20,7 @@ if __name__ == '__main__':
|
|||||||
help='provide the links from a text file')
|
help='provide the links from a text file')
|
||||||
parser.add_argument('-f', '--format',
|
parser.add_argument('-f', '--format',
|
||||||
type=str,
|
type=str,
|
||||||
default='opus',
|
default='flac',
|
||||||
help='the format to use')
|
help='the format to use')
|
||||||
parser.add_argument('-n', '--filename',
|
parser.add_argument('-n', '--filename',
|
||||||
type=str,
|
type=str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user