1
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-02-24 18:35:45 +01:00

[generic/youtube] Recognize youtube nocookie embeds (Closes )

This commit is contained in:
Sergey M․ 2014-09-10 18:29:20 +07:00
parent 2c5c1f48e9
commit 1bf5423e82

@ -628,7 +628,7 @@ class GenericIE(InfoExtractor):
embedSWF\(?:\s*
)
(["\'])
(?P<url>(?:https?:)?//(?:www\.)?youtube\.com/
(?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
(?:embed|v)/.+?)
\1''', webpage)
if matches: