[livestream:original] Add support for folder urls (closes #2631)
[youtube-dl] / youtube_dl / extractor / __init__.py
index 02143de9ec414adaa79f6ac3c450f001ab69cdff..a1cdcf0f787bff0505d82af17f0e6ba34cf9cb83 100644 (file)
@@ -147,7 +147,11 @@ from .ku6 import Ku6IE
 from .la7 import LA7IE
 from .lifenews import LifeNewsIE
 from .liveleak import LiveLeakIE
-from .livestream import LivestreamIE, LivestreamOriginalIE
+from .livestream import (
+    LivestreamIE,
+    LivestreamOriginalIE,
+    LivestreamShortenerIE,
+)
 from .lynda import (
     LyndaIE,
     LyndaCourseIE