add weiyangx article in tag

This commit is contained in:
hillerliao
2020-04-12 14:50:43 +08:00
parent 6620af70bb
commit a0bfac9f3e
3 changed files with 51 additions and 0 deletions

View File

@@ -125,3 +125,8 @@ def techcrunch_tag(category=''):
def weiyangx_express():
from rsshub.spiders.weiyangx.express import ctx
return render_template('main/atom.xml', **filter_content(ctx()))
@bp.route('/weiyangx/tag/<string:category>')
def weiyangx_tag(category=''):
from rsshub.spiders.weiyangx.tag import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))