projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc320a4
)
[viewster] use geo verifcation headers
author
Remita Amine
<remitamine@gmail.com>
Tue, 21 Feb 2017 18:36:39 +0000
(19:36 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Tue, 21 Feb 2017 18:36:39 +0000
(19:36 +0100)
youtube_dl/extractor/viewster.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/viewster.py
b/youtube_dl/extractor/viewster.py
index 52dd95e2fe19041f01e49b1a4a3f9566c1f0e60b..fcf0cb100c5fb05bd59a51bce8eadc3207c0d6f7 100644
(file)
--- a/
youtube_dl/extractor/viewster.py
+++ b/
youtube_dl/extractor/viewster.py
@@
-86,7
+86,9
@@
class ViewsterIE(InfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
# Get 'api_token' cookie
- self._request_webpage(HEADRequest('http://www.viewster.com/'), video_id)
+ self._request_webpage(
+ HEADRequest('http://www.viewster.com/'),
+ video_id, headers=self.geo_verification_headers())
cookies = self._get_cookies('http://www.viewster.com/')
self._AUTH_TOKEN = compat_urllib_parse_unquote(cookies['api_token'].value)