diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-31 20:26:52 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-31 20:26:52 +0700 |
commit | 0138968a6a5d18e5aca23b52819cd10015997831 (patch) | |
tree | 09e2fad736d1831e956e909defd19c7a2165ddc0 /youtube_dl/extractor/__init__.py | |
parent | 4f31d0f2b7610d3b19ffbe55d5b8f4ef231187da (diff) |
[vidme] Add extractor (Closes #3404)
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 5ab89a1bf..6a9e937af 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -347,6 +347,7 @@ from .videofyme import VideofyMeIE from .videopremium import VideoPremiumIE from .videott import VideoTtIE from .videoweed import VideoWeedIE +from .vidme import VidmeIE from .vimeo import ( VimeoIE, VimeoChannelIE, |