diff options
| author | Tithen-Firion <Tithen-Firion@users.noreply.github.com> | 2017-04-27 23:26:59 +0200 | 
|---|---|---|
| committer | Sergey M <dstftw@gmail.com> | 2017-04-28 04:26:59 +0700 | 
| commit | 3fd0f70f6a1107a217f5c4c860ae180a6daf1ab6 (patch) | |
| tree | 1d7902e12589237e8a323294b2566596cb2b6c9b /youtube_dl/extractor/cbslocal.py | |
| parent | 33c62efc32be0566ec21ecba817c1b2f7a6be1ce (diff) | |
[cbslocal] Update test
Diffstat (limited to 'youtube_dl/extractor/cbslocal.py')
| -rw-r--r-- | youtube_dl/extractor/cbslocal.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/cbslocal.py b/youtube_dl/extractor/cbslocal.py index 8d5f11dd1..7d78e3aae 100644 --- a/youtube_dl/extractor/cbslocal.py +++ b/youtube_dl/extractor/cbslocal.py @@ -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', | 
