Browse Source

[videopremium] Skip test

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

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

Loading…
Cancel
Save