SPB Git forge

spb/house-ka

Public
18commits 1branches 0releases
1.9 MBsize
maindefault branch
19 days agolast push
Python 67% TypeScript 18.2% CSS 14.4%

[ka2] fix connecteur rp_ag_greybruce: archive déplacée /listing/ → /listings/ (refonte du site, /listing/ répond 404 avec un widget 12 cartes vedettes qui trompait la reprise) — clé archive dans le registre

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Simon-Pierre Boucher committed 24 days ago (Aug 31, 2026) parent 00cf8dd

3 changed files +4 −3

modified data/canada_agencies.json +2 −1
@@ -35,7 +35,8 @@
35 35 "id": "rp_ag_greybruce",
36 36 "name": "Grey Bruce Real Estate",
37 37 "site": "https://greybrucerealestate.ca",
38 − "note": "Recensement ON 2026-08-27 : ~8 268 fiches (Grey-Bruce/Georgian Bay). RealtyPress/DDF. Même feed que collaborativerealestate.ca (fallback).",
38 + "archive": "listings",
39 + "note": "Recensement ON 2026-08-27 : ~8 268 fiches (Grey-Bruce/Georgian Bay). RealtyPress/DDF. Même feed que collaborativerealestate.ca (fallback). 2026-08-31 : /listing/ → 404 (refonte site Marlene Voisin), archive déplacée sur /listings/ (⚠ la 404 contient un widget 12 cartes vedettes).",
39 40 "province": "Ontario"
40 41 },
41 42 {
modified data/sources.json +1 −1
@@ -48,7 +48,7 @@
48 48 "id": "rp_ag_greybruce",
49 49 "name": "Grey Bruce Real Estate",
50 50 "url": "https://greybrucerealestate.ca",
51 − "listing_url": "https://greybrucerealestate.ca/listing/",
51 + "listing_url": "https://greybrucerealestate.ca/listings/",
52 52 "coverage": "Grey-Bruce / Georgian Bay (ITSO) — ~8 300 fiches DDF",
53 53 "connector": "realtypress",
54 54 "status": "actif",
modified sources.json +1 −1
@@ -48,7 +48,7 @@
48 48 "id": "rp_ag_greybruce",
49 49 "name": "Grey Bruce Real Estate",
50 50 "url": "https://greybrucerealestate.ca",
51 − "listing_url": "https://greybrucerealestate.ca/listing/",
51 + "listing_url": "https://greybrucerealestate.ca/listings/",
52 52 "coverage": "Grey-Bruce / Georgian Bay (ITSO) — ~8 300 fiches DDF",
53 53 "connector": "realtypress",
54 54 "status": "actif",
55 55