aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-06-27 18:57:01 +0600
committerSergey M․ <dstftw@gmail.com>2015-06-27 18:57:01 +0600
commita9de9517445a4971cb89c73d28a3c7b9ecf51b11 (patch)
tree012c65c9e5cfcd55b653a79982986cb4ab42da34 /youtube_dl/extractor
parenta42a1bb09dd1c86b4d35eedf1104d8e51b6c407b (diff)
downloadyoutube-dl-a9de9517445a4971cb89c73d28a3c7b9ecf51b11.tar.xz
[snagfilms] More tests
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r--youtube_dl/extractor/snagfilms.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/snagfilms.py b/youtube_dl/extractor/snagfilms.py
index 1be7dd13b..cf495f310 100644
--- 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):