mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 04:32:27 +03:00
mgtv download went wrong.
This commit is contained in:
parent
e635628639
commit
48f8670b09
@ -7,6 +7,7 @@ from you_get.extractors import (
|
|||||||
magisto,
|
magisto,
|
||||||
youtube,
|
youtube,
|
||||||
bilibili,
|
bilibili,
|
||||||
|
mgtv
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -39,6 +40,14 @@ class YouGetTests(unittest.TestCase):
|
|||||||
'https://www.bilibili.com/video/av13228063/', info_only=True
|
'https://www.bilibili.com/video/av13228063/', info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def test_mgtv(self):
|
||||||
|
mgtv.download(
|
||||||
|
'https://www.mgtv.com/b/319123/4154260.html', info_only=True
|
||||||
|
)
|
||||||
|
mgtv.download(
|
||||||
|
'https://www.mgtv.com/b/319123/4154260.html', info_only=True
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user