]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/__init__.py
[redbulltv] improve support for rebull.com TV localized URLS(#22063)
[youtube-dl.git] / youtube_dl / extractor / __init__.py
index b0d4d156b411e29cec6803b181bfacc0a87262b7..18d8dbcd6672f82776a9bd9f6f4cc63cac91129d 100644 (file)
@@ -3,7 +3,9 @@ from __future__ import unicode_literals
 try:
     from .lazy_extractors import *
     from .lazy_extractors import _ALL_CLASSES
+    _LAZY_LOADER = True
 except ImportError:
+    _LAZY_LOADER = False
     from .extractors import *
 
     _ALL_CLASSES = [