Fixing the settings after the renaming
This commit is contained in:
parent
86607d90cd
commit
54f600f50d
@ -1,4 +1,4 @@
|
||||
# Scrapy settings for rslbb_scraper project
|
||||
# Scrapy settings for rlsbb_scraper project
|
||||
#
|
||||
# For simplicity, this file contains only settings considered important or
|
||||
# commonly used. You can find more settings consulting the documentation:
|
||||
@ -7,14 +7,14 @@
|
||||
# https://docs.scrapy.org/en/latest/topics/downloader-middleware.html
|
||||
# https://docs.scrapy.org/en/latest/topics/spider-middleware.html
|
||||
|
||||
BOT_NAME = "rslbb_scraper"
|
||||
BOT_NAME = "rlsbb_scraper"
|
||||
|
||||
SPIDER_MODULES = ["rslbb_scraper.spiders"]
|
||||
NEWSPIDER_MODULE = "rslbb_scraper.spiders"
|
||||
SPIDER_MODULES = ["rlsbb_scraper.spiders"]
|
||||
NEWSPIDER_MODULE = "rlsbb_scraper.spiders"
|
||||
|
||||
|
||||
# Crawl responsibly by identifying yourself (and your website) on the user-agent
|
||||
#USER_AGENT = "rslbb_scraper (+http://www.yourdomain.com)"
|
||||
#USER_AGENT = "rlsbb_scraper (+http://www.yourdomain.com)"
|
||||
|
||||
# Obey robots.txt rules
|
||||
ROBOTSTXT_OBEY = True
|
||||
@ -45,13 +45,13 @@ ROBOTSTXT_OBEY = True
|
||||
# Enable or disable spider middlewares
|
||||
# See https://docs.scrapy.org/en/latest/topics/spider-middleware.html
|
||||
#SPIDER_MIDDLEWARES = {
|
||||
# "rslbb_scraper.middlewares.RslbbScraperSpiderMiddleware": 543,
|
||||
# "rlsbb_scraper.middlewares.rlsbbScraperSpiderMiddleware": 543,
|
||||
#}
|
||||
|
||||
# Enable or disable downloader middlewares
|
||||
# See https://docs.scrapy.org/en/latest/topics/downloader-middleware.html
|
||||
#DOWNLOADER_MIDDLEWARES = {
|
||||
# "rslbb_scraper.middlewares.RslbbScraperDownloaderMiddleware": 543,
|
||||
# "rlsbb_scraper.middlewares.rlsbbScraperDownloaderMiddleware": 543,
|
||||
#}
|
||||
|
||||
# Enable or disable extensions
|
||||
@ -63,7 +63,7 @@ ROBOTSTXT_OBEY = True
|
||||
# Configure item pipelines
|
||||
# See https://docs.scrapy.org/en/latest/topics/item-pipeline.html
|
||||
#ITEM_PIPELINES = {
|
||||
# "rslbb_scraper.pipelines.RslbbScraperPipeline": 300,
|
||||
# "rlsbb_scraper.pipelines.rlsbbScraperPipeline": 300,
|
||||
#}
|
||||
|
||||
# Enable and configure the AutoThrottle extension (disabled by default)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user