mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
rm test
This commit is contained in:
parent
b771248d23
commit
4e0ca6f3e4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user