Fix `--no-get-comments`

Closes #882
pull/908/head
pukkandan 2021-09-04 01:18:56 +05:30
rodzic 409e18286e
commit dd594deb2a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0F00D95A001F4698
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1105,7 +1105,7 @@ def parseOpts(overrideArguments=None):
'The comments are fetched even without this option if the extraction is known to be quick (Alias: --get-comments)'))
filesystem.add_option(
'--no-write-comments', '--no-get-comments',
action='store_true', dest='getcomments', default=False,
action='store_false', dest='getcomments',
help='Do not retrieve video comments unless the extraction is known to be quick (Alias: --no-get-comments)')
filesystem.add_option(
'--load-info-json', '--load-info',