diff options
author | Alexander Seiler <seileralex@gmail.com> | 2018-10-02 14:49:01 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-11-03 01:33:36 +0700 |
commit | da56fb631fb6389849f2f021bdd047aa1c55dc0a (patch) | |
tree | fa03c97d1fb43ae6d99b86675c329d6430efddd2 /youtube_dl/extractor/extractors.py | |
parent | 95e42d7336d01f505d6551a21df52f3ae234e96b (diff) |
[azmedien] Adopt to major site redesign (closes #17745)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index b41cd65d7..9b68c9efe 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -88,11 +88,7 @@ from .awaan import ( AWAANLiveIE, AWAANSeasonIE, ) -from .azmedien import ( - AZMedienIE, - AZMedienPlaylistIE, - AZMedienShowPlaylistIE, -) +from .azmedien import AZMedienIE from .baidu import BaiduVideoIE from .bambuser import BambuserIE, BambuserChannelIE from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE |