Update test.py

This commit is contained in:
jzh20042003 2020-10-19 15:18:35 +08:00 committed by GitHub
parent c271363585
commit f85fa6df05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@ from you_get.extractors import (
acfun,
bilibili,
soundcloud,
tiktok
tiktok,
iqiyi
)
@ -40,6 +41,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(
"https://www.bilibili.com/watchlater/#/BV1PE411q7mZ/p6", info_only=True