From 780603027f8e57b0e4ec9ea1bf74b6a1afa24cb4 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 16 Dec 2013 14:42:07 +0100
Subject: [PATCH] [videopremium] Skip test

---
 youtube_dl/extractor/videopremium.py | 1 +
 1 file changed, 1 insertion(+)

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):