mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-16 07:26:46 +00:00
add app store top app
This commit is contained in:
@@ -225,12 +225,16 @@ def bjnews_channel(category=''):
|
||||
from rsshub.spiders.bjnews.channel import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/appstore/top/<string:cc>/<string:genreid>')
|
||||
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('/filter/')
|
||||
def rss_filter():
|
||||
from rsshub.spiders.rssfilter.filter import ctx
|
||||
feed_url = request.args.get("feed")
|
||||
return render_template('main/atom.xml', **filter_content(ctx(feed_url)))
|
||||
|
||||
'''
|
||||
@bp.route('/test')
|
||||
@bp.route('/test/测试')
|
||||
|
||||
Reference in New Issue
Block a user