aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-08-24 08:20:52 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-08-24 08:21:39 +0530
commit2516cafb28293612cfb6e158dac34a3117b42461 (patch)
tree9dc9041e78109a61f1fb5e3318e8ddf11295b8fa /yt_dlp/options.py
parentfd404bec7e6314c4584fedb1b595ee5e2d1225a6 (diff)
downloadhypervideo-pre-2516cafb28293612cfb6e158dac34a3117b42461.tar.lz
hypervideo-pre-2516cafb28293612cfb6e158dac34a3117b42461.tar.xz
hypervideo-pre-2516cafb28293612cfb6e158dac34a3117b42461.zip
Fix bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fa
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 5e1581296..50bba9b63 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -362,7 +362,7 @@ def create_parser():
'You can also use regexes, "all", "default" and "end" (end URL matching); '
'e.g. --ies "holodex.*,end,youtube". '
'Prefix the name with a "-" to exclude it, e.g. --ies default,-generic. '
- 'Use --list-extractors for a list of available extractor names'))
+ 'Use --list-extractors for a list of extractor names. (Alias: --ies)'))
general.add_option(
'--force-generic-extractor',
action='store_true', dest='force_generic_extractor', default=False,