Commit 9c843009 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

crawlers

parent 776d268b
...@@ -45,9 +45,9 @@ class QuotesSpider(scrapy.Spider): ...@@ -45,9 +45,9 @@ class QuotesSpider(scrapy.Spider):
baseURL = "http://www.elheraldo.hn/" baseURL = "http://www.elheraldo.hn/"
sectionList = ["economia", "mundo", "tecnologia", "cine", "cultura", "turismo", # sectionList = ["tegucigalpa", "economia", "opinion", "revistas/crimenes",
"honduras", "sucesos", "espectaculos", "deportes"] # "pais", "sucesos", "deportes", "entretenimiento"]
# sectionList = ["economia"] sectionList = ["tegucigalpa"]
if self.stopDate is None: if self.stopDate is None:
for s in sectionList: for s in sectionList:
......
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