mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
Added requirement
This commit is contained in:
parent
270ab1335a
commit
cfa6a9f02f
@ -7,3 +7,4 @@ flask_recaptcha
|
|||||||
Flask-Caching
|
Flask-Caching
|
||||||
praw
|
praw
|
||||||
humanfriendly
|
humanfriendly
|
||||||
|
apscheduler
|
@ -39,7 +39,7 @@ CONCURRENT_REQUESTS_PER_DOMAIN = 40
|
|||||||
#COOKIES_ENABLED = False
|
#COOKIES_ENABLED = False
|
||||||
|
|
||||||
# Disable Telnet Console (enabled by default)
|
# Disable Telnet Console (enabled by default)
|
||||||
#TELNETCONSOLE_ENABLED = False
|
TELNETCONSOLE_ENABLED = False
|
||||||
|
|
||||||
# Override the default request headers:
|
# Override the default request headers:
|
||||||
#DEFAULT_REQUEST_HEADERS = {
|
#DEFAULT_REQUEST_HEADERS = {
|
||||||
@ -47,30 +47,6 @@ CONCURRENT_REQUESTS_PER_DOMAIN = 40
|
|||||||
# 'Accept-Language': 'en',
|
# 'Accept-Language': 'en',
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# Enable or disable spider middlewares
|
|
||||||
# See https://doc.scrapy.org/en/latest/topics/spider-middleware.html
|
|
||||||
#SPIDER_MIDDLEWARES = {
|
|
||||||
# 'scrapy_downl_od.middlewares.ScrapyDownlOdSpiderMiddleware': 543,
|
|
||||||
#}
|
|
||||||
|
|
||||||
# Enable or disable downloader middlewares
|
|
||||||
# See https://doc.scrapy.org/en/latest/topics/downloader-middleware.html
|
|
||||||
#DOWNLOADER_MIDDLEWARES = {
|
|
||||||
# 'scrapy_downl_od.middlewares.ScrapyDownlOdDownloaderMiddleware': 543,
|
|
||||||
#}
|
|
||||||
|
|
||||||
# Enable or disable extensions
|
|
||||||
# See https://doc.scrapy.org/en/latest/topics/extensions.html
|
|
||||||
#EXTENSIONS = {
|
|
||||||
# 'scrapy.extensions.telnet.TelnetConsole': None,
|
|
||||||
#}
|
|
||||||
|
|
||||||
# Configure item pipelines
|
|
||||||
# See https://doc.scrapy.org/en/latest/topics/item-pipeline.html
|
|
||||||
#ITEM_PIPELINES = {
|
|
||||||
# 'scrapy_downl_od.pipelines.ScrapyDownlOdPipeline': 300,
|
|
||||||
#}
|
|
||||||
|
|
||||||
# Enable and configure the AutoThrottle extension (disabled by default)
|
# Enable and configure the AutoThrottle extension (disabled by default)
|
||||||
# See https://doc.scrapy.org/en/latest/topics/autothrottle.html
|
# See https://doc.scrapy.org/en/latest/topics/autothrottle.html
|
||||||
#AUTOTHROTTLE_ENABLED = True
|
#AUTOTHROTTLE_ENABLED = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user