Commit 4d9baa08 authored by Mario Chirinos's avatar Mario Chirinos

desde el balcon

parent b84c9c36
......@@ -41,7 +41,7 @@ class NoticiasSpider(scrapy.Spider):
#-----------------------------------------------------------------------
def parseItem(self, response):
print(response.url)
# print(response.url)
item = DesdeelbalconItem()
# print(response.xpath("//meta[@property=article:published_time']").extract())
text = ""
......
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