diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-11 00:58:05 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-11 00:58:05 +0700 |
commit | 3ee52157fbade0dc5aab23c25db4c3d86f9d0dd3 (patch) | |
tree | 26dd94a77ec5e1f6058397608bbd575a64e73d3f /youtube_dl/extractor/__init__.py | |
parent | c4d197ee2d96d4e7881b7bd52104cc4d1cf49be5 (diff) |
[vgtrk] Rename vesti extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 9888c95df..dab729c58 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -246,8 +246,8 @@ 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 .vgtrk import VGTRKIE from .vice import ViceIE from .viddler import ViddlerIE from .videobam import VideoBamIE |