From a9de9517445a4971cb89c73d28a3c7b9ecf51b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 27 Jun 2015 18:57:01 +0600 Subject: [PATCH] [snagfilms] More tests --- youtube_dl/extractor/snagfilms.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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):