소스 검색

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

罗俊辉 11 달 전
부모
커밋
d010b7567d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/search/xigua_search.py

+ 1 - 1
applications/search/xigua_search.py

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