From 6dfaee3f90f13e2351a1dc211973427dd7fda501 Mon Sep 17 00:00:00 2001 From: sixdo <37663006+sixdo@users.noreply.github.com> Date: Thu, 22 Mar 2018 22:25:21 +0800 Subject: [PATCH] QQ video download failed --- tests/test.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index 6562d7ca..ed764ce6 100644 --- a/tests/test.py +++ b/tests/test.py @@ -7,6 +7,7 @@ from you_get.extractors import ( magisto, youtube, bilibili, + qq, ) @@ -20,7 +21,12 @@ class YouGetTests(unittest.TestCase): 'http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA', info_only=True ) - + + def test_qq(self): + qq.download( + 'https://v.qq.com/x/cover/t5jqhgw8pix81mw.html', info_only=True + ) + def test_youtube(self): youtube.download( 'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True