Browse Source

2024-05-13
多平台搜索上线(微信, 百度, 西瓜)
弃用 search_keys, theme
搜索结果过pq敏感词策略

罗俊辉 1 year ago
parent
commit
16d1b1ded8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/search/hksp_search.py

+ 1 - 1
applications/search/hksp_search.py

@@ -35,7 +35,7 @@ def get_video_detail(video_id):
         'Connection': 'keep-alive',
         'Content-Type': 'application/x-www-form-urlencoded',
         'Referer': 'https://haokan.baidu.com',
-        'User-Agent': FakeUserAgent.chrome,
+        'User-Agent': FakeUserAgent().chrome,
     }
     response = requests.request(
         "GET",