diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 00:27:17 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 00:27:18 +0100 |
commit | a70515c0fd46f83111a0ccb63a70fe3df27fde3e (patch) | |
tree | c067b688d759bbdeffce3cd21c87eb16c573a454 /youtube_dl | |
parent | 398edd06895d1815aca8549ec900ab8e1d1e3149 (diff) |
[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.
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/servingsys.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |