Browse Source

[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.
totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
a70515c0fd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/servingsys.py

+ 2
- 1
youtube_dl/extractor/servingsys.py View File

@ -36,7 +36,8 @@ class ServingSysIE(InfoExtractor):
}],
'params': {
'playlistend': 2,
}
},
'skip': 'Blocked in the US [sic]',
}
def _real_extract(self, url):


Loading…
Cancel
Save