fetch infoq author article

This commit is contained in:
hillerliao
2022-10-16 18:28:06 +08:00
parent 3f9a7fcc3a
commit f01b87b14f
3 changed files with 40 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ def infoq_topic(category=''):
from rsshub.spiders.infoq.topic import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))
@bp.route('/infoq/profile/<string:category>')
def infoq_profile(category=''):
from rsshub.spiders.infoq.profile import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))
@bp.route('/dxzg/notice')
def dxzg_notice():