add yfchuhai express

This commit is contained in:
hillerliao
2021-11-16 12:30:29 +08:00
parent da7bc33563
commit 4cd8c0f2d2
3 changed files with 47 additions and 1 deletions

View File

@@ -193,4 +193,9 @@ def mp_gh(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)))
return render_template('main/atom.xml', **filter_content(ctx(author)))
@bp.route('/yfchuhai/express/')
def yfchuhai_express():
from rsshub.spiders.yfchuhai.express import ctx
return render_template('main/atom.xml', **filter_content(ctx()))