mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
[tests] test "universal" tiktok url
This commit is contained in:
parent
7b845b34ce
commit
888a9e29f3
@ -57,6 +57,7 @@ class YouGetTests(unittest.TestCase):
|
||||
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user