[xiami] Add xiami extractor

This commit is contained in:
BlahGeek 2016-04-30 21:32:54 +08:00 committed by Sergey M․
parent f628d800fb
commit 89c0dc9a5f
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 167 additions and 0 deletions

View file

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