chore: remove anthem from scraper

This commit is contained in:
2022-06-24 20:48:56 +01:00
parent 0bd759a002
commit 34d6980cac
4 changed files with 174 additions and 53 deletions

View File

@@ -9,11 +9,8 @@ import scrapy
class WikipediaCountryScraperItem(scrapy.Item):
country_url = scrapy.Field()
short_country_name = scrapy.Field()
country = scrapy.Field()
flag_description = scrapy.Field()
anthem = scrapy.Field()
anthem_url = scrapy.Field()
anthem_file_url = scrapy.Field()
country_html = scrapy.Field()
flag_html = scrapy.Field()
file_urls = scrapy.Field()
files = scrapy.Field()