Update yt_dlp/extractor/extractors.py

Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
pull/11305/head
coletdjnz 1 month ago committed by GitHub
parent dad04bd4ba
commit 5de3062ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ _CLASS_LOOKUP = None
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

Loading…
Cancel
Save