mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 23:16:48 +00:00
fetch infoq author article
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user