Add an extractor for tlc.de (fixes #2748)
[youtube-dl] / youtube_dl / extractor / __init__.py
index eec8bff16551fb79a90034e9644d1f73c2e243ef..ae5296d90fd495d1dfaece8584c6ef7eeb10f8d5 100644 (file)
@@ -208,6 +208,7 @@ from .rottentomatoes import RottenTomatoesIE
 from .roxwel import RoxwelIE
 from .rtlnow import RTLnowIE
 from .rts import RTSIE
+from .rtve import RTVEALaCartaIE
 from .rutube import (
     RutubeIE,
     RutubeChannelIE,
@@ -250,6 +251,7 @@ from .tf1 import TF1IE
 from .theplatform import ThePlatformIE
 from .thisav import ThisAVIE
 from .tinypic import TinyPicIE
+from .tlc import TlcDeIE
 from .toutv import TouTvIE
 from .toypics import ToypicsUserIE, ToypicsIE
 from .traileraddict import TrailerAddictIE