1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 18:09:28 +00:00

[pbs] Add age limit to tests

This commit is contained in:
Sergey M․ 2015-08-11 01:46:25 +06:00
parent 34952f09e1
commit fb0d12c6cb

View file

@ -92,6 +92,7 @@ class PBSIE(InfoExtractor):
'duration': 3172, 'duration': 3172,
'thumbnail': 're:^https?://.*\.jpg$', 'thumbnail': 're:^https?://.*\.jpg$',
'upload_date': '20140122', 'upload_date': '20140122',
'age_limit': 10,
}, },
'params': { 'params': {
'skip_download': True, # requires ffmpeg 'skip_download': True, # requires ffmpeg