mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
[generic] Support data-video-url for YouTube embeds (Fixes #2862)
This commit is contained in:
parent
4ea5c7b70d
commit
3442b30ab2
@ -473,7 +473,7 @@ class GenericIE(InfoExtractor):
|
||||
|
||||
# Look for embedded YouTube player
|
||||
matches = re.findall(r'''(?x)
|
||||
(?:<iframe[^>]+?src=|embedSWF\(\s*)
|
||||
(?:<iframe[^>]+?src=|data-video-url=|embedSWF\(\s*)
|
||||
(["\'])(?P<url>(?:https?:)?//(?:www\.)?youtube\.com/
|
||||
(?:embed|v)/.+?)
|
||||
\1''', webpage)
|
||||
|
Loading…
Reference in New Issue
Block a user