aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorJuanjo Benages <juanjo@benages.eu>2016-10-13 20:13:54 +0200
committerSergey M․ <dstftw@gmail.com>2016-10-16 00:21:15 +0700
commit9c4258bcec91e2706f5707d4e526c267b5e5b14b (patch)
treebeab4e957e5a4a06a58c20827ecec29f544e2589 /youtube_dl/extractor/extractors.py
parentea8aefd1d7d5935a7953c1ac76bb0f9b0ca3c4a5 (diff)
downloadyoutube-dl-9c4258bcec91e2706f5707d4e526c267b5e5b14b.tar.xz
[theoperaplatform] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 75e16af4e..9797d855a 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -66,6 +66,7 @@ from .arte import (
ArteTVDDCIE,
ArteTVMagazineIE,
ArteTVEmbedIE,
+ ArteTVOperaPlatformIE,
ArteTVPlaylistIE,
)
from .atresplayer import AtresPlayerIE