From 4e0ca6f3e4a02d851a51e56ebcff472891ad6a56 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 7 Apr 2020 23:55:50 -0400 Subject: [PATCH] rm test --- tests/test.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/test.py b/tests/test.py index 5e4de738..6fd3db6c 100644 --- a/tests/test.py +++ b/tests/test.py @@ -8,8 +8,7 @@ from you_get.extractors import ( youtube, missevan, acfun, - bilibili, - xinpianchang + bilibili ) @@ -46,9 +45,5 @@ class YouGetTests(unittest.TestCase): bilibili.download( "https://www.bilibili.com/watchlater/#/av74906671/p6", info_only=True ) - - def test_xinpianchang(self): - xinpianchang.download('https://www.xinpianchang.com/a10673220', info_only=True) - if __name__ == '__main__': unittest.main()