mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-16 07:26:46 +00:00
fetch article for mp tag page
This commit is contained in:
@@ -169,3 +169,7 @@ def chouti_section(category=''):
|
||||
def chouti_search(category=''):
|
||||
from rsshub.spiders.chouti.search import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
@bp.route('/mp/tag/<string:mp>/<string:tag>')
|
||||
def mp_tag(mp='', tag=''):
|
||||
from rsshub.spiders.mp.tag import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(mp,tag)))
|
||||
Reference in New Issue
Block a user