Files
Telegram-Downloader-Bot/test.py
Roman Krček 7a54a4c0f5
All checks were successful
Build Docker image / test (push) Successful in 30s
Build Docker image / build (push) Successful in 52s
Fix linter issues
2024-10-10 23:06:14 +02:00

6 lines
135 B
Python

from tiktok_downloader import snaptik
videos = snaptik("https://vm.tiktok.com/ZGde8k5P7/")
for video in videos:
print(video.json)