chore: readd country html to download
This commit is contained in:
@@ -97,7 +97,7 @@ class CountrydownloaderSpider(scrapy.Spider):
|
|||||||
|
|
||||||
country_scrapy_item["country_url"] = country_item["country_url"]
|
country_scrapy_item["country_url"] = country_item["country_url"]
|
||||||
country_scrapy_item["short_country_name"] = country_item["short_country_name"]
|
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["flag_description"] = country_item["flag_description"]
|
||||||
country_scrapy_item["anthem"] = country_item["anthem"]
|
country_scrapy_item["anthem"] = country_item["anthem"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user