[imgur] add test

This commit is contained in:
Mort Yao 2015-12-31 11:20:50 +01:00
parent ef966931a3
commit 1d027d1021

View File

@ -11,6 +11,10 @@ class YouGetTests(unittest.TestCase):
def test_freesound(self): def test_freesound(self):
freesound.download("http://www.freesound.org/people/Corsica_S/sounds/184419/", info_only=True) freesound.download("http://www.freesound.org/people/Corsica_S/sounds/184419/", info_only=True)
def test_imgur(self):
imgur.download("http://imgur.com/WVLk5nD", info_only=True)
imgur.download("http://imgur.com/gallery/WVLk5nD", info_only=True)
def test_magisto(self): def test_magisto(self):
magisto.download("http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA", info_only=True) magisto.download("http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA", info_only=True)