Commit 97017a22 authored by Mario Chirinos's avatar Mario Chirinos

el financiero date

parent 5cbe5d38
...@@ -54,5 +54,5 @@ class NoticiasSpider(scrapy.Spider): ...@@ -54,5 +54,5 @@ class NoticiasSpider(scrapy.Spider):
item['text']=text item['text']=text
item['url']= response.xpath('//link[@rel="canonical"]/@href').extract_first() item['url']= response.xpath('//link[@rel="canonical"]/@href').extract_first()
print(item['title']) print(item['date'], item['title'])
yield(item) yield(item)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment