[test] remove a case for youtube that often fails

This commit is contained in:
Mort Yao 2020-11-12 00:08:17 +01:00
parent c074d81001
commit 67e9f7c6c1
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

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=Fpr4fQSh1cc', info_only=True
#)
def test_acfun(self):
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)