diff options
author | Allan Zhou <allanzp@gmail.com> | 2013-09-03 12:22:29 -0700 |
---|---|---|
committer | Allan Zhou <allanzp@gmail.com> | 2013-09-03 12:22:29 -0700 |
commit | c3dd69eab40d1e006962a8a2b2ebc2dce94e1aec (patch) | |
tree | 84f78a6ca94748b1ea91679d5e5da6e830cd2844 /youtube_dl/extractor/__init__.py | |
parent | 85f03346ebe38c0b4cd46ab64bf9b5825d12895a (diff) | |
parent | c8dbccde30d9ca06d4c9305329a9aacd10420276 (diff) |
Merge remote-tracking branch 'upstream/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 90f1a4418..9f56e427c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -89,6 +89,7 @@ from .tutv import TutvIE from .unistra import UnistraIE from .ustream import UstreamIE from .vbox7 import Vbox7IE +from .veehd import VeeHDIE from .veoh import VeohIE from .vevo import VevoIE from .videofyme import VideofyMeIE |