mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
test qq
This commit is contained in:
parent
894e17f108
commit
8f3867d9b9
@ -6,7 +6,7 @@ from you_get.extractors import (
|
||||
imgur,
|
||||
magisto,
|
||||
youtube,
|
||||
bilibili,
|
||||
qq
|
||||
)
|
||||
|
||||
|
||||
@ -31,5 +31,10 @@ class YouGetTests(unittest.TestCase):
|
||||
info_only=True
|
||||
)
|
||||
|
||||
def test_qq(self):
|
||||
qq.download('https://v.qq.com/x/page/t0029cb305i.html', info_only=True)
|
||||
qq.download('https://v.qq.com/x/cover/dj48ffubzpsp1xb/g0029lucby7.html', info_only=True)
|
||||
qq.download('https://v.qq.com/x/page/p0029weyslj.html', info_only=True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user