diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-17 02:01:01 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-17 02:01:01 +0700 |
commit | e125c215318d6bac1e96b0177ccd62660b16884c (patch) | |
tree | 295828e9d4d829361d5f33466c11e09e059de45a /youtube_dl/extractor/__init__.py | |
parent | 93d020dd653bb783de7a8524e1255f76dc5464e3 (diff) |
[vesti] Restore vesti 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 ceba2af3d..bbdb04069 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -252,6 +252,7 @@ from .ustream import UstreamIE, UstreamChannelIE from .vbox7 import Vbox7IE from .veehd import VeeHDIE from .veoh import VeohIE +from .vesti import VestiIE from .vevo import VevoIE from .vice import ViceIE from .viddler import ViddlerIE |