youtube-dl

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

commit 780603027f8e57b0e4ec9ea1bf74b6a1afa24cb4
parent 00902cd60139c919871aa30c43d0ae21c130fb86
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 16 Dec 2013 14:42:07 +0100

[videopremium] Skip test

Diffstat:
Myoutube_dl/extractor/videopremium.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/videopremium.py b/youtube_dl/extractor/videopremium.py @@ -15,6 +15,7 @@ class VideoPremiumIE(InfoExtractor): u'params': { u'skip_download': True, }, + u'skip': u'Test file has been deleted.', } def _real_extract(self, url):