add zaobao realtime

This commit is contained in:
hillerliao
2022-03-21 07:30:23 +08:00
parent 2d98a05937
commit 6b034dd3e2
4 changed files with 272 additions and 232 deletions

View File

@@ -180,6 +180,11 @@ def chouti_user(category=''):
from rsshub.spiders.chouti.user import ctx
return render_template('main/atom.xml', **filter_content(ctx(category)))
@bp.route('/zaobao/realtime/<string:category>')
def zaobao_realtime(category=''):
from rsshub.spiders.zaobao.realtime 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