mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-06-10 07:26:47 +00:00
optimize feed title for bbwc
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user