mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
ixigua bug
This commit is contained in:
parent
6978d90efe
commit
1b5b689fc2
@ -10,7 +10,8 @@ from you_get.extractors import (
|
|||||||
acfun,
|
acfun,
|
||||||
bilibili,
|
bilibili,
|
||||||
soundcloud,
|
soundcloud,
|
||||||
tiktok
|
tiktok,
|
||||||
|
ixigua
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -64,7 +65,7 @@ class YouGetTests(unittest.TestCase):
|
|||||||
# tiktok.download('https://vt.tiktok.com/UGJR4R/', info_only=True)
|
# tiktok.download('https://vt.tiktok.com/UGJR4R/', info_only=True)
|
||||||
|
|
||||||
def test_ixigua(self):
|
def test_ixigua(self):
|
||||||
soundcloud.download(
|
ixigua.download(
|
||||||
'https://www.ixigua.com/i6631065141750268420', info_only=True
|
'https://www.ixigua.com/i6631065141750268420', info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user