Add qq test

This commit is contained in:
PercyDan54 2022-08-27 10:46:12 +08:00
parent fd5e313097
commit 23b3813764

View File

@ -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