mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-16 07:26:46 +00:00
add jiemian newsflash
This commit is contained in:
@@ -81,3 +81,7 @@ def earningsdate_businesswire():
|
||||
from rsshub.spiders.earningsdate.businesswire import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx()))
|
||||
|
||||
@bp.route('/jiemian/newsflash/<string:category>')
|
||||
def jiemian_newsflash(category=''):
|
||||
from rsshub.spiders.jiemian.newsflash import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
Reference in New Issue
Block a user