[tests] disable test_youtube temporarily

This commit is contained in:
Mort Yao 2024-08-19 18:41:21 +02:00
parent 72b1a7bce1
commit 26db833b86
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -27,18 +27,18 @@ class YouGetTests(unittest.TestCase):
info_only=True
)
def test_youtube(self):
youtube.download(
'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True
)
#def test_youtube(self):
#youtube.download(
# 'http://www.youtube.com/watch?v=pzKerr0JIPA', info_only=True
#)
#youtube.download('http://youtu.be/pzKerr0JIPA', info_only=True)
#youtube.download(
# 'http://www.youtube.com/attribution_link?u=/watch?v%3DldAKIzq7bvs%26feature%3Dshare', # noqa
# info_only=True
#)
youtube.download(
'https://www.youtube.com/watch?v=oRdxUFDoQe0', info_only=True
)
#youtube.download(
# 'https://www.youtube.com/watch?v=oRdxUFDoQe0', info_only=True
#)
def test_acfun(self):
acfun.download('https://www.acfun.cn/v/ac44560432', info_only=True)