diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-16 14:42:07 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-16 14:42:07 +0100 |
commit | 780603027f8e57b0e4ec9ea1bf74b6a1afa24cb4 (patch) | |
tree | 591b26257cfca6d2369afa06b1136d14d0721c52 | |
parent | 00902cd60139c919871aa30c43d0ae21c130fb86 (diff) |
[videopremium] Skip test
-rw-r--r-- | youtube_dl/extractor/videopremium.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/videopremium.py b/youtube_dl/extractor/videopremium.py index acae81448..65463c733 100644 --- 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): |