aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-01-22 02:15:20 +0700
committerSergey M․ <dstftw@gmail.com>2017-01-22 02:17:39 +0700
commit94629e537f2f6ed80b19e3863456f9ba8073af36 (patch)
tree2ff95a9a924a2e39f57e4420c79b0b5189ec66ef /youtube_dl/extractor/extractors.py
parente84495cd8d7bdb89bbfe233263bd8ad0b448f8cc (diff)
downloadyoutube-dl-94629e537f2f6ed80b19e3863456f9ba8073af36.tar.xz
[azmedien] Improve (closes #11784)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 4cfb3c70f..de5f94738 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -77,9 +77,9 @@ from .awaan import (
AWAANLiveIE,
AWAANSeasonIE,
)
-from .azmedientv import (
- AZMedienTVIE,
- AZMedienTVShowIE,
+from .azmedien import (
+ AZMedienIE,
+ AZMedienShowIE,
)
from .azubu import AzubuIE, AzubuLiveIE
from .baidu import BaiduVideoIE