[snagfilms] More tests
This commit is contained in:
parent
a42a1bb09d
commit
a9de951744
1 changed files with 8 additions and 0 deletions
|
@ -109,6 +109,14 @@ class SnagFilmsIE(InfoExtractor):
|
||||||
'duration': 979,
|
'duration': 979,
|
||||||
'categories': ['Documentary', 'Sports', 'Politics']
|
'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):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue