lazy extractors: Output if it's enabled in the verbose log
[youtube-dl] / 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 = [