chore: add https to flag file url
This commit is contained in:
@@ -100,6 +100,6 @@ class CountrydownloaderSpider(scrapy.Spider):
|
|||||||
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_html"] = country_item["country_html"]
|
country_scrapy_item["country_html"] = country_item["country_html"]
|
||||||
country_scrapy_item["flag_html"] = country_item["flag_html"]
|
country_scrapy_item["flag_html"] = country_item["flag_html"]
|
||||||
country_scrapy_item["file_urls"] = [flag_image_xpath]
|
country_scrapy_item["file_urls"] = [f"https://en.wikipedia.org{flag_image_xpath}"]
|
||||||
|
|
||||||
yield country_scrapy_item
|
yield country_scrapy_item
|
||||||
|
|||||||
Reference in New Issue
Block a user