mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 15:09:25 +00:00
财新网滚动新闻
This commit is contained in:
@@ -89,4 +89,9 @@ def jiemian_newsflash(category=''):
|
||||
@bp.route('/csrc/audit/<string:category>')
|
||||
def csrc_audit(category=''):
|
||||
from rsshub.spiders.csrc.audit import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/caixin/scroll/<string:category>')
|
||||
def caixin_scroll(category=''):
|
||||
from rsshub.spiders.caixin.scroll import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
Reference in New Issue
Block a user