diff options
author | Sergey M. <dstftw@gmail.com> | 2014-02-13 23:22:23 +0700 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2014-02-13 23:23:48 +0700 |
commit | 1074982e6e530f72e4edc3f9080f550b9ba020f6 (patch) | |
tree | e438b7ecd41830d9fba874f9227a9e99eba0f0a8 /youtube_dl/extractor/__init__.py | |
parent | 29b2aaf03530de7580d138e22facb6c879488ca5 (diff) |
[vesti] Add support for vesti.ru videos and live streams (Closes #2376)
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 cee825cb5..3a8cd8a58 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -230,6 +230,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 |