mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[generic/youtube] Recognize youtube nocookie embeds (Closes #3713)
This commit is contained in:
parent
2c5c1f48e9
commit
1bf5423e82
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ def _playlist_from_matches(matches, getter, ie=None):
|
||||||
embedSWF\(?:\s*
|
embedSWF\(?:\s*
|
||||||
)
|
)
|
||||||
(["\'])
|
(["\'])
|
||||||
(?P<url>(?:https?:)?//(?:www\.)?youtube\.com/
|
(?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
|
||||||
(?:embed|v)/.+?)
|
(?:embed|v)/.+?)
|
||||||
\1''', webpage)
|
\1''', webpage)
|
||||||
if matches:
|
if matches:
|
||||||
|
|
Loading…
Reference in a new issue