mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-16 15:09:28 +00:00
correct page no. for prnewswire
This commit is contained in:
@@ -11,7 +11,7 @@ def parse(post):
|
|||||||
return item
|
return item
|
||||||
|
|
||||||
def ctx(category=''):
|
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')
|
posts = tree.css('.card-list-hr .col-sm-8')
|
||||||
items = list(map(parse, posts))
|
items = list(map(parse, posts))
|
||||||
items = filter_content(items)
|
items = filter_content(items)
|
||||||
|
|||||||
Reference in New Issue
Block a user