diff options
author | sichuan-pepper <huajiao.sichuan.pepper@gmail.com> | 2018-10-27 03:40:44 +0900 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-11-03 00:28:21 +0700 |
commit | 036f905161b104ef90e75ad42d472b45eeb102ba (patch) | |
tree | 43726fb5188ba04c64f237f81ae042edc546381a /youtube_dl/extractor/extractors.py | |
parent | 4b6aca17cc7d4df22e78501b4c00a9281c189ab3 (diff) |
[twitcasting] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 8879f5d90..27452d73e 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1196,6 +1196,7 @@ from .tweakers import TweakersIE from .twentyfourvideo import TwentyFourVideoIE from .twentymin import TwentyMinutenIE from .twentythreevideo import TwentyThreeVideoIE +from .twitcasting import TwitcastingIE from .twitch import ( TwitchVideoIE, TwitchChapterIE, |