Commit 2afe646b authored by Mario Chirinos's avatar Mario Chirinos

scrapy test

parent fa002e21
......@@ -50,5 +50,5 @@ class NoticiasSpider(scrapy.Spider):
item["text"]=text
item["url"]=response.url
print(self.allowed_domains,item["title"])
print(item)
# print(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