|
@@ -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)
|