mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 23:16:50 +00:00
add bbwc.cn realtime
This commit is contained in:
@@ -55,6 +55,11 @@ def chuansongme_articles(category=''):
|
||||
def ctolib_topics(category=''):
|
||||
from rsshub.spiders.ctolib.topics import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
@bp.route('/bbwc/realtime/<string:category>')
|
||||
def bbwc_realtime(category=''):
|
||||
from rsshub.spiders.bbwc.realtime import ctx
|
||||
return render_template('main/atom.xml', **filter_content(ctx(category)))
|
||||
|
||||
|
||||
@bp.route('/infoq/recommend')
|
||||
|
||||
Reference in New Issue
Block a user