1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 05:37:07 -05:00

[extractor/extractors] Remove non-existant imports

This commit is contained in:
Sergey M․
2016-04-10 19:21:58 +06:00
parent a1fa60a934
commit f44c276842

View File

@@ -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