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:
parent
e1f6e61e6a
commit
c364f15ff1
3 changed files with 39 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue