mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
chouti search
This commit is contained in:
@@ -163,4 +163,9 @@ def benzinga_ratings(category=''):
|
|||||||
@bp.route('/chouti/section/<string:category>')
|
@bp.route('/chouti/section/<string:category>')
|
||||||
def chouti_section(category=''):
|
def chouti_section(category=''):
|
||||||
from rsshub.spiders.chouti.section import ctx
|
from rsshub.spiders.chouti.section import ctx
|
||||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||||
|
|
||||||
|
@bp.route('/chouti/search/<string:category>')
|
||||||
|
def chouti_search(category=''):
|
||||||
|
from rsshub.spiders.chouti.search import ctx
|
||||||
|
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||||
|
|||||||
Reference in New Issue
Block a user