mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
add benzinga item link
This commit is contained in:
@@ -10,6 +10,7 @@ def ctx(category=''):
|
||||
def parse(post):
|
||||
item = {}
|
||||
item['description'] = item['title'] = stock.upper() + '的评级:' + ', '.join(post.css('td::text').extract())
|
||||
item['link'] = url
|
||||
return item
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user