[snagfilms] More tests
[youtube-dl] / youtube_dl / extractor / snagfilms.py
index 1be7dd13b599c262d24fac962e68e0a553cef779..cf495f31066b6d26a30662742cd95a6cfada24c9 100644 (file)
@@ -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):