Skip to content

Commit

Permalink
[tests] disable test_bilibili (works for me, dunno why)
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Apr 19, 2022
1 parent ac2d02d commit b34e669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def test_youtube(self):
def test_acfun(self):
acfun.download('https://www.acfun.cn/v/ac11701912', info_only=True)

def test_bilibili(self):
bilibili.download('https://www.bilibili.com/video/BV1sL4y177sC', info_only=True)
#def test_bilibili(self):
# bilibili.download('https://www.bilibili.com/video/BV1sL4y177sC', info_only=True)

#def test_soundcloud(self):
## single song
Expand Down

0 comments on commit b34e669

Please sign in to comment.