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

Crawlers.

parent b1b20f4f
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -29,7 +29,7 @@ class NoticiasSpider(scrapy.Spider): ...@@ -29,7 +29,7 @@ class NoticiasSpider(scrapy.Spider):
name = "noticias" name = "noticias"
def start_requests(self): def start_requests(self):
"""Lista de url a explorar.""" # Lista de url a explorar.
year = getattr(self, 'year', None) year = getattr(self, 'year', None)
month = getattr(self, 'month', None) month = getattr(self, 'month', None)
......
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