mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[test] remove test_yixia
This commit is contained in:
parent
900dc543f9
commit
38737c40f1
@ -6,9 +6,7 @@ from you_get.extractors import (
|
|||||||
imgur,
|
imgur,
|
||||||
magisto,
|
magisto,
|
||||||
youtube,
|
youtube,
|
||||||
yixia,
|
|
||||||
bilibili,
|
bilibili,
|
||||||
douyin,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -33,12 +31,6 @@ class YouGetTests(unittest.TestCase):
|
|||||||
info_only=True
|
info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_yixia(self):
|
|
||||||
yixia.download(
|
|
||||||
'http://m.miaopai.com/show/channel/vlvreCo4OZiNdk5Jn1WvdopmAvdIJwi8', # noqa
|
|
||||||
info_only=True
|
|
||||||
)
|
|
||||||
|
|
||||||
def test_bilibili(self):
|
def test_bilibili(self):
|
||||||
bilibili.download(
|
bilibili.download(
|
||||||
'https://www.bilibili.com/video/av16907446/', info_only=True
|
'https://www.bilibili.com/video/av16907446/', info_only=True
|
||||||
|
Loading…
Reference in New Issue
Block a user