diff --git a/kingfisher_scrapy/spiders/portugal_base.py b/kingfisher_scrapy/spiders/portugal_base.py index d8893f5c..08217823 100644 --- a/kingfisher_scrapy/spiders/portugal_base.py +++ b/kingfisher_scrapy/spiders/portugal_base.py @@ -5,19 +5,16 @@ class PortugalBase(LinksSpider): + # BaseSpider default_from_date = '2010-01-01' + + # LinksSpider next_page_formatter = staticmethod(parameters('offset')) # We will wait 1, 2, 4, 8, 16 minutes (31 minutes total). max_retries = 5 half_initial_wait_time = 30 - # BaseSpider - default_from_date = '2010-01-01' - - # LinksSpider - next_page_formatter = staticmethod(parameters('offset')) - def start_requests(self): url = self.url if self.from_date and self.until_date: