Skip to content

Commit

Permalink
Update yt_dlp/extractor/extractors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
  • Loading branch information
coletdjnz and Grub4K authored Dec 8, 2024
1 parent dad04bd commit 5de3062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if not os.environ.get('YTDLP_NO_LAZY_EXTRACTORS'):
try:
from .lazy_extractors import _CLASS_LOOKUP
LAZY_EXTRACTORS = True
LAZY_EXTRACTORS.value = True
except ImportError:
LAZY_EXTRACTORS = False

Expand Down

0 comments on commit 5de3062

Please sign in to comment.