mgtv download went wrong.

This commit is contained in:
Jsbd 2018-07-10 18:29:40 +08:00
parent e635628639
commit 48f8670b09

View File

@ -7,6 +7,7 @@ from you_get.extractors import (
magisto,
youtube,
bilibili,
mgtv
)
@ -39,6 +40,14 @@ class YouGetTests(unittest.TestCase):
'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__':
unittest.main()