Commit d8915e0a authored by Yaowentong's avatar Yaowentong

修复KIMIicon字段

parent a3cf53a9
......@@ -395,7 +395,7 @@ def kimi_process_quote(url_list):
"index": item.get('refIndex') or item.get('id',index),
"published_at": item.get('publishTime', ''),
"site_name": item.get('siteName', ''),
"site_icon": item.get('iconurl', ''),
"site_icon": item.get('iconurl', '') or item.get('iconUrl', '') ,
}
quto_list.append(raw_data)
return quto_list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment