diff --git a/tests/test.py b/tests/test.py index 62c6afd6..49cc6950 100644 --- a/tests/test.py +++ b/tests/test.py @@ -14,6 +14,13 @@ class YouGetTests(unittest.TestCase): ]: url_to_module(url).download(url, info_only = True) + def test_youtube(self): + for url in [ + "http://www.youtube.com/watch?v=pzKerr0JIPA", + "http://youtu.be/pzKerr0JIPA", + ]: + url_to_module(url).download(url, info_only = True) + def test_googleplus(self): for url in [ "http://plus.google.com/102663035987142737445/posts/jJRu43KQFT5",