beause songtaste has blocked all oversea IPs,so remove it from the unit test

This commit is contained in:
zhuhuotui[codepongo] 2013-04-14 20:44:41 +08:00
parent a0e6bae019
commit c1a813a4b7

View File

@ -54,7 +54,3 @@ class YouGetTests(unittest.TestCase):
"http://www.youtube.com/watch?v=pzKerr0JIPA", "http://www.youtube.com/watch?v=pzKerr0JIPA",
"http://youtu.be/pzKerr0JIPA", "http://youtu.be/pzKerr0JIPA",
]) ])
def test_songtaste(self):
test_urls([
"http://www.songtaste.com/song/3255328/",
])