mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 04:02:28 +03:00
Update test.py
This commit is contained in:
parent
c271363585
commit
f85fa6df05
@ -10,7 +10,8 @@ from you_get.extractors import (
|
|||||||
acfun,
|
acfun,
|
||||||
bilibili,
|
bilibili,
|
||||||
soundcloud,
|
soundcloud,
|
||||||
tiktok
|
tiktok,
|
||||||
|
iqiyi
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -40,6 +41,9 @@ class YouGetTests(unittest.TestCase):
|
|||||||
def test_acfun(self):
|
def test_acfun(self):
|
||||||
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)
|
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):
|
def test_bilibil(self):
|
||||||
bilibili.download(
|
bilibili.download(
|
||||||
"https://www.bilibili.com/watchlater/#/BV1PE411q7mZ/p6", info_only=True
|
"https://www.bilibili.com/watchlater/#/BV1PE411q7mZ/p6", info_only=True
|
||||||
|
Loading…
Reference in New Issue
Block a user