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

crawlers

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