diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-01-22 02:15:20 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-01-22 02:17:39 +0700 |
commit | 94629e537f2f6ed80b19e3863456f9ba8073af36 (patch) | |
tree | 2ff95a9a924a2e39f57e4420c79b0b5189ec66ef /youtube_dl/extractor/extractors.py | |
parent | e84495cd8d7bdb89bbfe233263bd8ad0b448f8cc (diff) |
[azmedien] Improve (closes #11784)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 6 |
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 |