1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Update yt_dlp/extractor/extractors.py

Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
This commit is contained in:
coletdjnz 2024-12-08 13:37:54 +13:00 committed by GitHub
parent dad04bd4ba
commit 5de3062ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
if not os.environ.get('YTDLP_NO_LAZY_EXTRACTORS'): if not os.environ.get('YTDLP_NO_LAZY_EXTRACTORS'):
try: try:
from .lazy_extractors import _CLASS_LOOKUP from .lazy_extractors import _CLASS_LOOKUP
LAZY_EXTRACTORS = True LAZY_EXTRACTORS.value = True
except ImportError: except ImportError:
LAZY_EXTRACTORS = False LAZY_EXTRACTORS = False