|
33 | 33 | #CONCURRENT_REQUESTS_PER_IP = 16 |
34 | 34 |
|
35 | 35 | # Disable coAmazonCheckeries (enabled by default) |
36 | | -#COAMAZON-CHECKERIES_ENABLED = False |
| 36 | +# COAMAZON-CHECKERIES_ENABLED = False |
37 | 37 |
|
38 | 38 | # Disable Telnet Console (enabled by default) |
39 | 39 | #TELNETCONSOLE_ENABLED = False |
40 | 40 |
|
41 | 41 | # Override the default request headers: |
42 | | -#DEFAULT_REQUEST_HEADERS = { |
| 42 | +# DEFAULT_REQUEST_HEADERS = { |
43 | 43 | # 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', |
44 | 44 | # 'Accept-Language': 'en', |
45 | 45 | #} |
46 | 46 |
|
47 | 47 | # Enable or disable spider middlewares |
48 | 48 | # See https://doc.scrapy.org/en/latest/topics/spider-middleware.html |
49 | | -#SPIDER_MIDDLEWARES = { |
| 49 | +# SPIDER_MIDDLEWARES = { |
50 | 50 | # 'AmazonChecker.middlewares.Amazon-checkerSpiderMiddleware': 543, |
51 | 51 | #} |
52 | 52 |
|
53 | 53 | # Enable or disable downloader middlewares |
54 | 54 | # See https://doc.scrapy.org/en/latest/topics/downloader-middleware.html |
55 | | -#DOWNLOADER_MIDDLEWARES = { |
| 55 | +# DOWNLOADER_MIDDLEWARES = { |
56 | 56 | # 'AmazonChecker.middlewares.Amazon-checkerDownloaderMiddleware': 543, |
57 | 57 | #} |
58 | 58 |
|
59 | 59 | # Enable or disable extensions |
60 | 60 | # See https://doc.scrapy.org/en/latest/topics/extensions.html |
61 | | -#EXTENSIONS = { |
| 61 | +# EXTENSIONS = { |
62 | 62 | # 'scrapy.extensions.telnet.TelnetConsole': None, |
63 | 63 | #} |
64 | 64 |
|
65 | 65 | # Configure item pipelines |
66 | 66 | # See https://doc.scrapy.org/en/latest/topics/item-pipeline.html |
67 | | -#ITEM_PIPELINES = { |
| 67 | +# ITEM_PIPELINES = { |
68 | 68 | # 'AmazonChecker.pipelines.Amazon-checkerPipeline': 300, |
69 | 69 | #} |
70 | 70 |
|
|
0 commit comments