youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a70515c0fd46f83111a0ccb63a70fe3df27fde3e
parent 398edd06895d1815aca8549ec900ab8e1d1e3149
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 22 Jan 2014 00:27:17 +0100

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