projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42a1bb
)
[snagfilms] More tests
author
Sergey M․
<dstftw@gmail.com>
Sat, 27 Jun 2015 12:57:01 +0000
(18:57 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 27 Jun 2015 12:57:01 +0000
(18:57 +0600)
youtube_dl/extractor/snagfilms.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/snagfilms.py
b/youtube_dl/extractor/snagfilms.py
index 1be7dd13b599c262d24fac962e68e0a553cef779..cf495f31066b6d26a30662742cd95a6cfada24c9 100644
(file)
--- a/
youtube_dl/extractor/snagfilms.py
+++ b/
youtube_dl/extractor/snagfilms.py
@@
-109,6
+109,14
@@
class SnagFilmsIE(InfoExtractor):
'duration': 979,
'categories': ['Documentary', 'Sports', 'Politics']
}
+ }, {
+ # Film is not playable in your area.
+ 'url': 'http://www.snagfilms.com/films/title/inside_mecca',
+ 'only_matching': True,
+ }, {
+ # Film is not available.
+ 'url': 'http://www.snagfilms.com/show/augie_alone/flirting',
+ 'only_matching': True,
}]
def _real_extract(self, url):