Commit d7ad9ed0 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

merge foraneos

parents a0e27c08 fd184f70
...@@ -134,7 +134,7 @@ class QuotesSpider(scrapy.Spider): ...@@ -134,7 +134,7 @@ class QuotesSpider(scrapy.Spider):
if not link in newsList: if not link in newsList:
newsList.append(link) newsList.append(link)
for link in linkList: for link in newsList:
info = ImportantData() info = ImportantData()
info['url'] = response.url info['url'] = response.url
info['page'] = searchData['page'] info['page'] = searchData['page']
......
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