mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-30 15:10:12 +00:00
optimize bjnews
This commit is contained in:
@@ -215,6 +215,11 @@ def yfchuhai_express():
|
||||
from rsshub.spiders.yfchuhai.express import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx()))
|
||||
|
||||
@bp.route('/bjnews/<string:category>')
|
||||
def bjnews_channel(category=''):
|
||||
from rsshub.spiders.bjnews.channel import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
'''
|
||||
@bp.route('/test')
|
||||
@bp.route('/test/测试')
|
||||
|
||||
Reference in New Issue
Block a user