mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-20 18:02:53 +08:00
[youtube] Re-add age protection test (#14)
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
This commit is contained in:
parent
161722ebda
commit
2f2d50289c
@ -578,6 +578,22 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
'end_time': 9,
|
'end_time': 9,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'url': 'https://www.youtube.com/watch?v=PA4gbtKWNAI',
|
||||||
|
'note': 'Test video with age protection',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'PA4gbtKWNAI',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'upload_date': '20201028',
|
||||||
|
'title': 'Big Buck Bunny (TEST) (Age-restricted)',
|
||||||
|
'description': 'An age restricted test video for youtube-dl',
|
||||||
|
'duration': 635,
|
||||||
|
'uploader': 'Ali Sherief',
|
||||||
|
'uploader_id': 'UCi1TsEkfcMaYSadGms3UnqA',
|
||||||
|
'uploader_url': r're:https?://(?:www\.)?youtube\.com/channel/UCi1TsEkfcMaYSadGms3UnqA',
|
||||||
|
'age_limit': 18,
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'url': '//www.YouTube.com/watch?v=yZIXLfi8CZQ',
|
'url': '//www.YouTube.com/watch?v=yZIXLfi8CZQ',
|
||||||
'note': 'Embed-only video (#1746)',
|
'note': 'Embed-only video (#1746)',
|
||||||
|
Loading…
Reference in New Issue
Block a user