diff options
author | Matthew Rayfield <matthewrayfield@gmail.com> | 2014-11-25 02:54:13 -0500 |
---|---|---|
committer | Matthew Rayfield <matthewrayfield@gmail.com> | 2014-11-25 02:54:13 -0500 |
commit | f0c3d729d7acb3af64f21b6042d20127ce7149ae (patch) | |
tree | 600d9111147f8e23a9cf49a9a0e7944683c7d970 /youtube_dl/extractor/__init__.py | |
parent | 93129d9442cf96b71a6f0d191ed0e80de38382d1 (diff) |
[tmz] Add new extractor
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 a680973de..7e91db601 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -393,6 +393,7 @@ from .thesixtyone import TheSixtyOneIE from .thisav import ThisAVIE from .tinypic import TinyPicIE from .tlc import TlcIE, TlcDeIE +from .tmz import TMZIE from .tnaflix import TNAFlixIE from .thvideo import ( THVideoIE, |