- Fixed ZIP file upload issue for new text based image files (e.g. SVG).
- Added support for text based image files like SVG etc.
- Added support for redirecting to the actual image URL.
- Add two new option
items
andoutputDatasetId
to input.
- Rewrite to crawlee, and overall updates.
- Added a new option
zip-file
foruploadTo
dropdown to upload a zip file of all the images to the dataset. - Fixed issue with downloading images.
- Input has been completely redesigned. Please read it again and adjust.
- Removed integration for cancelled Apify Crawler product.
- Added automatic integration with actor webhooks.
- Removed
continueRunId
from input. Use actor resurrect feature instead. batchSize
can have now arbitrary size. Previously it was limited to max dataset load (250,000).- Removed
maxItems
. You can usepredownloadFunction
to manipulate input data. - Added
stateFields
for a possibility to clean log and decrease memory usage of big batches. - Added
duplicatesIndexes
to state object for abillity to track duplicates.