1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-21 16:45:41 +07: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:
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 .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