From 68a7cfd0d62b2df849dfea9a3a4ec17d6c4213c8 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sun, 17 Feb 2013 19:39:37 +0100 Subject: [PATCH] add testcase of Xiami --- tests/test.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test.py b/tests/test.py index 331da278..e77d83d9 100644 --- a/tests/test.py +++ b/tests/test.py @@ -32,3 +32,9 @@ class YouGetTests(unittest.TestCase): "http://jpopsuki.tv/video/Dragon-Ash---Run-to-the-Sun/8ad7aec604badd0b0798cd999b63ae17", ]: url_to_module(url).download(url, info_only = True) + + def test_xiami(self): + for url in [ + "http://www.xiami.com/song/1769835121", + ]: + url_to_module(url).download(url, info_only = True)