captaincolonelfox / TeleTok

Telegram bot to download TikTok videos
https://t.me/TeleTockerBot
MIT License
48 stars 48 forks source link

New page content for tiktoks shared through mobile app #11

Closed captaincolonelfox closed 3 years ago

captaincolonelfox commented 3 years ago

Tiktok changed page for videos shared through mobile app and links like that https://vm.tiktok.com/SomeCharHere/

Everything else (link to video and cookies requirements to download it) still the same, so the only change is the regexp key and parse_data() method for links started with vm..

And to get through json dict I used cytoolz.get_in to simplify the codebase. And moreover I removed Likee (no one was using it anyway)