From 1b5b689fc2073a570477375aca5684bf5e3bfc3f Mon Sep 17 00:00:00 2001 From: gojuukaze Date: Thu, 17 Dec 2020 17:02:32 +0800 Subject: [PATCH] ixigua bug --- tests/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test.py b/tests/test.py index e1ee1647..2cb60b65 100644 --- a/tests/test.py +++ b/tests/test.py @@ -10,7 +10,8 @@ from you_get.extractors import ( acfun, bilibili, soundcloud, - tiktok + tiktok, + ixigua ) @@ -64,7 +65,7 @@ class YouGetTests(unittest.TestCase): # tiktok.download('https://vt.tiktok.com/UGJR4R/', info_only=True) def test_ixigua(self): - soundcloud.download( + ixigua.download( 'https://www.ixigua.com/i6631065141750268420', info_only=True )