Merge branch 'weibo' of https://github.com/sprhawk/youtube-dl into sprhawk-weibo

This commit is contained in:
Yen Chi Hsuan 2018-01-09 17:31:52 +08:00
commit 1dd38dc0f4
2 changed files with 137 additions and 0 deletions

View file

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