diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-10 19:21:58 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-10 19:21:58 +0600 |
commit | f44c2768421bc3b0ead3ccf86b5e499d498674c7 (patch) | |
tree | db92d670019cf477c75b8858d0f1a819cd297cac /youtube_dl/extractor | |
parent | a1fa60a9340f61a8455a0cd85c18f63d9bdfe681 (diff) |
[extractor/extractors] Remove non-existant imports
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index aefc4df01..c1a13c982 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -940,12 +940,6 @@ from .xhamster import ( XHamsterIE, XHamsterEmbedIE, ) -from .xiami import ( - XiamiIE, - XiamiAlbumIE, - XiamiArtistIE, - XiamiCollectionIE -) from .xminus import XMinusIE from .xnxx import XNXXIE from .xstream import XstreamIE |