Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
5 additions and
0 deletions
-
youtube_dl/extractor/youtube.py
|
|
@ -858,6 +858,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor): |
|
|
|
{ |
|
|
|
'url': 'https://www.youtube.com/watch?feature=player_embedded&v=V36LpHqtcDY', |
|
|
|
'only_matching': True, |
|
|
|
}, |
|
|
|
{ |
|
|
|
# YouTube Red paid video (https://github.com/rg3/youtube-dl/issues/10059) |
|
|
|
'url': 'https://www.youtube.com/watch?v=i1Ko8UG-Tdo', |
|
|
|
'only_matching': True, |
|
|
|
} |
|
|
|
] |
|
|
|
|
|
|
|