From 389d979eb3eaa18beb8a6da9f4a03bdb6acc1722 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 18 Apr 2015 21:59:22 +0200 Subject: Parsing utag_list from a detail page and showing the keys that are given in the configuration file --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 15c6de8..c8794df 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ cabal build Configuration ------------- -Provide the url you want to listen to and the mail addresses that will be -notified in the configuration file (conf): +Provide the url you want to listen to, the mail addresses that will be notified +in the configuration file (conf), the properties you want to get from the +detail page: ``` # The url field is required @@ -26,6 +27,9 @@ url = http://www.leboncoin.fr/locations/offres/ile_de_france/?f=a&th=1 # The mailTo field is an optional list # mailTo = jean.dupont@mail.fr, john.smith@mail.com + +# The properties field is an optional list +# properties = cp, city, surface, ges ``` Email -- cgit v1.2.3