-
Notifications
You must be signed in to change notification settings - Fork 898
Releases: drawrowfly/tiktok-scraper
Releases · drawrowfly/tiktok-scraper
Merging PR's
Assets 2
6 people reacted
Patch
user_agent query
Most of the methods in all previous versions(before @1.4.6) stopped working due to missing user_agent query value in the request
Assets 2
verifyFp
verifyFp is used to validate the request.
While using proxy there are high chances for the request to get blocked by captcha, verifyFp can help to avoid request being blocked. For now this value is hardcoded, later i will implement a way to generate valid verifyFp value and captcha solver
Assets 2
user-agent randomization
TikTok has tendency to block user-agents(captcha), so in this release i have added small method that will generate random user-agent with random(fake) versions, while testing i didn't encounter any issues