add benzinga item link

This commit is contained in:
hillerliao
2020-04-24 10:43:59 +08:00
parent 61546ae0e1
commit d6f2bc9c86

View File

@@ -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