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,
|
||||
bilibili,
|
||||
soundcloud,
|
||||
tiktok
|
||||
tiktok,
|
||||
youku
|
||||
)
|
||||
|
||||
|
||||
@ -48,6 +49,10 @@ class YouGetTests(unittest.TestCase):
|
||||
"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):
|
||||
## single song
|
||||
soundcloud.download(
|
||||
|
Loading…
Reference in New Issue
Block a user