mirror of
https://github.com/soimort/you-get.git
synced 2025-02-10 04:02:28 +03:00
新片场4K下载报错
This commit is contained in:
parent
6f9cd8a069
commit
875a1ca245
@ -10,7 +10,8 @@ from you_get.extractors import (
|
|||||||
acfun,
|
acfun,
|
||||||
bilibili,
|
bilibili,
|
||||||
soundcloud,
|
soundcloud,
|
||||||
tiktok
|
tiktok,
|
||||||
|
xinpianchang
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -53,6 +54,12 @@ class YouGetTests(unittest.TestCase):
|
|||||||
soundcloud.download(
|
soundcloud.download(
|
||||||
'https://soundcloud.com/keiny-pham/impure-bird', info_only=True
|
'https://soundcloud.com/keiny-pham/impure-bird', info_only=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def test_xinpianchang(self):
|
||||||
|
## 4K
|
||||||
|
xinpianchang.download('https://www.xinpianchang.com/a11029357?from=ArticleList', info_only=True)
|
||||||
|
xinpianchang.download('https://www.xinpianchang.com/a10791486?from=ArticleList', info_only=True)
|
||||||
|
xinpianchang.download('https://www.xinpianchang.com/a10296109?from=ArticleList', info_only=True)
|
||||||
## playlist
|
## playlist
|
||||||
# soundcloud.download(
|
# soundcloud.download(
|
||||||
# 'https://soundcloud.com/anthony-flieger/sets/cytus', info_only=True
|
# 'https://soundcloud.com/anthony-flieger/sets/cytus', info_only=True
|
||||||
|
Loading…
Reference in New Issue
Block a user