optimize feed title for bbwc

This commit is contained in:
Hiller Liao
2024-12-22 16:19:03 +08:00
parent bbf4f79cc9
commit eda58eea61

View File

@@ -22,7 +22,7 @@ def ctx(category=''):
print(posts)
posts = json.loads(posts.text)['data']['list']
return {
'title': f'{category} - 即时新闻 - 商业周刊',
'title': f'即时新闻 - 商业周刊',
'link': f'{domain}/realtime/index.html',
'description': f'抓取彭博商业周刊即时新闻栏目的快讯',
'author': 'hillerliao',