mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2025-11-25 19:37:36 +08:00
fix: dy search
This commit is contained in:
@@ -91,6 +91,8 @@ class DouYinClient(AbstractApiClient):
|
|||||||
post_data = {}
|
post_data = {}
|
||||||
if request_method == "POST":
|
if request_method == "POST":
|
||||||
post_data = params
|
post_data = params
|
||||||
|
|
||||||
|
if "/v1/web/general/search" not in uri:
|
||||||
a_bogus = await get_a_bogus(uri, query_string, post_data, headers["User-Agent"], self.playwright_page)
|
a_bogus = await get_a_bogus(uri, query_string, post_data, headers["User-Agent"], self.playwright_page)
|
||||||
params["a_bogus"] = a_bogus
|
params["a_bogus"] = a_bogus
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user