diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-12-02 22:23:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-12-02 22:23:23 +0600 |
commit | ac5633592afa9d70c05170333a0fb9013ba868da (patch) | |
tree | 02cea312b30ecd2e3dc0533553f4df343cf087b1 /youtube_dl/extractor/__init__.py | |
parent | 706d7d4ee737f0e382df0bae3c8146dd5839995d (diff) |
[24video] Add extractor (Closes #4350)
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 0339d1386..8b513ffd1 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -417,6 +417,7 @@ from .tutv import TutvIE from .tvigle import TvigleIE from .tvp import TvpIE from .tvplay import TVPlayIE +from .twentyfourvideo import TwentyFourVideoIE from .twitch import TwitchIE from .ubu import UbuIE from .udemy import ( |