mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
[youku] Unable to get HD videos (1080P)
This commit is contained in:
parent
798ad6d14e
commit
0ade14ae6c
@ -40,6 +40,10 @@ class YouGetTests(unittest.TestCase):
|
|||||||
def test_acfun(self):
|
def test_acfun(self):
|
||||||
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)
|
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)
|
||||||
|
|
||||||
|
def test_youku(self):
|
||||||
|
from you_get.extractors import youku
|
||||||
|
youku.download('https://v.youku.com/v_show/id_XNDQ0NTQ5MDUyMA==', info_only=True)
|
||||||
|
|
||||||
#def test_soundcloud(self):
|
#def test_soundcloud(self):
|
||||||
## single song
|
## single song
|
||||||
#soundcloud.download(
|
#soundcloud.download(
|
||||||
|
Loading…
Reference in New Issue
Block a user