[youtube:user] check if the url didn't match only the other youtube extractors
[youtube-dl] / youtube_dl / extractor / extractors.py
index 3148869d9142b54a2f33069c931fc10355055241..d00445b3cf32325a0ae109ced528635f01b6dbc6 100644 (file)
@@ -412,7 +412,12 @@ from .minoto import MinotoIE
 from .miomio import MioMioIE
 from .mit import TechTVMITIE, MITIE, OCWMITIE
 from .mitele import MiTeleIE
 from .miomio import MioMioIE
 from .mit import TechTVMITIE, MITIE, OCWMITIE
 from .mitele import MiTeleIE
-from .mixcloud import MixcloudIE
+from .mixcloud import (
+    MixcloudIE,
+    MixcloudUserIE,
+    MixcloudPlaylistIE,
+    MixcloudStreamIE,
+)
 from .mlb import MLBIE
 from .mnet import MnetIE
 from .mpora import MporaIE
 from .mlb import MLBIE
 from .mnet import MnetIE
 from .mpora import MporaIE