Skip to content

Commit

Permalink
[tests] test "universal" tiktok url
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed Dec 11, 2022
1 parent 7b845b3 commit 888a9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_acfun(self):

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):
Expand Down

0 comments on commit 888a9e2

Please sign in to comment.