diff options
author | nulloz <sebastien@mauroy.net> | 2014-11-22 13:34:29 +0100 |
---|---|---|
committer | nulloz <sebastien@mauroy.net> | 2014-11-22 13:34:29 +0100 |
commit | 2cead7e7bca9643a2f7c92cf5654ac5da512d6bc (patch) | |
tree | 075a38f49f1bd57c8f99446db1510faa79fc9c13 /youtube_dl/extractor/__init__.py | |
parent | e07e931375df3984e4f92610413a2f52764bf432 (diff) |
telebruxelles Add new extractor
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 f45ce05ab..7275d247a 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -379,6 +379,7 @@ from .teachingchannel import TeachingChannelIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE +from .telebruxelles import TeleBruxellesIE from .telecinco import TelecincoIE from .telemb import TeleMBIE from .tenplay import TenPlayIE |