aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-03-17 02:01:01 +0700
committerSergey M․ <dstftw@gmail.com>2014-03-17 02:01:01 +0700
commite125c215318d6bac1e96b0177ccd62660b16884c (patch)
tree295828e9d4d829361d5f33466c11e09e059de45a /youtube_dl/extractor/__init__.py
parent93d020dd653bb783de7a8524e1255f76dc5464e3 (diff)
downloadyoutube-dl-e125c215318d6bac1e96b0177ccd62660b16884c.tar.xz
[vesti] Restore vesti extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
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