diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 18d8dbcd6..1ab96a8cf 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -7,6 +7,10 @@ try: except ImportError: _LAZY_LOADER = False from .extractors import * +from .iol import ( + IOLIE, + IOLStreamIE +) _ALL_CLASSES = [ klass