[cbslocal] Update test
This commit is contained in:
parent
33c62efc32
commit
3fd0f70f6a
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ class CBSLocalIE(AnvatoIE):
|
|||
'title': 'A Very Blue Anniversary',
|
||||
'description': 'CBS2’s Cindy Hsu has more.',
|
||||
'thumbnail': 're:^https?://.*',
|
||||
'timestamp': 1479962220,
|
||||
'upload_date': '20161124',
|
||||
'timestamp': int,
|
||||
'upload_date': r're:^\d{8}$',
|
||||
'uploader': 'CBS',
|
||||
'subtitles': {
|
||||
'en': 'mincount:5',
|
||||
|
|
Loading…
Reference in a new issue