add interotc cpgg

This commit is contained in:
hillerliao
2020-04-16 20:21:50 +08:00
parent 6bce0eb992
commit c176de11af
3 changed files with 53 additions and 0 deletions

View File

@@ -139,4 +139,9 @@ def weiyangx_tag(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)))
@bp.route('/interotc/cpgg/<string:category>')
def interotc_cpgg(category=''):
from rsshub.spiders.interotc.cpgg import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))