0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-23 02:25:11 +00: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
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -940,12 +940,6 @@
XHamsterIE,
XHamsterEmbedIE,
)
from .xiami import (
XiamiIE,
XiamiAlbumIE,
XiamiArtistIE,
XiamiCollectionIE
)
from .xminus import XMinusIE
from .xnxx import XNXXIE
from .xstream import XstreamIE