Browse Source
[extractor/extractors] Remove non-existant imports
totalwebcasting
Sergey M․
9 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
6 deletions
-
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 |
|
|
|