mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fixing immonet provider, upgrading dependencies
This commit is contained in:
@@ -7,8 +7,9 @@ function normalize(o) {
|
||||
const size = o.size != null ? o.size.replace('Wohnfläche ', '') : 'N/A m²';
|
||||
const price = o.price.replace('Kaufpreis ', '');
|
||||
const address = o.address.split(' • ')[1];
|
||||
const title = o.title || 'No title available';
|
||||
|
||||
return Object.assign(o, {id, address, price, size});
|
||||
return Object.assign(o, {id, address, price, size, title});
|
||||
}
|
||||
|
||||
function applyBlacklist(o) {
|
||||
|
||||
Reference in New Issue
Block a user