Skip to content

Commit

Permalink
argentina_buenos_aires change file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yolile committed Jul 13, 2022
1 parent ceac46a commit fa840b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions kingfisher_scrapy/spiders/argentina_buenos_aires.py
Expand Up @@ -16,11 +16,8 @@ class ArgentinaBuenosAires(SimpleSpider):
name = 'argentina_buenos_aires'
download_timeout = 1000

# BaseSpider
root_path = 'main.item'

# SimpleSpider
data_type = 'release'
data_type = 'release_package'

def start_requests(self):
# A CKAN API JSON response.
Expand Down

0 comments on commit fa840b2

Please sign in to comment.