mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
add ut for miaopai bug fix
This commit is contained in:
parent
8a9cb75e3a
commit
b3252a318e
@ -40,6 +40,11 @@ class YouGetTests(unittest.TestCase):
|
|||||||
info_only=True
|
info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
yixia.download(
|
||||||
|
'http://m.miaopai.com/show/channel/RjJnaplo7c~T~1BhGrzVWUVKg3dK4A8wCy~ucg__?from=groupmessage&isappinstalled=0', # 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
|
||||||
@ -54,5 +59,6 @@ class YouGetTests(unittest.TestCase):
|
|||||||
info_only=True
|
info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user