mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 12:12:26 +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,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user