mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-16 15:09:28 +00:00
add mp recommended tag
This commit is contained in:
@@ -204,6 +204,11 @@ def mp_tag(mp='', tag=''):
|
||||
from rsshub.spiders.mp.tag import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(mp,tag)))
|
||||
|
||||
@bp.route('/mp/rtag/<string:c1>/<string:tag>')
|
||||
def mp_rtag(c1='', tag=''):
|
||||
from rsshub.spiders.mp.rtag import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(c1, tag)))
|
||||
|
||||
@bp.route('/producthunt/search/<string:keyword>/<string:period>')
|
||||
def producthunt_search(keyword='', period=''):
|
||||
from rsshub.spiders.producthunt.search import ctx
|
||||
|
||||
Reference in New Issue
Block a user