mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
[youtube] Add YouTube Red paid video reference test (#10059)
This commit is contained in:
parent
7d1219f3e0
commit
7f29cf545a
@ -858,6 +858,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
{
|
{
|
||||||
'url': 'https://www.youtube.com/watch?feature=player_embedded&v=V36LpHqtcDY',
|
'url': 'https://www.youtube.com/watch?feature=player_embedded&v=V36LpHqtcDY',
|
||||||
'only_matching': True,
|
'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,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user