fix: dy creator #895

This commit is contained in:
程序员阿江(Relakkes)
2026-05-19 21:46:38 +08:00
parent f328ee35b5
commit 9311d21f1f
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -179,3 +179,4 @@ agent_zone
debug_tools
database/*.db
.omx/

View File

@@ -326,8 +326,6 @@ class DouYinClient(AbstractApiClient, ProxyRefreshMixin):
"max_cursor": max_cursor,
"locate_query": "false",
"publish_video_strategy_type": 2,
'verifyFp': 'verify_ma3hrt8n_q2q2HyYA_uLyO_4N6D_BLvX_E2LgoGmkA1BU',
'fp': 'verify_ma3hrt8n_q2q2HyYA_uLyO_4N6D_BLvX_E2LgoGmkA1BU'
}
return await self.get(uri, params)