1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-28 20:21:09 +02:00

[snagfilms] More tests

This commit is contained in:
Sergey M․ 2015-06-27 18:57:01 +06:00
parent a42a1bb09d
commit a9de951744

View 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):