新片场4K下载报错

This commit is contained in:
liangyao 2020-11-20 16:18:34 +08:00
parent 6f9cd8a069
commit 875a1ca245

View File

@ -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