From: Sergey M․ Date: Thu, 4 Sep 2014 12:34:40 +0000 (+0700) Subject: [washingtonpost] Add playlist title to test X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=8029857d2744875ecdc04b0969bfc05b529dfa1d [washingtonpost] Add playlist title to test --- 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[^/]+)/(?:$|[?#])' _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': {