mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-15 16:55:43 -05:00
Update yt_dlp/extractor/extractors.py
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
This commit is contained in:
parent
f14e168b7e
commit
a036660883
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
from .lazy_extractors import _CLASS_LOOKUP
|
||||
LAZY_EXTRACTORS.value = True
|
||||
except ImportError:
|
||||
LAZY_EXTRACTORS = False
|
||||
LAZY_EXTRACTORS.value = False
|
||||
|
||||
if not _CLASS_LOOKUP:
|
||||
from . import _extractors
|
||||
|
|
Loading…
Reference in a new issue