From 0a4d3c8f12dc5797a919a00b6bcaf759947687cc Mon Sep 17 00:00:00 2001
From: Joris
Date: Sun, 17 Jun 2018 23:24:47 +0200
Subject: Add ouest france parser
---
src/test/haskell/Main.hs | 94 +
src/test/resources/leboncoin.html | 6930 +++++++++++++++++++++++++++++++++++
src/test/resources/ouestFrance.html | 3978 ++++++++++++++++++++
3 files changed, 11002 insertions(+)
create mode 100644 src/test/haskell/Main.hs
create mode 100644 src/test/resources/leboncoin.html
create mode 100644 src/test/resources/ouestFrance.html
(limited to 'src/test')
diff --git a/src/test/haskell/Main.hs b/src/test/haskell/Main.hs
new file mode 100644
index 0000000..6581d0f
--- /dev/null
+++ b/src/test/haskell/Main.hs
@@ -0,0 +1,94 @@
+{-# LANGUAGE OverloadedStrings #-}
+
+import qualified Data.Text.IO as T
+import Test.Hspec
+
+import Model.Ad (Ad (..))
+import qualified Parser.LeboncoinParser as LeboncoinParser
+import qualified Parser.OuestFranceParser as OuestFranceParser
+
+main :: IO ()
+main = do
+ rawLeboncoinAds <- T.readFile "src/test/resources/leboncoin.html"
+ rawOuestFranceAds <- T.readFile "src/test/resources/ouestFrance.html"
+
+ hspec $ do
+ describe "LeboncoinParser" $ do
+
+ it "should parse no results from empty string" $ do
+ LeboncoinParser.parse "" `shouldBe` []
+
+ it "should parse ads from page" $ do
+ let ads =
+ [ Ad {name = "Chambre style hotel", location = "Dinan", price = Just "265\160\8364", url = "https://www.leboncoin.fr/locations/1450271298.htm?ca=6_s"}
+ , Ad {name = "Centre ville", location = "Brest", price = Just "420\160\8364", url = "https://www.leboncoin.fr/locations/1450271056.htm?ca=6_s"}
+ , Ad {name = "T3, Morlaix proche centre ville et port plaisance", location = "Morlaix", price = Just "395\160\8364", url = "https://www.leboncoin.fr/locations/1407544500.htm?ca=6_s"}
+ , Ad {name = "Appartement meuble", location = "Rennes", price = Just "565\160\8364", url = "https://www.leboncoin.fr/locations/1377975959.htm?ca=6_s"}
+ , Ad {name = "A louer T3", location = "La Chapelle-Janson", price = Just "420\160\8364", url = "https://www.leboncoin.fr/locations/1450270098.htm?ca=6_s"}
+ , Ad {name = "locations garage / garde meuble", location = "Landerneau", price = Just "50\160\8364", url = "https://www.leboncoin.fr/locations/1450174538.htm?ca=6_s"}
+ , Ad {name = "Studio meubl\233", location = "Lanester", price = Just "290\160\8364", url = "https://www.leboncoin.fr/locations/1450268170.htm?ca=6_s"}
+ , Ad {name = "Ergu\233-Gab\233ric - Maison - 3 chambres -", location = "Ergu\233-Gab\233ric", price = Just "655\160\8364", url = "https://www.leboncoin.fr/locations/1450267530.htm?ca=6_s"}
+ , Ad {name = "Studio meubl\233 \224 2 mn de la gare", location = "Rennes", price = Just "475\160\8364", url = "https://www.leboncoin.fr/locations/1450267333.htm?ca=6_s"}
+ , Ad {name = "Chambre \224 louer chez l,habitant", location = "Rennes", price = Just "450\160\8364", url = "https://www.leboncoin.fr/locations/1450266273.htm?ca=6_s"}
+ , Ad {name = "Appartement 3 pi\232ces 63 m\178", location = "Brest", price = Just "600\160\8364", url = "https://www.leboncoin.fr/locations/1426927284.htm?ca=6_s"}
+ , Ad {name = "recherche location", location = "Plaintel", price = Just "550\160\8364", url = "https://www.leboncoin.fr/locations/1450265866.htm?ca=6_s"}
+ , Ad {name = "Studio r\233nov\233 - Centre Ville Lorient", location = "Lorient", price = Just "360\160\8364", url = "https://www.leboncoin.fr/locations/1450265154.htm?ca=6_s"}
+ , Ad {name = "Centre historique, t2 meuble", location = "Vannes", price = Just "440\160\8364", url = "https://www.leboncoin.fr/locations/1450263864.htm?ca=6_s"}
+ , Ad {name = "appartement t3 parking priv\233", location = "Pontrieux", price = Just "390\160\8364", url = "https://www.leboncoin.fr/locations/1450251207.htm?ca=6_s"}
+ , Ad {name = "T1 Bis espace couchage ind\233pendant", location = "Brest", price = Just "360\160\8364", url = "https://www.leboncoin.fr/locations/1450263863.htm?ca=6_s"}
+ , Ad {name = "Grand T2 boulevard Gambetta", location = "Brest", price = Just "400\160\8364", url = "https://www.leboncoin.fr/locations/1450263306.htm?ca=6_s"}
+ , Ad {name = "chambre meubl\233e", location = "Bourg-des-Comptes", price = Just "300\160\8364", url = "https://www.leboncoin.fr/locations/1450246530.htm?ca=6_s"}
+ , Ad {name = "Un studio de charme au centre de Landerneau", location = "Landerneau", price = Just "310\160\8364", url = "https://www.leboncoin.fr/locations/1433376198.htm?ca=6_s"}
+ , Ad {name = "Appartement T2 plein centre.", location = "Plum\233liau", price = Just "385\160\8364", url = "https://www.leboncoin.fr/locations/1450262744.htm?ca=6_s"}
+ , Ad {name = "Recherche l'appartement parfait", location = "Rennes", price = Just "360\160\8364", url = "https://www.leboncoin.fr/locations/1450260894.htm?ca=6_s"}
+ , Ad {name = "Location appartement meuble", location = "Saint-Malo", price = Just "510\160\8364", url = "https://www.leboncoin.fr/locations/1421964890.htm?ca=6_s"}
+ , Ad {name = "Maison neuve Lambezelec", location = "Plabennec", price = Just "900\160\8364", url = "https://www.leboncoin.fr/locations/1450259912.htm?ca=6_s"}
+ , Ad {name = "Chambre kitchenette chez l'habitant", location = "Brest", price = Just "320\160\8364", url = "https://www.leboncoin.fr/locations/1450258838.htm?ca=6_s"}
+ , Ad {name = "Studio 20m2 Rennes Ouest", location = "Rennes", price = Just "395\160\8364", url = "https://www.leboncoin.fr/locations/1450258223.htm?ca=6_s"}
+ , Ad {name = "Maison Ploufragan", location = "Ploufragan", price = Just "680\160\8364", url = "https://www.leboncoin.fr/locations/1450257866.htm?ca=6_s"}
+ , Ad {name = "Studio centre villes Rennes", location = "Rennes", price = Just "425\160\8364", url = "https://www.leboncoin.fr/locations/1450257277.htm?ca=6_s"}
+ , Ad {name = "Grand T2 Saint-Brieuc proche Renan", location = "Saint-Brieuc", price = Just "375\160\8364", url = "https://www.leboncoin.fr/locations/1450257042.htm?ca=6_s"}
+ , Ad {name = "Location maison T3", location = "Langueux", price = Just "569\160\8364", url = "https://www.leboncoin.fr/locations/1439054110.htm?ca=6_s"}
+ , Ad {name = "Chambre", location = "Vannes", price = Just "150\160\8364", url = "https://www.leboncoin.fr/locations/1450255229.htm?ca=6_s"}
+ , Ad {name = "Appartement meubl\233 2 ch centre Brest", location = "Brest", price = Just "750\160\8364", url = "https://www.leboncoin.fr/locations/1450255216.htm?ca=6_s"}
+ , Ad {name = "Brest Base Navale/porte Caffa - possible meubl\233", location = "Brest", price = Just "390\160\8364", url = "https://www.leboncoin.fr/locations/1433862279.htm?ca=6_s"}
+ , Ad {name = "Appartement Rennes", location = "Rennes", price = Just "390\160\8364", url = "https://www.leboncoin.fr/locations/1450254830.htm?ca=6_s"}
+ , Ad {name = "Location Appartement Villejean", location = "Rennes", price = Just "400\160\8364", url = "https://www.leboncoin.fr/locations/1450253542.htm?ca=6_s"}
+ , Ad {name = "Maison de bourg 3 chambres B\233d\233e", location = "B\233d\233e", price = Just "570\160\8364", url = "https://www.leboncoin.fr/locations/1450252631.htm?ca=6_s"}
+ ]
+
+ LeboncoinParser.parse rawLeboncoinAds `shouldBe` ads
+
+ describe "OuestFranceParser" $ do
+
+ it "should parse no results from empty string" $ do
+ OuestFranceParser.parse "" `shouldBe` []
+
+ it "should parse ads from page" $ do
+ let ads =
+ [ Ad {name = "Maison 3 chambres", location = "Rennes", price = Just "210\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13108048.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Sacr\233 Coeurs", price = Just "1 094\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13114249.htm"}
+ , Ad {name = "Maison 1 pi\232ce", location = "Rennes Bourg L'ev\234que", price = Just "370\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13113524.htm"}
+ , Ad {name = "Maison 2 chambres", location = "Rennes Sainte-Th\233r\232se", price = Just "869\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13111302.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Nord Saint-Martin", price = Just "1 650\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13109610.htm"}
+ , Ad {name = "Maison 2 chambres", location = "Rennes Sainte-Th\233r\232se", price = Just "915\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13020322.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Brequigny", price = Just "1 011\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13107308.htm"}
+ , Ad {name = "Maison 6 chambres", location = "Rennes Jeanne D'arc", price = Just "2 715\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13104531.htm"}
+ , Ad {name = "Maison 3 chambres", location = "Rennes", price = Just "1 025\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13104556.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Patton", price = Just "1 270\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12742357.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Jeanne D'arc", price = Just "1 616\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12938970.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Sainte-Th\233r\232se", price = Just "1 910\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/13050770.htm"}
+ , Ad {name = "Maison 7 chambres", location = "Rennes Centre Ville", price = Just "3 000\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12888774.htm"}
+ , Ad {name = "Maison 5 chambres", location = "Rennes Patton", price = Just "1 500\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12317304.htm"}
+ , Ad {name = "Maison 6 chambres", location = "Rennes Sainte-Th\233r\232se", price = Just "1 850\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12874271.htm"}
+ , Ad {name = "Maison 4 chambres", location = "Rennes Sud", price = Just "895\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/11139843.htm"}
+ , Ad {name = "Maison 3 chambres", location = "Rennes Cleunay", price = Just "760\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/11538097.htm"}
+ , Ad {name = "Maison 5 chambres", location = "Rennes Sud", price = Just "725\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/11538087.htm"}
+ , Ad {name = "Maison 2 pi\232ces", location = "Rennes Sacr\233 Coeurs", price = Just "420\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12892421.htm"}
+ , Ad {name = "Maison 2 chambres", location = "Rennes Centre Ville", price = Just "700\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/11918621.htm"}
+ , Ad {name = "Maison 5 pi\232ces", location = "Rennes Arsenal - Redon", price = Just "760\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/11139832.htm"}
+ , Ad {name = "Maison 2 chambres", location = "Rennes Centre Ville", price = Just "900\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12247109.htm"}
+ , Ad {name = "Maison 4 pi\232ces", location = "Rennes Nord Saint-Martin", price = Just "680\160\8364", url = "https://www.ouestfrance-immo.com//immobilier/location/maison/rennes-35-35238/12973592.htm"}
+ ]
+
+ OuestFranceParser.parse rawOuestFranceAds `shouldBe` ads
diff --git a/src/test/resources/leboncoin.html b/src/test/resources/leboncoin.html
new file mode 100644
index 0000000..6d03afd
--- /dev/null
+++ b/src/test/resources/leboncoin.html
@@ -0,0 +1,6930 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Location immobilière : nos annonces - Bretagne - leboncoin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Utiliser
+
+
+
L'application Leboncoin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Annonces
+
+ Locations
+ :
+Bretagne
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Chambre style hotel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dinan
+
+ /
+
+
+
+
+ Côtes-d'Armor
+
+
+
+
+
+
+
+
+ 265 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Centre ville
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 420 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ T3, Morlaix proche centre ville et port plaisance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Morlaix
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 395 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Appartement meuble
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 565 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+ A louer T3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ La Chapelle-Janson
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 420 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ locations garage / garde meuble
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Landerneau
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 50 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+ Studio meublé
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lanester
+
+ /
+
+
+
+
+ Morbihan
+
+
+
+
+
+
+
+
+ 290 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Ergué-Gabéric - Maison - 3 chambres -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ergué-Gabéric
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 655 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Studio meublé à 2 mn de la gare
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 475 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Chambre à louer chez l,habitant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 450 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 6
+
+
+
+
+
+
+
+
+
+
+
+ Appartement 3 pièces 63 m²
+
+
+
+
+
+ (pro)
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 600 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ recherche location
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Plaintel
+
+ /
+
+
+
+
+ Côtes-d'Armor
+
+
+
+
+
+
+
+
+ 550 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+ Studio rénové - Centre Ville Lorient
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lorient
+
+ /
+
+
+
+
+ Morbihan
+
+
+
+
+
+
+
+
+ 360 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ Centre historique, t2 meuble
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vannes
+
+ /
+
+
+
+
+ Morbihan
+
+
+
+
+
+
+
+
+ 440 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ appartement t3 parking privé
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pontrieux
+
+ /
+
+
+
+
+ Côtes-d'Armor
+
+
+
+
+
+
+
+
+ 390 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ T1 Bis espace couchage indépendant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 360 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Grand T2 boulevard Gambetta
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 400 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ chambre meublée
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bourg-des-Comptes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 300 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Un studio de charme au centre de Landerneau
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Landerneau
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 310 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Appartement T2 plein centre.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pluméliau
+
+ /
+
+
+
+
+ Morbihan
+
+
+
+
+
+
+
+
+ 385 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Recherche l'appartement parfait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 360 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Location appartement meuble
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saint-Malo
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 510 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Maison neuve Lambezelec
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Plabennec
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 900 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Chambre kitchenette chez l'habitant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 320 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Studio 20m2 Rennes Ouest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 395 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+ Maison Ploufragan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ploufragan
+
+ /
+
+
+
+
+ Côtes-d'Armor
+
+
+
+
+
+
+
+
+ 680 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Studio centre villes Rennes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 425 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Grand T2 Saint-Brieuc proche Renan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saint-Brieuc
+
+ /
+
+
+
+
+ Côtes-d'Armor
+
+
+
+
+
+
+
+
+ 375 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+ Location maison T3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Langueux
+
+ /
+
+
+
+
+ Côtes-d'Armor
+
+
+
+
+
+
+
+
+ 569 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chambre
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vannes
+
+ /
+
+
+
+
+ Morbihan
+
+
+
+
+
+
+
+
+ 150 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+ Appartement meublé 2 ch centre Brest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 750 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Brest Base Navale/porte Caffa - possible meublé
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Brest
+
+ /
+
+
+
+
+ Finistère
+
+
+
+
+
+
+
+
+ 390 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Appartement Rennes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 390 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Location Appartement Villejean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rennes
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 400 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ Maison de bourg 3 chambres Bédée
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bédée
+
+ /
+
+
+
+
+ Ille-et-Vilaine
+
+
+
+
+
+
+
+
+ 570 €
+
+ C.C.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/test/resources/ouestFrance.html b/src/test/resources/ouestFrance.html
new file mode 100644
index 0000000..5616252
--- /dev/null
+++ b/src/test/resources/ouestFrance.html
@@ -0,0 +1,3978 @@
+
+
+
+
+
+
+
+Ouestfrance-immo: Annonces immobilières | Location, vente, achat immobilierLocation maison Rennes (35) - à louer Rennes (35) - Annonces Immobilieres Location maison Rennes (35)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 34
+
+ LOCATIONS à Rennes
+
dont sur la carte
+
+
+
+
+
+
+
+
+
+
+
+
+ Alertez-moi par notification mobile
+
+
+ Créer une alerte
+
+
+
Location maison à Rennes Tous prix confondus
+
+
+
Votre abonnement a bien été pris en compte.
+
+
+
+ 34
+ LOCATIONS à Rennes
+
dont sur la carte
+
+
+
+
Tri
+
+
+ -
+
+ Date croissante
+
+ -
+
+ Date décroissante
+
+ -
+
+ Prix croissant
+
+ -
+
+ Prix décroissant
+
+ -
+
+ Biens localisés
+
+
+
+
+
+
+
+
+
+ Voir carte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Trouvez votre bien :
+
+
+
+
+
+
+
+ Ex : 1 rue des hortensias Auray.
+
+
+
+
+
+
+
+
+
+
+ Vous savez exactement où vous souhaitez habiter ? Cliquez et tracez votre propre zone de recherche sur la carte.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5 photos
+
+
+
+
+
+ 210 €
+
+
+
+ Maison 3 chambres
+
+
+
Rennes
+
+
+
+ A corps_Nuds 35150 (10 minutes Sud de Rennes ) Au pied de l'arrêt...
+
+
+ 80m²
+ 80m²
+ 3 chb
+ 3 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 17/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 5 photos
+
+
+
+
+
+ 1 094 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Sacré Coeurs
+
+
+
+ Proche rue de Nantes, maison contemporaine offrant de belles prestations...
+
+
+ 124m²
+ 124m²
+ 4 chb
+ 4 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 16/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+
+ 1 photo
+
+
+
+
+
+ 370 €
+
+
+
+ Maison 1 pièce
+
+
+
Rennes Bourg L'evêque
+
+
+
+ RENNES, Maison T1 bis, de plain pied, pièce de vie, coin cuisine,...
+
+
+ 23m²
+ 23m²
+ Elec
+ Chauff elec
+ Nord
+ Exp nord
+
+
+
+ 16/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 9 photos
+
+
+
+
+
+ 869 €
+
+
+
+ Maison 2 chambres
+
+
+
Rennes Sainte-Thérèse
+
+
+
+ EXCLUSIVITE GIBOIRE, RENNES SAINTE THERESE, Maison T4. de 97m2, séjour...
+
+
+ 97m²
+ 97m²
+ 2 chb
+ 2 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 15/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 1 photo
+
+
+
+
+
+ 1 650 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Nord Saint-Martin
+
+
+
+ RENNES, Maison T6 de type maison contemporaine, à étage, lumineuse,...
+
+
+ 150m²
+ 150m²
+ 4 chb
+ 4 chb
+ Gaz
+ Chauff gaz
+
+
+
+ 15/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 2 photos
+
+
+
+
+
+ 1 850 €
+
+
+
+ Maison 5 chambres
+
+
+
r pierre corneille, 35000 Rennes
+
+
+
+ Rennes, quartier Sainte Thérèse, proche métro, gare et collège Ormeaux,...
+
+
+ 127m²
+ 127m²
+ 5 chb
+ 5 chb
+ 2 sdb
+ 2 sdb
+
+
+
+ 15/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+
+ 6 photos
+
+
+
+
+
+ 915 €
+
+
+
+ Maison 2 chambres
+
+
+
Rennes Sainte-Thérèse
+
+
+
+ RENNES Sainte Thérèse : Loue Maison 2 chambres + bureau, séjour, salle...
+
+
+ 60m²
+ 60m²
+ 2 chb
+ 2 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 15/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 9 photos
+
+
+
+
+
+ 1 011 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Brequigny
+
+
+
+ EXCLUSIVITE GIBOIRE - RENNES BREQUIGNY, à proximité du parc Bréquigny,...
+
+
+ 156m²
+ 156m²
+ 4 chb
+ 4 chb
+ 3 sdb
+ 3 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 10 photos
+
+
+
+
+
+ 2 715 €
+
+
+
+ Maison 6 chambres
+
+
+
Rennes Jeanne D'arc
+
+
+
+ Rennes Jeanne d'Arc, dans petite rue calme, maison neuve 7 pièces...
+
+
+ 134m²
+ 134m²
+ 6 chb
+ 6 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+
+ 6 photos
+
+
+
+
+
+ 1 025 €
+
+
+
+ Maison 3 chambres
+
+
+
Rennes
+
+
+
+ RENNES, Rue Baudri de Bourgueil, maison de type 4 (92,56m2), jumelée,...
+
+
+ 93m²
+ 93m²
+ 3 chb
+ 3 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 4 photos
+
+
+
+
+
+ 1 270 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Patton
+
+
+
+ Agence LFI RENNES QUARTIERS NORD! Très agréable maison T6 située en...
+
+
+ 136m²
+ 136m²
+ 4 chb
+ 4 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 6 photos
+
+
+
+
+
+ 1 616 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Jeanne D'arc
+
+
+
+ EN EXCLUSIVITE : Venez découvrir cette maison pleine de charme des...
+
+
+ 137m²
+ 137m²
+ 4 chb
+ 4 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+
+ 9 photos
+
+
+
+
+
+ 1 910 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Sainte-Thérèse
+
+
+
+ Agence LFI Ste Thérèse. A 5 min de la gare, dans une rue au calme,...
+
+
+ 160m²
+ 160m²
+ 4 chb
+ 4 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 10 photos
+
+
+
+
+
+ 3 000 €
+
+
+
+ Maison 7 chambres
+
+
+
Rennes Centre Ville
+
+
+
+ A la location à RENNES CENTRE VILLE, maison d'environ 220m² sur jardin...
+
+
+ 222m²
+ 222m²
+ 7 chb
+ 7 chb
+ 2 sdb
+ 2 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 7 photos
+
+
+
+
+
+ 1 500 €
+
+
+
+ Maison 5 chambres
+
+
+
Rennes Patton
+
+
+
+ Agence LFI RENNES QUARTIERS NORD! Grande maison récente de 140 m2....
+
+
+ 140m²
+ 140m²
+ 5 chb
+ 5 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 9 photos
+
+
+
+
+
+ 1 850 €
+
+
+
+ Maison 6 chambres
+
+
+
Rennes Sainte-Thérèse
+
+
+
+ LFI STE THERESE. Belle maison de 150m2 comprenant : entrée, cuisine...
+
+
+ 150m²
+ 150m²
+ 6 chb
+ 6 chb
+ Gge
+ Gge
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 4 photos
+
+
+
+
+
+ 895 €
+
+
+
+ Maison 4 chambres
+
+
+
Rennes Sud
+
+
+
+ OPPORTUNITÉ A SAISIR
+
+Projet de maisons neuves aux normes RT2012...
+
+
+ 90m²
+ 90m²
+ 4 chb
+ 4 chb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 5 photos
+
+
+
+
+
+ 760 €
+
+
+
+ Maison 3 chambres
+
+
+
Rennes Cleunay
+
+
+
+ OPPORTUNITÉ A SAISIR
+
+Projet de Maisons neuves aux normes RT2012...
+
+
+ 90m²
+ 90m²
+ 3 chb
+ 3 chb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 5 photos
+
+
+
+
+
+ 725 €
+
+
+
+ Maison 5 chambres
+
+
+
Rennes Sud
+
+
+
+ OPPORTUNITÉ A SAISIR
+
+Projet de maisons neuves aux normes RT2012...
+
+
+ 85m²
+ 85m²
+ 5 chb
+ 5 chb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 4 photos
+
+
+
+
+
+ 420 €
+
+
+
+ Maison 2 pièces
+
+
+
Rennes Sacré Coeurs
+
+
+
+ QUARTIER SACRE COEURS - proche Boulevard Clémenceau. Venez découvrir...
+
+
+ 31m²
+ 31m²
+ Elec
+ Chauff elec
+ Est
+ Exp est
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 7 photos
+
+
+
+
+
+ 700 €
+
+
+
+ Maison 2 chambres
+
+
+
Rennes Centre Ville
+
+
+
+ Boulevard Sébastopol, au calme et à proximité des transports en communs...
+
+
+ 60m²
+ 60m²
+ 2 chb
+ 2 chb
+ 1 sdb
+ 1 sdb
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 5 photos
+
+
+
+
+
+ 760 €
+
+
+
+ Maison 5 pièces
+
+
+
Rennes Arsenal - Redon
+
+
+
+ OPPORTUNITÉ A SAISIR - Spécial primo accédants!
+
+Projet de maisons...
+
+
+ 90m²
+ 90m²
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 3 photos
+
+
+
+
+
+ 900 €
+
+
+
+ Maison 2 chambres
+
+
+
Rennes Centre Ville
+
+
+
+ RARE A LA LOCATION
+Cette maisonette en pleins coeur du Centre Ville...
+
+
+ 60m²
+ 60m²
+ 2 chb
+ 2 chb
+ Elec
+ Chauff elec
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+ 2 photos
+
+
+
+
+
+ 680 €
+
+
+
+ Maison 4 pièces
+
+
+
Rennes Nord Saint-Martin
+
+
+
+ Nouveau votre MAISON RT2012 à 10 minutes au NORD de Rennes
+Votre...
+
+
+ 90m²
+ 90m²
+
+
+
+ 14/06/18
+
+
+
+
+
+
+
+
+
+ Voir téléphone
+
+
+
Voir détail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ces locations pourraient vous intéresser
+
+
+
+
+
+
+
Dernières annonces vues ()
+
+
+
+
+
+
+
+
+
+
+
+
Location maison à proximité de Rennes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fréquences des alertes
+
+
Choisissez la fréquence d’envoi de votre alerte :
+
+
+
+
+
+
+
+
+ Renommer mon alerte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Alertez moi par mail
+
+ Ma recherche : Location maison à Rennes Tous prix confondus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3