Просмотр исходного кода

[options] Update help on string comparisons

Sergey M․ 10 лет назад
Родитель
Сommit
6128bf07a9
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      youtube_dl/options.py

+ 3 - 1
youtube_dl/options.py

@@ -298,7 +298,9 @@ def parseOpts(overrideArguments=None):
             ' brackets, as in -f "best[height=720]"'
             ' brackets, as in -f "best[height=720]"'
             ' (or -f "[filesize>10M]"). '
             ' (or -f "[filesize>10M]"). '
             ' This works for filesize, height, width, tbr, abr, vbr, and fps'
             ' This works for filesize, height, width, tbr, abr, vbr, and fps'
-            ' and the comparisons <, <=, >, >=, =, != .'
+            ' and the comparisons <, <=, >, >=, =, !='
+            ' and for ext, acodec, vcodec, container and protocol'
+            ' and the comparisons =, != .'
             ' Formats for which the value is not known are excluded unless you'
             ' Formats for which the value is not known are excluded unless you'
             ' put a question mark (?) after the operator.'
             ' put a question mark (?) after the operator.'
             ' You can combine format filters, so  '
             ' You can combine format filters, so  '