chore: change xml for flag description url

This commit is contained in:
2022-06-24 22:59:13 +01:00
parent fa26c99ba5
commit e865018fd9
3 changed files with 182 additions and 62 deletions

View File

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