1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

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
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