QQ video download failed

This commit is contained in:
sixdo 2018-03-22 22:25:21 +08:00 committed by GitHub
parent fdf5350838
commit 6dfaee3f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ from you_get.extractors import (
magisto, magisto,
youtube, youtube,
bilibili, bilibili,
qq,
) )
@ -21,6 +22,11 @@ class YouGetTests(unittest.TestCase):
info_only=True info_only=True
) )
def test_qq(self):
qq.download(
'https://v.qq.com/x/cover/t5jqhgw8pix81mw.html', info_only=True
)
def test_youtube(self): def test_youtube(self):
youtube.download( youtube.download(
'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True 'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True