aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorAlex Seiler <seileralex@gmail.com>2017-01-28 17:52:07 +0100
committerSergey M․ <dstftw@gmail.com>2017-01-29 20:40:19 +0700
commitf13da8af289d7d9365e34ef705a53ac62aa3b570 (patch)
tree86b237419f2ffcd530c0be0f7595c38148cc3c5c /youtube_dl/extractor/extractors.py
parente228616c6e73561f0c6d32d6b681bbba321c06aa (diff)
downloadyoutube-dl-f13da8af289d7d9365e34ef705a53ac62aa3b570.tar.xz
[azmedien:playlist] Add support for topic and themen playlists
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 086a2296d..2590b5e1b 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -82,7 +82,7 @@ from .awaan import (
)
from .azmedien import (
AZMedienIE,
- AZMedienShowIE,
+ AZMedienPlaylistIE,
)
from .azubu import AzubuIE, AzubuLiveIE
from .baidu import BaiduVideoIE