pragetx-rag / settings.py
h3110Fr13nd
scraping script and urls
116c6eb
raw
history blame contribute delete
No virus
176 Bytes
# settings.py
SPLASH_URL = 'http://192.168.29.74:8050'
DOWNLOADER_MIDDLEWARES = {
'scrapyjs.SplashMiddleware': 725,
}
DUPEFILTER_CLASS = 'scrapyjs.SplashAwareDupeFilter'