mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[test] remove a case for youtube that often fails
This commit is contained in:
parent
c074d81001
commit
67e9f7c6c1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user