[servingsys] Do not run test on travis
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 21 Jan 2014 23:27:17 +0000 (00:27 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 21 Jan 2014 23:27:18 +0000 (00:27 +0100)
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

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