mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 20:22:27 +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
|
||||
)
|
||||
|
||||
yixia.download(
|
||||
'http://m.miaopai.com/show/channel/RjJnaplo7c~T~1BhGrzVWUVKg3dK4A8wCy~ucg__?from=groupmessage&isappinstalled=0', # noqa
|
||||
info_only=True
|
||||
)
|
||||
|
||||
def test_bilibili(self):
|
||||
bilibili.download(
|
||||
'https://www.bilibili.com/video/av16907446/', info_only=True
|
||||
@ -54,5 +59,6 @@ class YouGetTests(unittest.TestCase):
|
||||
info_only=True
|
||||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user