[tests] enable test_tiktok

This commit is contained in:
Mort Yao 2022-04-19 15:51:03 +02:00
parent b34e66944e
commit db6ed38c6a
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -53,10 +53,9 @@ class YouGetTests(unittest.TestCase):
# 'https://soundcloud.com/anthony-flieger/sets/cytus', info_only=True
#)
#def tests_tiktok(self):
# tiktok.download('https://www.tiktok.com/@nmb48_official/video/6850796940293164290', info_only=True)
# tiktok.download('https://t.tiktok.com/i18n/share/video/6850796940293164290/', info_only=True)
# tiktok.download('https://vt.tiktok.com/UGJR4R/', info_only=True)
def test_tiktok(self):
tiktok.download('https://www.tiktok.com/@nmb48_official/video/6850796940293164290', info_only=True)
tiktok.download('https://t.tiktok.com/i18n/share/video/6850796940293164290/', info_only=True)
if __name__ == '__main__':