Browse Source

[streamcloud] skip test on travis

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

1
youtube_dl/extractor/streamcloud.py

@ -21,6 +21,7 @@ class StreamcloudIE(InfoExtractor):
u'title': u'youtube-dl test video \'/\\ ä ↭',
u'duration': 9,
},
u'skip': u'Only available from the EU'
}
def _real_extract(self, url):

Loading…
Cancel
Save