From afbbb360bba1fced1ffb8da40913e882fe017119 Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Sun, 9 Feb 2025 10:14:49 +1300 Subject: [PATCH] Update yt_dlp/globals.py Co-authored-by: pukkandan --- yt_dlp/globals.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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