Source code for kingfisher_scrapy.spiders.hungary_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs]class HungaryDigiwhist(DigiwhistBase): name = 'hungary_digiwhist' start_urls = ['https://opentender.eu/data/files/HU_ocds_data.json.tar.gz']