mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
mp articles from youwuqiong
This commit is contained in:
@@ -183,4 +183,9 @@ def mp_tag(mp='', tag=''):
|
||||
@bp.route('/mp/gh/<string:gh>')
|
||||
def mp_gh(gh=''):
|
||||
from rsshub.spiders.mp.gh import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(gh)))
|
||||
return render_template('main/atom.xml', **filter_content(ctx(gh)))
|
||||
|
||||
@bp.route('/mp/youwuqiong/<string:author>')
|
||||
def mp_youwuqiong(author=''):
|
||||
from rsshub.spiders.mp.youwuqiong import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(author)))
|
||||
Reference in New Issue
Block a user