Skip to content

Commit

Permalink
[tests] enable test_tiktok, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed May 21, 2024
1 parent bf3d82b commit 5e7a06f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,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 All @@ -56,10 +56,10 @@ def test_acfun(self):
# 'https://soundcloud.com/anthony-flieger/sets/cytus', info_only=True
#)

#def test_tiktok(self):
#tiktok.download('https://www.tiktok.com/@nmb48_official/video/6850796940293164290', info_only=True)
#tiktok.download('https://www.tiktok.com/@/video/6850796940293164290', info_only=True)
#tiktok.download('https://t.tiktok.com/i18n/share/video/6850796940293164290/', info_only=True)
def test_tiktok(self):
tiktok.download('https://www.tiktok.com/@nmb48_official/video/6850796940293164290', info_only=True)
tiktok.download('https://www.tiktok.com/@/video/6850796940293164290', info_only=True)
tiktok.download('https://t.tiktok.com/i18n/share/video/6850796940293164290/', info_only=True)

def test_twitter(self):
twitter.download('https://twitter.com/elonmusk/status/1530516552084234244', info_only=True)
Expand Down

0 comments on commit 5e7a06f

Please sign in to comment.