[test] remove test_vimeo

This commit is contained in:
Mort Yao 2016-11-03 17:03:01 +01:00
parent 25a2f9248b
commit 2b0fe3443f
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -21,9 +21,6 @@ class YouGetTests(unittest.TestCase):
def test_mixcloud(self):
mixcloud.download("http://www.mixcloud.com/DJVadim/north-america-are-you-ready/", info_only=True)
def test_vimeo(self):
vimeo.download("http://vimeo.com/56810854", info_only=True)
def test_youtube(self):
youtube.download("http://www.youtube.com/watch?v=pzKerr0JIPA", info_only=True)
youtube.download("http://youtu.be/pzKerr0JIPA", info_only=True)