1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05: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