mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
correct page no. for prnewswire
This commit is contained in:
@@ -11,7 +11,7 @@ def parse(post):
|
||||
return item
|
||||
|
||||
def ctx(category=''):
|
||||
tree = fetch(f"{domain}/news-releases/financial-services-latest-news/earnings-list/?page=5&pagesize=100")
|
||||
tree = fetch(f"{domain}/news-releases/financial-services-latest-news/earnings-list/?page=1&pagesize=100")
|
||||
posts = tree.css('.card-list-hr .col-sm-8')
|
||||
items = list(map(parse, posts))
|
||||
items = filter_content(items)
|
||||
|
||||
Reference in New Issue
Block a user