arche
arche copied to clipboard
Use `pool` to download items with `filter`
The current logic of dividing on batches by start_index and count doesn't account for filter
.
When using filter
, returned items _key
don't correspond with actual index so the data repeats.
The solution is to use nodata
https://github.com/scrapinghub/python-scrapinghub/pull/129