diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-14 02:12:11 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-14 02:12:11 +0600 |
commit | 3647136f24b332be81f9866ae5e2d596ca5c884a (patch) | |
tree | 87c5d0a3fbb627d5fb0ad3ffc30e30756a4d2386 /youtube_dl/extractor/__init__.py | |
parent | 13598940e3e019ce19eaf87ae872ea52b7cb8740 (diff) |
[viewster] Add 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 4682996cd..ad133603f 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -559,6 +559,7 @@ from .videoweed import VideoWeedIE from .vidme import VidmeIE from .vidzi import VidziIE from .vier import VierIE, VierVideosIE +from .viewster import ViewsterIE from .vimeo import ( VimeoIE, VimeoAlbumIE, |