crwlrsoft / crawler

Library for Rapid (Web) Crawler and Scraper Development
https://www.crwlr.software/packages/crawler
MIT License
312 stars 11 forks source link

Fix issue with array of arrays in result #104

Closed otsch closed 1 year ago

otsch commented 1 year ago

When the current value of a result property is an associative array and we add another value, it makes the property value an array with that associative array as first element and add the second value.