Changed default audio format to opus

This commit is contained in:
Eric Torres 2018-10-22 10:25:52 -07:00
parent 260ce979c7
commit 9eaa146b42

View File

@ -18,8 +18,8 @@ parser.add_argument('-b', '--batch-dl',
help='provide the links from a text file')
parser.add_argument('-f', '--format',
type=str,
default='ogg',
help='the format to use (default:ogg)')
default='opus',
help='the format to use')
parser.add_argument('-n', '--filename',
type=str,
help='the name of the downloaded file (without extension)')