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:
Jaime Marquínez Ferrándiz 2013-07-19 09:43:43 +02:00
parent e1f6e61e6a
commit c364f15ff1
3 changed files with 39 additions and 1 deletions

View file

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