mirror of
https://github.com/soimort/you-get.git
synced 2025-02-09 03:37:52 +03:00
Update test.py
This commit is contained in:
parent
28af439fca
commit
0a58c543fb
@ -10,7 +10,8 @@ from you_get.extractors import (
|
|||||||
acfun,
|
acfun,
|
||||||
bilibili,
|
bilibili,
|
||||||
soundcloud,
|
soundcloud,
|
||||||
tiktok
|
tiktok,
|
||||||
|
youku
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -47,6 +48,10 @@ class YouGetTests(unittest.TestCase):
|
|||||||
bilibili.download(
|
bilibili.download(
|
||||||
"https://www.bilibili.com/watchlater/#/av74906671/p6", info_only=True
|
"https://www.bilibili.com/watchlater/#/av74906671/p6", info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def test_acfun(self):
|
||||||
|
youku.download('https://v.youku.com/v_show/id_XNzIwMjM1ODAw.html', info_only=True)
|
||||||
|
|
||||||
def test_soundcloud(self):
|
def test_soundcloud(self):
|
||||||
## single song
|
## single song
|
||||||
|
Loading…
Reference in New Issue
Block a user