captaincolonelfox / TeleTok

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

TikTok Captcha #18

Closed spherebread closed 2 years ago

spherebread commented 2 years ago

image Seems like we are doomed 🤔

Direct links (like this https://vm.tiktok.com/ZSeukVFjv/) initiate captcha sometimes. https://m.tiktok.com/v/7022940447685364994.html

captaincolonelfox commented 2 years ago

Hi!

Thanks for informing me about the captcha, very appricaite it

Though as I can see on a Sentry log, I'm not getting a captcha, but they have changed the page content. However I still can get a video URL, so I will do a fix and draft a new release soon

image

In case of captcha, we can try to use a logged in user session (with solved captcha) or maybe to pretend to be a mobile app (they are not showing a captcha on mobile app, arent they). In worst case we can use a phantomjs or requests-html libs to render a javascript page and solve the captha automatically

I will try to spend some time investigating the captcha issue

captaincolonelfox commented 2 years ago

@SphereBread Seems like updating the way I was parsing the page is hepled to fix the recent issue with the bot And there was no captcha for me, so I I'm not sure if it will cause problems for us in the future

I will leave this issue open for some time until I'm get sure that bot is working fine

You can pull the latest Release 2.2.0