Browse Source

2024-07-01
标题相似度-测试服务

罗俊辉 10 tháng trước cách đây
mục cha
commit
d010b7567d

+ 1 - 1
applications/search/xigua_search.py

@@ -172,7 +172,7 @@ class XiGuaFunctions(object):
             url=url,
             url=url,
             headers=headers
             headers=headers
         )
         )
-        print(response.text)
+        # print(response.text)
         video_info = cls.extract_info_by_re(response.text)
         video_info = cls.extract_info_by_re(response.text)
         return video_info
         return video_info