diff options
| author | Tithen-Firion <tithen.firion.0@gmail.com> | 2017-05-01 20:25:09 +0200 | 
|---|---|---|
| committer | Sergey M <dstftw@gmail.com> | 2017-05-02 01:38:31 +0700 | 
| commit | 77481f138670f13eada366f2bb1c54333084d72a (patch) | |
| tree | 3a17532bf1c631e208d3e05bc585c78e1ab497ad | |
| parent | d86d169dd5bcefc35e13aa8274ac3b30c701cd87 (diff) | |
[democracynow] Update test
| -rw-r--r-- | youtube_dl/extractor/democracynow.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/democracynow.py b/youtube_dl/extractor/democracynow.py index bdfe638b4..5c9c0ecdc 100644 --- a/youtube_dl/extractor/democracynow.py +++ b/youtube_dl/extractor/democracynow.py @@ -21,7 +21,8 @@ class DemocracynowIE(InfoExtractor):          'info_dict': {              'id': '2015-0703-001',              'ext': 'mp4', -            'title': 'Daily Show', +            'title': 'Daily Show for July 03, 2015', +            'description': 'md5:80eb927244d6749900de6072c7cc2c86',          },      }, {          'url': 'http://www.democracynow.org/2015/7/3/this_flag_comes_down_today_bree', | 
