mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-17 07:26:49 +00:00
techcrunch
This commit is contained in:
@@ -114,4 +114,9 @@ def cls_subject(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)))
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/techcrunch/tag/<string:category>')
|
||||
def techcrunch_tag(category=''):
|
||||
from rsshub.spiders.techcrunch.tag import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
Reference in New Issue
Block a user