This commit is contained in:
richard 2020-04-07 23:55:50 -04:00
parent b771248d23
commit 4e0ca6f3e4

View File

@ -8,8 +8,7 @@ from you_get.extractors import (
youtube,
missevan,
acfun,
bilibili,
xinpianchang
bilibili
)
@ -46,9 +45,5 @@ class YouGetTests(unittest.TestCase):
bilibili.download(
"https://www.bilibili.com/watchlater/#/av74906671/p6", info_only=True
)
def test_xinpianchang(self):
xinpianchang.download('https://www.xinpianchang.com/a10673220', info_only=True)
if __name__ == '__main__':
unittest.main()