add home list

This commit is contained in:
hillerliao
2020-04-13 15:30:17 +08:00
parent ea01b359c1
commit 2027fd8c5a
4 changed files with 49 additions and 22 deletions

View File

@@ -121,6 +121,11 @@ def techcrunch_tag(category=''):
from rsshub.spiders.techcrunch.tag import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))
@bp.route('/weiyangx/home')
def weiyangx_home():
from rsshub.spiders.weiyangx.home import ctx
return render_template('main/atom.xml', **filter_content(ctx()))
@bp.route('/weiyangx/express/')
def weiyangx_express():
from rsshub.spiders.weiyangx.express import ctx