From a800076037f5db4a730846b892f38bf30afad611 Mon Sep 17 00:00:00 2001 From: pulpe Date: Fri, 14 Feb 2014 18:10:11 +0100 Subject: [PATCH] [pbs] fix test --- youtube_dl/extractor/pbs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/pbs.py b/youtube_dl/extractor/pbs.py index 856aeece6..d9bafeee7 100644 --- a/youtube_dl/extractor/pbs.py +++ b/youtube_dl/extractor/pbs.py @@ -20,7 +20,6 @@ class PBSIE(InfoExtractor): _TEST = { 'url': 'http://www.pbs.org/tpt/constitution-usa-peter-sagal/watch/a-more-perfect-union/', - 'md5': 'ce1888486f0908d555a8093cac9a7362', 'info_dict': { 'id': '2365006249', 'ext': 'mp4', @@ -28,6 +27,9 @@ class PBSIE(InfoExtractor): 'description': 'md5:ba0c207295339c8d6eced00b7c363c6a', 'duration': 3190, }, + 'params': { + 'skip_download': True, + }, } def _real_extract(self, url):