diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-09-12 20:51:48 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-09-12 20:51:48 +0700 |
commit | adf2c0989d6d525b3a691eb64651b3330f5a76fc (patch) | |
tree | f5c646c6444ae8d006eb1ef1284bea80abf607b0 /youtube_dl/extractor/__init__.py | |
parent | 8fb7ff25c5056ed0f23f35129bb0d6eba5dd6555 (diff) |
[telemb] Extract all formats and modernize
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 94e370281..13b3616d3 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -345,7 +345,7 @@ from .teachingchannel import TeachingChannelIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE -from .telemb import TelembIE +from .telemb import TeleMBIE from .tenplay import TenPlayIE from .testurl import TestURLIE from .tf1 import TF1IE |