From 74fac3dc8d77768c1b1b0945199f69e2f155fc00 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Wed, 5 Feb 2020 13:48:41 +0800 Subject: [PATCH] modify original list page --- rsshub/spiders/dxzg/notice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsshub/spiders/dxzg/notice.py b/rsshub/spiders/dxzg/notice.py index 359b6a5..145d638 100644 --- a/rsshub/spiders/dxzg/notice.py +++ b/rsshub/spiders/dxzg/notice.py @@ -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))