diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-02-06 02:59:33 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-02-06 02:59:33 +0600 |
commit | 41469f335e7ead11821b5b02cf8b1556be2247a5 (patch) | |
tree | b536d8d0001aef33b996c6860d97c24957c71b4e /youtube_dl/extractor/__init__.py | |
parent | 300753a0695c17979d6ac42147cb162ff0eedea5 (diff) | |
parent | 67ce4f8820f94961c9b094f9c652f421c9d9f6fb (diff) |
Merge branch 'tweakers' of https://github.com/robin007bond/youtube-dl into robin007bond-tweakers
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 5866a7617..047f7002a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -475,6 +475,7 @@ from .tutv import TutvIE from .tvigle import TvigleIE from .tvp import TvpIE, TvpSeriesIE from .tvplay import TVPlayIE +from .tweakers import TweakersIE from .twentyfourvideo import TwentyFourVideoIE from .twitch import ( TwitchVideoIE, |