adding wg-gesucht as provider

This commit is contained in:
Christian Kellner
2019-06-10 14:40:28 +02:00
parent f429221b2e
commit 9961706523
5 changed files with 87 additions and 4 deletions

View File

@@ -95,6 +95,10 @@ These are the current provider that are already implemented within _Fredy_
"neubauKompass": {
"url": "https://www.neubaukompass.de/...",
"enabled": true
},
"wgGesucht": {
"url": "https://www.wg-gesucht.de/...",
"enabled": true
}
```
@@ -124,7 +128,7 @@ whole words) are removed.
#### District blacklist
```json
"blacklistedDistrics": [
"blacklistedDistricts": [
"Altstadt"
]
```