Commit b84c9c36 authored by Mario Chirinos's avatar Mario Chirinos

desde el balcon

parent 64496477
This diff is collapsed.
......@@ -54,5 +54,5 @@ class NoticiasSpider(scrapy.Spider):
item["text"] = text
item["topic"] = response.xpath("//span[@class='entry-meta-categories']/a/text()").extract()
item["url"] = response.url
print(item)
print(item['title'])
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