mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
Add qq test
This commit is contained in:
parent
fd5e313097
commit
23b3813764
@ -11,7 +11,8 @@ from you_get.extractors import (
|
||||
bilibili,
|
||||
soundcloud,
|
||||
tiktok,
|
||||
twitter
|
||||
twitter,
|
||||
qq
|
||||
)
|
||||
|
||||
|
||||
@ -25,6 +26,12 @@ class YouGetTests(unittest.TestCase):
|
||||
info_only=True
|
||||
)
|
||||
|
||||
def test_qq(self):
|
||||
qq.download(
|
||||
'https://v.qq.com/x/cover/awnia0n2erqryf3/n0033ecmh8f.html',
|
||||
info_only=True
|
||||
)
|
||||
|
||||
def test_youtube(self):
|
||||
youtube.download(
|
||||
'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True
|
||||
|
Loading…
Reference in New Issue
Block a user