mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
Update test.py
This commit is contained in:
parent
c271363585
commit
f85fa6df05
@ -10,7 +10,8 @@ from you_get.extractors import (
|
||||
acfun,
|
||||
bilibili,
|
||||
soundcloud,
|
||||
tiktok
|
||||
tiktok,
|
||||
iqiyi
|
||||
)
|
||||
|
||||
|
||||
@ -39,6 +40,9 @@ class YouGetTests(unittest.TestCase):
|
||||
|
||||
def test_acfun(self):
|
||||
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)
|
||||
|
||||
def test_iqiyi(self):
|
||||
iqiyi.download('https://www.iqiyi.com/v_19rsntzl7w.html', info_only=True)
|
||||
|
||||
def test_bilibil(self):
|
||||
bilibili.download(
|
||||
|
Loading…
Reference in New Issue
Block a user