mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
parent
409e18286e
commit
dd594deb2a
@ -1105,7 +1105,7 @@ def _dict_from_options_callback(
|
|||||||
'The comments are fetched even without this option if the extraction is known to be quick (Alias: --get-comments)'))
|
'The comments are fetched even without this option if the extraction is known to be quick (Alias: --get-comments)'))
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--no-write-comments', '--no-get-comments',
|
'--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)')
|
help='Do not retrieve video comments unless the extraction is known to be quick (Alias: --no-get-comments)')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--load-info-json', '--load-info',
|
'--load-info-json', '--load-info',
|
||||||
|
Loading…
Reference in New Issue
Block a user