zhangyong hace 2 meses
padre
commit
d7c9c38a20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      spider/crawler_online/haoyoushipin.py

+ 1 - 1
spider/crawler_online/haoyoushipin.py

@@ -129,7 +129,7 @@ class HYSPRecommend(object):
             )
             if pipeline.process_item():
                 title_list = title_rule.split(",")
-                title = video_obj["title"]
+                title = video_obj["vtitle"]
                 contains_keyword = any(keyword in title for keyword in title_list)
                 if contains_keyword:
                     new_title = GPT4oMini.get_ai_mini_title(title)