modify original list page

This commit is contained in:
hillerliao
2020-02-05 13:48:41 +08:00
parent d560842370
commit 74fac3dc8d

View File

@@ -17,7 +17,7 @@ def ctx(category=''):
posts = tree.css('.news_list li')
return {
'title': '东兴资管产品最新公告',
'link': domain,
'link': f'{domain}/main/zcgl/zxgg/index.shtml?catalogId=1,5,228',
'description': '东兴资管产品最新公告',
'author': 'hillerliao',
'items': list(map(parse, posts))