Kaynağa Gözat

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

罗俊辉 10 ay önce
ebeveyn
işleme
d010b7567d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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