mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
rm test
This commit is contained in:
parent
b771248d23
commit
4e0ca6f3e4
@ -8,8 +8,7 @@ from you_get.extractors import (
|
|||||||
youtube,
|
youtube,
|
||||||
missevan,
|
missevan,
|
||||||
acfun,
|
acfun,
|
||||||
bilibili,
|
bilibili
|
||||||
xinpianchang
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -46,9 +45,5 @@ class YouGetTests(unittest.TestCase):
|
|||||||
bilibili.download(
|
bilibili.download(
|
||||||
"https://www.bilibili.com/watchlater/#/av74906671/p6", info_only=True
|
"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__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user