diff --git a/rsshub/spiders/earningsdate/businesswire.py b/rsshub/spiders/earningsdate/businesswire.py index 2485e44..6f329d7 100644 --- a/rsshub/spiders/earningsdate/businesswire.py +++ b/rsshub/spiders/earningsdate/businesswire.py @@ -16,9 +16,9 @@ def ctx(category=''): items = list(map(parse, posts)) items = filter_content(items) return { - 'title': 'Earnings Date - Prnewswire', + 'title': 'Earnings Date - Businesswire', 'link': f'{domain}/portal/site/home/template.PAGE/news/', - 'description': 'Earnings Date - Prnewswire', + 'description': 'Earnings Date - Businesswire', 'author': 'hillerliao', 'items': items } \ No newline at end of file