mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-17 07:26:49 +00:00
add jintiankansha
This commit is contained in:
@@ -134,4 +134,9 @@ def weiyangx_express():
|
||||
@bp.route('/weiyangx/tag/<string:category>')
|
||||
def weiyangx_tag(category=''):
|
||||
from rsshub.spiders.weiyangx.tag import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/jintiankansha/column/<string:category>')
|
||||
def jintiankansha_column(category=''):
|
||||
from rsshub.spiders.jintiankansha.column import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
Reference in New Issue
Block a user