diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-11-03 00:27:36 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-11-03 00:28:25 +0700 |
commit | cf0db4d99785532d767d0ca1cc029c73d16bb045 (patch) | |
tree | 21138e37412e05c2f42229acef30a318feee08b0 /youtube_dl/extractor/extractors.py | |
parent | 036f905161b104ef90e75ad42d472b45eeb102ba (diff) |
[twitcasting] Improve extraction and fix issues (closes #17981)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 27452d73e..b41cd65d7 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1196,7 +1196,7 @@ from .tweakers import TweakersIE from .twentyfourvideo import TwentyFourVideoIE from .twentymin import TwentyMinutenIE from .twentythreevideo import TwentyThreeVideoIE -from .twitcasting import TwitcastingIE +from .twitcasting import TwitCastingIE from .twitch import ( TwitchVideoIE, TwitchChapterIE, |