diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-11-04 21:33:08 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-11-04 21:33:08 +0700 | 
| commit | c897af8aacae08852c70fbcec9fa6c42e6e278f7 (patch) | |
| tree | a5e418139ad5473b511d075d6ed22d82f5098db2 | |
| parent | f3c705f8ec3505240bdfbe622693c3cd2ce10857 (diff) | |
[cbslocal] Update test
| -rw-r--r-- | youtube_dl/extractor/cbslocal.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/cbslocal.py b/youtube_dl/extractor/cbslocal.py index 4bcd104af..289709c97 100644 --- a/youtube_dl/extractor/cbslocal.py +++ b/youtube_dl/extractor/cbslocal.py @@ -22,6 +22,7 @@ class CBSLocalIE(AnvatoIE):              'thumbnail': 're:^https?://.*',              'timestamp': 1463440500,              'upload_date': '20160516', +            'uploader': 'CBS',              'subtitles': {                  'en': 'mincount:5',              }, @@ -35,6 +36,7 @@ class CBSLocalIE(AnvatoIE):                  'Syndication\\Curb.tv',                  'Content\\News'              ], +            'tags': ['CBS 2 News Evening'],          },      }, {          # SendtoNews embed | 
