diff --git a/dlaudio.py b/dlaudio.py index fb188b7..f91166a 100755 --- a/dlaudio.py +++ b/dlaudio.py @@ -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,