From 1138f17bfb78e51fa8c82cb2242c74bd3f18687a Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Tue, 19 Dec 2017 18:05:28 +0100 Subject: [PATCH] [test] remove test_douyin --- tests/test.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test.py b/tests/test.py index 36c699f5..699675f3 100644 --- a/tests/test.py +++ b/tests/test.py @@ -47,12 +47,6 @@ class YouGetTests(unittest.TestCase): 'https://www.bilibili.com/video/av13228063/', info_only=True ) - def test_douyin(self): - douyin.download( - 'https://www.douyin.com/share/video/6492273288897629454', - info_only=True - ) - if __name__ == '__main__': unittest.main()