[arte] add an extractor for creative.arte.tv (#1593)
[youtube-dl] / youtube_dl / extractor / __init__.py
index 9dc9651ad31e331d6b84325dc28787e93764954a..837c5834d8140b8b023b2860c0ed1726ad8ed1eb 100644 (file)
@@ -2,7 +2,11 @@ from .appletrailers import AppleTrailersIE
 from .addanime import AddAnimeIE
 from .archiveorg import ArchiveOrgIE
 from .ard import ARDIE
-from .arte import ArteTvIE
+from .arte import (
+    ArteTvIE,
+    ArteTVPlus7IE,
+    ArteTVCreativeIE,
+)
 from .auengine import AUEngineIE
 from .bandcamp import BandcampIE
 from .bliptv import BlipTVIE, BlipTVUserIE