add chaindd column

This commit is contained in:
hillerliao
2020-03-30 12:00:35 +08:00
parent 3e5345fc15
commit d631712bbe
3 changed files with 42 additions and 0 deletions

View File

@@ -109,4 +109,9 @@ def xuangubao_xuangubao(type='', category=''):
@bp.route('/cls/subject/<string:category>')
def cls_subject(category=''):
from rsshub.spiders.cls.subject import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))
@bp.route('/chaindd/column/<string:category>')
def chaindd_column(category=''):
from rsshub.spiders.chaindd.column import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))