Source code for kingfisher_scrapy.spiders.europe_ted_digiwhist
from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase
[docs]
class EuropeTEDDigiwhist(DigiwhistBase):
name = 'europe_ted_digiwhist'
start_urls = ['https://opentender.eu/data/files/TED_ocds_data.json.tar.gz']