mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-15 07:26:51 +00:00
add netease comment rank
This commit is contained in:
@@ -230,6 +230,11 @@ def appstore_top(cc='', genreid=''):
|
||||
from rsshub.spiders.appstore.top import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(cc,genreid)))
|
||||
|
||||
@bp.route('/netease/comment/<string:category>')
|
||||
def netease_comment(category=''):
|
||||
from rsshub.spiders.netease.comment import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/aisixiang/search/<string:category>/<string:keywords>')
|
||||
def aisixiang_search(category='', keywords=''):
|
||||
from rsshub.spiders.aisixiang.search import ctx
|
||||
|
||||
Reference in New Issue
Block a user