scrapy-pagestorage icon indicating copy to clipboard operation
scrapy-pagestorage copied to clipboard

A scrapy extension to store requests and responses information in storage service

Results 2 scrapy-pagestorage issues
Sort by recently updated
recently updated
newest added

the issue arises when there are null characters ( \x00) present in the response.body for len(response.body) == every null characters will be of length 1 but when we are encoding...

This is idea of a new feature. Use case: When `PAGE_STORAGE_ON_ERROR_ENABLED` is enabled and there're errors encountered in a job, a user may want to check the corresponding page contents...