diff --git a/yt_dlp/globals.py b/yt_dlp/globals.py index e01005a23..e1c189d5a 100644 --- a/yt_dlp/globals.py +++ b/yt_dlp/globals.py @@ -27,5 +27,4 @@ def __repr__(self, /): # Misc IN_CLI = Indirect(False) -# `False`=force, `None`=disabled, `True`=enabled -LAZY_EXTRACTORS = Indirect(False) +LAZY_EXTRACTORS = Indirect(False) # `False`=force, `None`=disabled, `True`=enabled