From 38737c40f1541987b0c508803b75e1a12f8a5196 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sat, 3 Feb 2018 17:57:04 +0100 Subject: [PATCH] [test] remove test_yixia --- tests/test.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test.py b/tests/test.py index 699675f3..6562d7ca 100644 --- a/tests/test.py +++ b/tests/test.py @@ -6,9 +6,7 @@ from you_get.extractors import ( imgur, magisto, youtube, - yixia, bilibili, - douyin, ) @@ -33,12 +31,6 @@ class YouGetTests(unittest.TestCase): info_only=True ) - def test_yixia(self): - yixia.download( - 'http://m.miaopai.com/show/channel/vlvreCo4OZiNdk5Jn1WvdopmAvdIJwi8', # noqa - info_only=True - ) - def test_bilibili(self): bilibili.download( 'https://www.bilibili.com/video/av16907446/', info_only=True