chore: readd country html to download

This commit is contained in:
2022-06-23 02:30:22 +01:00
parent 1ab07ff396
commit 96c99fdb1f

View File

@@ -97,7 +97,7 @@ class CountrydownloaderSpider(scrapy.Spider):
country_scrapy_item["country_url"] = country_item["country_url"]
country_scrapy_item["short_country_name"] = country_item["short_country_name"]
# country_scrapy_item["country"] = country_item["country"]
country_scrapy_item["country"] = country_item["country"]
country_scrapy_item["flag_description"] = country_item["flag_description"]
country_scrapy_item["anthem"] = country_item["anthem"]