Merge branch 'MLB' of https://github.com/chaochichen/youtube-dl into chaochichen-MLB
[youtube-dl] / youtube_dl / extractor / __init__.py
index a03f9d3ad9b7b4d9a51e86e1085244a14edde55d..14133c3158c1b7512d0c3f5f1aabe4159e02753c 100644 (file)
@@ -170,6 +170,7 @@ from .metacafe import MetacafeIE
 from .metacritic import MetacriticIE
 from .mit import TechTVMITIE, MITIE, OCWMITIE
 from .mixcloud import MixcloudIE
+from .mlb import MlbIE
 from .mpora import MporaIE
 from .mofosex import MofosexIE
 from .mooshare import MooshareIE
@@ -270,8 +271,8 @@ from .soundcloud import (
     SoundcloudPlaylistIE
 )
 from .soundgasm import SoundgasmIE
-from .southparkstudios import (
-    SouthParkStudiosIE,
+from .southpark import (
+    SouthParkIE,
     SouthparkDeIE,
 )
 from .space import SpaceIE