summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-09-04 19:34:40 +0700
committerSergey M․ <dstftw@gmail.com>2014-09-04 19:34:40 +0700
commit8029857d2744875ecdc04b0969bfc05b529dfa1d (patch)
tree328f1121a858d85f55f06ed20699b94d8ac17621
parentaa61802c1e0357723b5f5941546335e2085e7400 (diff)
downloadyoutube-dl-8029857d2744875ecdc04b0969bfc05b529dfa1d.tar.gz
youtube-dl-8029857d2744875ecdc04b0969bfc05b529dfa1d.tar.xz
youtube-dl-8029857d2744875ecdc04b0969bfc05b529dfa1d.zip
[washingtonpost] Add playlist title to test
-rw-r--r--youtube_dl/extractor/washingtonpost.py3
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': {