aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-02 01:10:23 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-02 01:10:23 +0700
commit6e6b9f600f2f447604f6108fb6486b73cc25def1 (patch)
tree4c80f1b7e60aae27e2d7c85056dad048bf784093 /youtube_dl/extractor/extractors.py
parent6a1df4fb5fb76710457b59195e8b530ba269f09f (diff)
downloadyoutube-dl-6e6b9f600f2f447604f6108fb6486b73cc25def1.tar.xz
[arte] Add support for playlists and rework tests (Closes #9632)
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 dd4b2b838..dc21cfed9 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -56,6 +56,7 @@ from .arte import (
ArteTVDDCIE,
ArteTVMagazineIE,
ArteTVEmbedIE,
+ ArteTVPlaylistIE,
)
from .atresplayer import AtresPlayerIE
from .atttechchannel import ATTTechChannelIE