diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-02 19:59:34 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-02 19:59:34 +0700 |
commit | fb8b8fdd628ef8f88f4e596c197f47c9fb42d93f (patch) | |
tree | c6f1f833a2ee1f842719489b5d3dd1f12668b97a /youtube_dl/extractor/__init__.py | |
parent | 5a0b26252ef50e640e2b85c6adeec1dd1d6ed899 (diff) |
[tvigle] Add support for tvigle.ru
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 776d076eb..5a6635f8d 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -238,6 +238,7 @@ from .tube8 import Tube8IE from .tudou import TudouIE from .tumblr import TumblrIE from .tutv import TutvIE +from .tvigle import TvigleIE from .tvp import TvpIE from .unistra import UnistraIE from .ustream import UstreamIE, UstreamChannelIE |