]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/__init__.py
Add -f bestaudio (Fixes #2163)
[youtube-dl] / youtube_dl / __init__.py
index 44047888d04f55b7645e20503463d2aa5f7c6ac9..4db97ad3c20e2f17ce5f9376fe9b7dd1487edc97 100644 (file)
@@ -257,7 +257,7 @@ def parseOpts(overrideArguments=None):
 
     video_format.add_option('-f', '--format',
             action='store', dest='format', metavar='FORMAT', default='best',
-            help='video format code, specify the order of preference using slashes: "-f 22/17/18". "-f mp4" and "-f flv" are also supported')
+            help='video format code, specify the order of preference using slashes: "-f 22/17/18". "-f mp4" and "-f flv" are also supported. You can also use the special names "best", "bestaudio", and "worst"')
     video_format.add_option('--all-formats',
             action='store_const', dest='format', help='download all available video formats', const='all')
     video_format.add_option('--prefer-free-formats',