mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-05-25 03:57:25 +08:00
fix: dy creator #895
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -179,3 +179,4 @@ agent_zone
|
|||||||
debug_tools
|
debug_tools
|
||||||
|
|
||||||
database/*.db
|
database/*.db
|
||||||
|
.omx/
|
||||||
@@ -326,8 +326,6 @@ class DouYinClient(AbstractApiClient, ProxyRefreshMixin):
|
|||||||
"max_cursor": max_cursor,
|
"max_cursor": max_cursor,
|
||||||
"locate_query": "false",
|
"locate_query": "false",
|
||||||
"publish_video_strategy_type": 2,
|
"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)
|
return await self.get(uri, params)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user