Skip to content

Commit

Permalink
honduras_sefin_bulk: apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravf95 committed May 31, 2022
1 parent c8afdb5 commit c1b70ae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions kingfisher_scrapy/spiders/honduras_sefin_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ class HondurasSEFINBulk(CompressedFileSpider, PeriodicSpider):
Secretaria de Finanzas de Honduras (SEFIN)
Spider arguments
from_date
Download only data from this year onward (YYYY format).
If ``until_date`` is provided, defaults to '2012'.
Download only data from this year onward (YYYY format). Defaults to '2012'.
until_date
Download only data until this year (YYYY format).
If ``from_date`` is provided, defaults to the current year.
Download only data until this year (YYYY format). Defaults to the current year.
Bulk download documentation
http://www.contratacionesabiertas.gob.hn/descargas/
https://www.sefin.gob.hn/edca/
"""
name = 'honduras_sefin_bulk'

Expand Down

0 comments on commit c1b70ae

Please sign in to comment.