From 580054a7e0fa0cd417af071c8d591ac45934360b Mon Sep 17 00:00:00 2001 From: u-n-k-n-o-w-n <7951720+u-n-k-n-o-w-n@users.noreply.github.com> Date: Sat, 3 Sep 2022 12:21:32 +0900 Subject: [PATCH] help messages are now clearer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jouni Järvinen --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index e62e99909..3cfbfd13e 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -574,7 +574,7 @@ def parseOpts(overrideArguments=None): 'along with --min-sleep-interval.')) workarounds.add_option( '--webdriver', metavar='TYPE', dest='webdriver', default=None, - help='Specify webdriver type when you want to use selenium webdriver to execute "n_function" : "firefox", "chrome", "edge", or "safari"') + help='Specify webdriver type when you want to use Selenium to execute YouTube\'s "n_function" in order to avoid throttling: "firefox", "chrome", "edge", or "safari"') verbosity = optparse.OptionGroup(parser, 'Verbosity / Simulation Options') verbosity.add_option(