You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Activating the recorder in the official/latest docs one has to enable recording by using CrawlRecorderSpiderMiddleware and CrawlRecorderDownloaderMiddleware middlewares which does not exist anymore.
There is however a setting in the example which has no documentation in the docs:
SCHEDULER = 'frontera.contrib.scrapy.schedulers.recording.RecorderScheduler'
The text was updated successfully, but these errors were encountered:
According to Activating the recorder
in the official/latest docs one has to enable recording by using CrawlRecorderSpiderMiddleware and CrawlRecorderDownloaderMiddleware middlewares which does not exist anymore.
There is however a setting in the example which has no documentation in the docs:
SCHEDULER = 'frontera.contrib.scrapy.schedulers.recording.RecorderScheduler'
The text was updated successfully, but these errors were encountered: