projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398edd0
)
[servingsys] Do not run test on travis
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 21 Jan 2014 23:27:17 +0000
(
00:27
+0100)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/servingsys.py
b/youtube_dl/extractor/servingsys.py
index 7ba237dde4d490cfad0995ee6d0a22158bcf0338..1dc551d5c7f274b717369952824050812c21fee3 100644
(file)
--- 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):