From 9cbc563c6567edc0295ef2e69c1910e9fb678b81 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Thu, 28 Feb 2013 21:43:44 +0100 Subject: [PATCH] add test case for Vimeo --- tests/test.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test.py b/tests/test.py index f36521ee..62c6afd6 100644 --- a/tests/test.py +++ b/tests/test.py @@ -8,6 +8,12 @@ from you_get.__main__ import url_to_module class YouGetTests(unittest.TestCase): + def test_vimeo(self): + for url in [ + "http://vimeo.com/56810854", + ]: + url_to_module(url).download(url, info_only = True) + def test_googleplus(self): for url in [ "http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",