Browse Source

[pbs] Add age limit to tests

totalwebcasting
Sergey M․ 10 years ago
parent
commit
fb0d12c6cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/pbs.py

+ 1
- 0
youtube_dl/extractor/pbs.py 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


Loading…
Cancel
Save