chore: add flag image url to saved item

This commit is contained in:
2022-06-24 22:43:15 +01:00
parent 17b0462da5
commit fa26c99ba5
3 changed files with 220 additions and 27 deletions

View File

@@ -8,6 +8,7 @@ import scrapy
class WikipediaCountryScraperItem(scrapy.Item):
country_url = scrapy.Field()
flag_image_url = scrapy.Field()
short_country_name = scrapy.Field()
country_html = scrapy.Field()
flag_html = scrapy.Field()