youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8029857d2744875ecdc04b0969bfc05b529dfa1d
parent aa61802c1e0357723b5f5941546335e2085e7400
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  4 Sep 2014 19:34:40 +0700

[washingtonpost] Add playlist title to test

Diffstat:
Myoutube_dl/extractor/washingtonpost.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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': {