projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9612f23
)
[viewster] Add geo restricted tests
author
Sergey M․
<dstftw@gmail.com>
Tue, 22 Sep 2015 15:55:04 +0000
(21:55 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 22 Sep 2015 15:55:04 +0000
(21:55 +0600)
youtube_dl/extractor/viewster.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/viewster.py
b/youtube_dl/extractor/viewster.py
index 7c4328efb8ad50530ba6af410f2683cd621cd240..487f2d7442e40263decac29b0f40bf3ed825650d 100644
(file)
--- a/
youtube_dl/extractor/viewster.py
+++ b/
youtube_dl/extractor/viewster.py
@@
-63,6
+63,14
@@
class ViewsterIE(InfoExtractor):
'description': 'md5:e7097a8fc97151e25f085c9eb7a1cdb1',
},
'playlist_mincount': 16,
+ }, {
+ # geo restricted series
+ 'url': 'https://www.viewster.com/serie/1280-18794-002/',
+ 'only_matching': True,
+ }, {
+ # geo restricted video
+ 'url': 'https://www.viewster.com/serie/1280-18794-002/what-is-extraterritoriality-lawo/',
+ 'only_matching': True,
}]
_ACCEPT_HEADER = 'application/json, text/javascript, */*; q=0.01'