1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-21 11:49:25 +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