Browse Source

[videopremium] Skip test

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
780603027f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/videopremium.py

+ 1
- 0
youtube_dl/extractor/videopremium.py View File

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


Loading…
Cancel
Save