mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-16 03:40:50 +01:00
Update yt_dlp/extractor/extractors.py
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
This commit is contained in:
parent
dad04bd4ba
commit
5de3062ced
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ _CLASS_LOOKUP = None
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue