From a70515c0fd46f83111a0ccb63a70fe3df27fde3e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 22 Jan 2014 00:27:17 +0100 Subject: [PATCH] [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. --- youtube_dl/extractor/servingsys.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): -- 2.30.2