mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
Update test.py
add ixigua test
This commit is contained in:
parent
c2d8d221fc
commit
3bb85fa262
@ -12,7 +12,8 @@ from you_get.extractors import (
|
||||
soundcloud,
|
||||
tiktok,
|
||||
twitter,
|
||||
miaopai
|
||||
miaopai,
|
||||
ixigua
|
||||
)
|
||||
|
||||
|
||||
@ -65,6 +66,9 @@ class YouGetTests(unittest.TestCase):
|
||||
|
||||
def test_weibo(self):
|
||||
miaopai.download('https://video.weibo.com/show?fid=1034:4825403706245135', info_only=True)
|
||||
|
||||
def test_ixigua(self):
|
||||
ixigua.download('https://www.ixigua.com/7205081515355537957', info_only=True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user