mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[pbs] Add age limit to tests
This commit is contained in:
parent
34952f09e1
commit
fb0d12c6cb
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class PBSIE(InfoExtractor):
|
|||
'duration': 3172,
|
||||
'thumbnail': 're:^https?://.*\.jpg$',
|
||||
'upload_date': '20140122',
|
||||
'age_limit': 10,
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True, # requires ffmpeg
|
||||
|
|
Loading…
Reference in a new issue