mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
[youtube] Support for embedded /p players (Fixes #3821)
This commit is contained in:
parent
b686fc18da
commit
6b08cdf626
2 changed files with 8 additions and 1 deletions
|
@ -631,7 +631,7 @@ class GenericIE(InfoExtractor):
|
|||
)
|
||||
(["\'])
|
||||
(?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/
|
||||
(?:embed|v)/.+?)
|
||||
(?:embed|v|p)/.+?)
|
||||
\1''', webpage)
|
||||
if matches:
|
||||
return _playlist_from_matches(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue