chore: change spider name for anthems spider

This commit is contained in:
2022-06-25 17:03:57 +01:00
parent a6688a5699
commit c4f785286c

View File

@@ -8,7 +8,7 @@ from wikipedia_country_scraper.items import AnthemsItem
class AnthemsSpider(scrapy.Spider):
name = "anthems"
name = "AnthemsSpider"
start_urls = ["https://en.wikipedia.org/wiki/List_of_national_anthems"]
custom_settings = {
"ITEM_PIPELINES": {"wikipedia_country_scraper.pipelines.AnthemDownloadFilesPipeline": 100},