Xuen
Xuen
I tried but the one with format 0 still returns watermark. ```[debug] Command-line config: ['https://www.tiktok.com/@highwaycafe_th/video/7345036214791163138', '--verbose'] [debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8...
I tried this and it works for now: ``` def _build_api_query(self, query, app_version, manifest_app_version): return { **query, 'version_name': app_version, 'version_code': manifest_app_version, 'build_number': app_version, 'manifest_version_code': manifest_app_version, 'update_version_code': manifest_app_version, 'openudid': ''.join(random.choices('0123456789abcdef', k=16)),...