diff --git a/tests/test.py b/tests/test.py index a1c6c076..43e46191 100644 --- a/tests/test.py +++ b/tests/test.py @@ -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