Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/youtube.py
|
|
@ -1391,7 +1391,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): |
|
|
|
) |
|
|
|
(["\']) |
|
|
|
(?P<url>(?:https?:)?//(?:www\.)?youtube(?:-nocookie)?\.com/ |
|
|
|
(?:embed|v|p)/.+?) |
|
|
|
(?:embed|v|p)/[0-9A-Za-z_-]{11}.*?) |
|
|
|
\1''', webpage)] |
|
|
|
|
|
|
|
# lazyYT YouTube embed |
|
|
|