mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 23:16:48 +00:00
modify original list page
This commit is contained in:
@@ -17,7 +17,7 @@ def ctx(category=''):
|
|||||||
posts = tree.css('.news_list li')
|
posts = tree.css('.news_list li')
|
||||||
return {
|
return {
|
||||||
'title': '东兴资管产品最新公告',
|
'title': '东兴资管产品最新公告',
|
||||||
'link': domain,
|
'link': f'{domain}/main/zcgl/zxgg/index.shtml?catalogId=1,5,228',
|
||||||
'description': '东兴资管产品最新公告',
|
'description': '东兴资管产品最新公告',
|
||||||
'author': 'hillerliao',
|
'author': 'hillerliao',
|
||||||
'items': list(map(parse, posts))
|
'items': list(map(parse, posts))
|
||||||
|
|||||||
Reference in New Issue
Block a user