diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-08-28 12:57:44 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-08-28 12:57:44 +0200 |
commit | 204da0d3e3cc5f8675f10f44d0717e210405f8ca (patch) | |
tree | efae969e5561b04cc1b8591271be228f558499cf /youtube_dl/extractor/__init__.py | |
parent | c496ca96e7639e5dd0020074b7ada18c2bd4ae3e (diff) | |
parent | 67b22dd03686d9e360d87a7751de74b321d3f231 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index c76b99a81..21e9e5d37 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -50,6 +50,7 @@ from .keek import KeekIE from .liveleak import LiveLeakIE from .livestream import LivestreamIE from .metacafe import MetacafeIE +from .mit import TechTVMITIE, MITIE from .mixcloud import MixcloudIE from .mtv import MTVIE from .muzu import MuzuTVIE |