]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[docs,cleanup] Some minor refactoring and improve docs
[yt-dlp.git] / yt_dlp / options.py
index daf4c0041c1aebf8705ef3689f8bb08521207101..be43f37ee1b2d9bc3296e76e8dac83ece3ba31dc 100644 (file)
@@ -261,7 +261,7 @@ def _dict_from_options_callback(
     general.add_option(
         '--mark-watched',
         action='store_true', dest='mark_watched', default=False,
-        help='Mark videos watched (YouTube only)')
+        help='Mark videos watched (even with --simulate). Currently only supported for YouTube')
     general.add_option(
         '--no-mark-watched',
         action='store_false', dest='mark_watched',
@@ -768,7 +768,7 @@ def _dict_from_options_callback(
         dest='encoding', metavar='ENCODING',
         help='Force the specified encoding (experimental)')
     workarounds.add_option(
-        '--no-check-certificate',
+        '--no-check-certificates',
         action='store_true', dest='no_check_certificate', default=False,
         help='Suppress HTTPS certificate validation')
     workarounds.add_option(