diff options
author | Lovius <git@lovius.eu> | 2014-09-06 09:36:14 +0200 |
---|---|---|
committer | Lovius <git@lovius.eu> | 2014-09-06 09:36:14 +0200 |
commit | 09334400861bdd8600e68f555eea8d4d6f3c7155 (patch) | |
tree | c34748dd7d7df5017ee9902b1d0bc6712df05985 /youtube_dl/extractor/__init__.py | |
parent | 88a23aef5a7d64ab4f4d682d6b336ac9eea2efba (diff) |
added extractor and __init__ loader for belgium local tv site telemb.be
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 7adca7df9..2ae656a4c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -342,6 +342,7 @@ from .teachingchannel import TeachingChannelIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE +from .telemb import TelembIE from .tenplay import TenPlayIE from .testurl import TestURLIE from .tf1 import TF1IE |