chore: change anthem to store html

This commit is contained in:
2022-06-22 21:47:04 +01:00
parent 97be860627
commit 3cb4b4ba46
2 changed files with 6 additions and 10 deletions

View File

@@ -11,8 +11,7 @@ class WikipediaCountryScraperItem(scrapy.Item):
short_country_name = scrapy.Field()
country = scrapy.Field()
flag_description = scrapy.Field()
anthem_native_title = scrapy.Field()
anthem_english_title = scrapy.Field()
anthem = scrapy.Field()
file_urls = scrapy.Field()
files = scrapy.Field()