From 6978d90efee282d22a93df0ed0254cc3a7b8508a Mon Sep 17 00:00:00 2001 From: gojuukaze Date: Thu, 17 Dec 2020 15:47:18 +0800 Subject: [PATCH] ixigua bug --- tests/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test.py b/tests/test.py index 0f7595b3..e1ee1647 100644 --- a/tests/test.py +++ b/tests/test.py @@ -63,6 +63,10 @@ class YouGetTests(unittest.TestCase): # tiktok.download('https://t.tiktok.com/i18n/share/video/6850796940293164290/', info_only=True) # tiktok.download('https://vt.tiktok.com/UGJR4R/', info_only=True) + def test_ixigua(self): + soundcloud.download( + 'https://www.ixigua.com/i6631065141750268420', info_only=True + ) if __name__ == '__main__': unittest.main()