n0l3r / tiktok-downloader

tiktok downloader is a tool to download video from tiktok with watermark or without watermark. There are two features that is, mass download (by username/urls) and single download (by url).
MIT License
336 stars 139 forks source link

User agent #40

Open 1ci opened 10 months ago

1ci commented 10 months ago

Out of curiosity, how did you find the User-Agent for the iOS app?

TikTok 26.2.0 rv:262018 (iPhone; iOS 14.4.2; en_US) Cronet

I tried using an HTTP proxy to intercept the request headers, but the TikTok app apparently uses SSL pinning and it rejects the local CA / certificate. Apple's AppStore does the same.

I wanted to update it so that it uses the newer TikTok app version 32.3.0 and newer iOS 17.1. Not sure what rv stands for, app revision perhaps, not sure if changing that would alert TikTok's servers that something ain't right.