fetch dxzg notice

This commit is contained in:
hillerliao
2020-02-05 12:44:53 +08:00
parent 65a4a5b7a8
commit d560842370
4 changed files with 43 additions and 1 deletions

View File

@@ -57,3 +57,8 @@ def ctolib_topics(category=''):
def infoq_recommend():
from rsshub.spiders.infoq.recommend import ctx
return render_template('main/atom.xml', **filter_content(ctx()))
@bp.route('/dxzg/notice')
def dxzg_notice():
from rsshub.spiders.dxzg.notice import ctx
return render_template('main/atom.xml', **filter_content(ctx()))