chore: add anthems spider

This commit is contained in:
2022-06-25 17:01:53 +01:00
parent e865018fd9
commit 1156976823
8 changed files with 260 additions and 146 deletions

View File

@@ -15,3 +15,12 @@ class WikipediaCountryScraperItem(scrapy.Item):
file_urls = scrapy.Field()
files = scrapy.Field()
class AnthemsItem(scrapy.Item):
country_name = scrapy.Field()
native_anthem_title = scrapy.Field()
english_title = scrapy.Field()
file_urls = scrapy.Field()
files = scrapy.Field()