Browse Source

2024-06-04
取消微信搜索接口服务

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

+ 2 - 1
applications/search/hksp_search.py

@@ -54,7 +54,8 @@ def get_video_detail(video_id):
         "GET",
         url,
         headers=headers,
-        params=params
+        params=params,
+        proxies=tunnel_proxies()
     ).json()
     return response['data']['apiData']['curVideoMeta']