diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-09-04 19:34:40 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-09-04 19:34:40 +0700 |
commit | 8029857d2744875ecdc04b0969bfc05b529dfa1d (patch) | |
tree | 328f1121a858d85f55f06ed20699b94d8ac17621 /youtube_dl | |
parent | aa61802c1e0357723b5f5941546335e2085e7400 (diff) |
[washingtonpost] Add playlist title to test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/washingtonpost.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/washingtonpost.py b/youtube_dl/extractor/washingtonpost.py index cb8f0887d..88bbbb219 100644 --- a/youtube_dl/extractor/washingtonpost.py +++ b/youtube_dl/extractor/washingtonpost.py @@ -13,6 +13,9 @@ class WashingtonPostIE(InfoExtractor): _VALID_URL = r'^https?://(?:www\.)?washingtonpost\.com/.*?/(?P<id>[^/]+)/(?:$|[?#])' _TEST = { 'url': 'http://www.washingtonpost.com/sf/national/2014/03/22/sinkhole-of-bureaucracy/', + 'info_dict': { + 'title': 'Sinkhole of bureaucracy', + }, 'playlist': [{ 'md5': 'c3f4b4922ffa259243f68e928db2db8c', 'info_dict': { |