mirror of
https://github.com/soimort/you-get.git
synced 2025-02-11 12:42:29 +03:00
QQ video download failed
This commit is contained in:
parent
fdf5350838
commit
6dfaee3f90
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user