@ -602,7 +602,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'description':'SUBSCRIBE: http://www.youtube.com/saturninefilms\n\nEven Obama has taken a stand against freedom on this issue: http://www.huffingtonpost.com/2010/09/09/obama-gma-interview-quran_n_710282.html',
}
},
# Normal age-gate video (No vevo, embed allowed)
# Normal age-gate video (No vevo, embed allowed), available via embed page
{
'url':'https://youtube.com/watch?v=HtVdAasjOgU',
'info_dict':{
@ -618,6 +618,12 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'age_limit':18,
},
},
{
# Age-gated video only available with authentication (unavailable
# via embed page workaround)
'url':'XgnwCQzjau8',
'only_matching':True,
},
# video_info is None (https://github.com/ytdl-org/youtube-dl/issues/4421)
# YouTube Red ad is not captured for creator
{
@ -1637,8 +1643,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):