Update test.py

This commit is contained in:
toorich 2021-10-14 03:02:20 +08:00 committed by GitHub
parent b32741ad8e
commit 16bfb2f813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,9 @@ class YouGetTests(unittest.TestCase):
'http://www.youtube.com/attribution_link?u=/watch?v%3DldAKIzq7bvs%26feature%3Dshare', # noqa
info_only=True
)
#youtube.download(
# 'https://www.youtube.com/watch?v=Fpr4fQSh1cc', info_only=True
#)
youtube.download(
'https://www.youtube.com/watch?v=UCG1aXVO8H8', info_only=True
)
def test_acfun(self):
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)