aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/globals.py')
-rw-r--r--yt_dlp/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/globals.py b/yt_dlp/globals.py
index e1c189d5a..0cf276cc9 100644
--- a/yt_dlp/globals.py
+++ b/yt_dlp/globals.py
@@ -27,4 +27,4 @@ plugin_ies_overrides = Indirect(defaultdict(list))
# Misc
IN_CLI = Indirect(False)
-LAZY_EXTRACTORS = Indirect(False) # `False`=force, `None`=disabled, `True`=enabled
+LAZY_EXTRACTORS = Indirect(None) # `False`=force, `None`=disabled, `True`=enabled