Releases: drawrowfly/tiktok-scraper
Releases · drawrowfly/tiktok-scraper
Merging PR's
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
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
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