[viceland] Add new extractor(#8799)
[youtube-dl] / youtube_dl / extractor / extractors.py
index 82d4ed1536437071c2f668d7e1cff33ad34ddcf7..be96e34baa1defd8d28653928679246529998c1a 100644 (file)
@@ -926,6 +926,10 @@ from .udn import UDNEmbedIE
 from .digiteka import DigitekaIE
 from .unistra import UnistraIE
 from .uol import UOLIE
+from .uplynk import (
+    UplynkIE,
+    UplynkPreplayIE,
+)
 from .urort import UrortIE
 from .urplay import URPlayIE
 from .usatoday import USATodayIE
@@ -954,6 +958,7 @@ from .vice import (
     ViceIE,
     ViceShowIE,
 )
+from .viceland import VicelandIE
 from .vidbit import VidbitIE
 from .viddler import ViddlerIE
 from .videodetective import VideoDetectiveIE