chore: change spider name for anthems spider
This commit is contained in:
@@ -8,7 +8,7 @@ from wikipedia_country_scraper.items import AnthemsItem
|
|||||||
|
|
||||||
|
|
||||||
class AnthemsSpider(scrapy.Spider):
|
class AnthemsSpider(scrapy.Spider):
|
||||||
name = "anthems"
|
name = "AnthemsSpider"
|
||||||
start_urls = ["https://en.wikipedia.org/wiki/List_of_national_anthems"]
|
start_urls = ["https://en.wikipedia.org/wiki/List_of_national_anthems"]
|
||||||
custom_settings = {
|
custom_settings = {
|
||||||
"ITEM_PIPELINES": {"wikipedia_country_scraper.pipelines.AnthemDownloadFilesPipeline": 100},
|
"ITEM_PIPELINES": {"wikipedia_country_scraper.pipelines.AnthemDownloadFilesPipeline": 100},
|
||||||
|
|||||||
Reference in New Issue
Block a user