mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 07:26:51 +00:00
add infoq topic
This commit is contained in:
@@ -60,6 +60,12 @@ def infoq_recommend():
|
||||
return render_template('main/atom.xml', **filter_content(ctx()))
|
||||
|
||||
|
||||
@bp.route('/infoq/topic/<int:category>')
|
||||
def infoq_topic(category=''):
|
||||
from rsshub.spiders.infoq.topic import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
|
||||
@bp.route('/dxzg/notice')
|
||||
def dxzg_notice():
|
||||
from rsshub.spiders.dxzg.notice import ctx
|
||||
|
||||
Reference in New Issue
Block a user