From ee02015c184321b9055bda94f0f175f6aa11199b Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Fri, 14 Feb 2014 21:58:43 +0100 Subject: [PATCH] add test case: Magisto.com --- tests/test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test.py b/tests/test.py index 05883d4b..1b5884c6 100644 --- a/tests/test.py +++ b/tests/test.py @@ -17,6 +17,11 @@ class YouGetTests(unittest.TestCase): "http://www.freesound.org/people/Corsica_S/sounds/184419/", ]) + def test_magisto(self): + test_urls([ + "http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA", + ]) + def test_mixcloud(self): test_urls([ "http://www.mixcloud.com/beatbopz/beat-bopz-disco-mix/",