added weibo mobile site support

This commit is contained in:
sprhawk 2017-12-26 16:18:35 +08:00
parent 0c69958844
commit 447a5a710d
2 changed files with 50 additions and 1 deletions

View file

@ -1286,7 +1286,10 @@ from .webofstories import (
WebOfStoriesIE,
WebOfStoriesPlaylistIE,
)
from .weibo import WeiboIE
from .weibo import (
WeiboIE,
WeiboMobileIE
)
from .weiqitv import WeiqiTVIE
from .wimp import WimpIE
from .wistia import WistiaIE