|
@@ -64,7 +64,7 @@ class DouyinauthorScheduling:
|
|
|
'Accept': 'application/json, text/plain, */*',
|
|
|
'Accept-Language': 'zh-CN,zh;q=0.9',
|
|
|
'Cache-Control': 'no-cache',
|
|
|
- 'Cookie': cookie,
|
|
|
+ 'Cookie': f"ttwid=" + cookie,
|
|
|
'Pragma': 'no-cache',
|
|
|
'Referer': f'https://www.douyin.com/user/{account_id}',
|
|
|
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) '
|