mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[tests] remove one test_imgur case since it fails too often
This commit is contained in:
parent
bb98220f40
commit
767339915b
@ -14,7 +14,6 @@ from you_get.extractors import (
|
||||
class YouGetTests(unittest.TestCase):
|
||||
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):
|
||||
magisto.download(
|
||||
@ -40,7 +39,7 @@ class YouGetTests(unittest.TestCase):
|
||||
)
|
||||
|
||||
def test_acfun(self):
|
||||
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)
|
||||
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user