mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-21 07:26:49 +00:00
correct businesswire feed title
This commit is contained in:
@@ -16,9 +16,9 @@ def ctx(category=''):
|
|||||||
items = list(map(parse, posts))
|
items = list(map(parse, posts))
|
||||||
items = filter_content(items)
|
items = filter_content(items)
|
||||||
return {
|
return {
|
||||||
'title': 'Earnings Date - Prnewswire',
|
'title': 'Earnings Date - Businesswire',
|
||||||
'link': f'{domain}/portal/site/home/template.PAGE/news/',
|
'link': f'{domain}/portal/site/home/template.PAGE/news/',
|
||||||
'description': 'Earnings Date - Prnewswire',
|
'description': 'Earnings Date - Businesswire',
|
||||||
'author': 'hillerliao',
|
'author': 'hillerliao',
|
||||||
'items': items
|
'items': items
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user