mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 11:32:49 -05:00
Add WeiboIE (closes #1039)
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.
This commit is contained in:
@ -73,6 +73,7 @@ from .vimeo import VimeoIE
|
||||
from .vine import VineIE
|
||||
from .c56 import C56IE
|
||||
from .wat import WatIE
|
||||
from .weibo import WeiboIE
|
||||
from .wimp import WimpIE
|
||||
from .worldstarhiphop import WorldStarHipHopIE
|
||||
from .xhamster import XHamsterIE
|
||||
|
Reference in New Issue
Block a user