From: Philipp Hagemeister Date: Tue, 21 Jan 2014 23:27:17 +0000 (+0100) Subject: [servingsys] Do not run test on travis X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=a70515c0fd46f83111a0ccb63a70fe3df27fde3e;p=youtube-dl [servingsys] Do not run test on travis Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned. --- diff --git a/youtube_dl/extractor/servingsys.py b/youtube_dl/extractor/servingsys.py index 7ba237dde..1dc551d5c 100644 --- a/youtube_dl/extractor/servingsys.py +++ b/youtube_dl/extractor/servingsys.py @@ -36,7 +36,8 @@ class ServingSysIE(InfoExtractor): }], 'params': { 'playlistend': 2, - } + }, + 'skip': 'Blocked in the US [sic]', } def _real_extract(self, url):