diff options
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/artoftea.fnl | 2 | ||||
| -rw-r--r-- | parser/chaekshop.fnl | 2 | ||||
| -rw-r--r-- | parser/clubcha.fnl | 2 | ||||
| -rw-r--r-- | parser/ipuer.fnl | 2 | ||||
| -rw-r--r-- | parser/ozchai.fnl | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/parser/artoftea.fnl b/parser/artoftea.fnl index 5339a3f..7ad4e66 100644 --- a/parser/artoftea.fnl +++ b/parser/artoftea.fnl @@ -81,4 +81,4 @@ product-peg normalize)) -{: products} +{: products :title "Art of tea" :url "https://artoftea.ru"} diff --git a/parser/chaekshop.fnl b/parser/chaekshop.fnl index 13be8f1..b7699e9 100644 --- a/parser/chaekshop.fnl +++ b/parser/chaekshop.fnl @@ -85,4 +85,4 @@ product-peg normalize)) -{: products} +{: products :title "Чаёк" :url "https://chaekshop.ru"} diff --git a/parser/clubcha.fnl b/parser/clubcha.fnl index a32f767..71fbc0f 100644 --- a/parser/clubcha.fnl +++ b/parser/clubcha.fnl @@ -127,4 +127,4 @@ product-peg normalize)) -{: products} +{: products :title "Железный Феникс" :url "https://clubcha.ru"} diff --git a/parser/ipuer.fnl b/parser/ipuer.fnl index b16ead5..9a244e2 100644 --- a/parser/ipuer.fnl +++ b/parser/ipuer.fnl @@ -69,4 +69,4 @@ product-peg normalize)) -{: products} +{: products :title "Институт чая пуэр" :url "https://ipuer.ru"} diff --git a/parser/ozchai.fnl b/parser/ozchai.fnl index f1bbcae..41f5816 100644 --- a/parser/ozchai.fnl +++ b/parser/ozchai.fnl @@ -46,4 +46,4 @@ destruct-response normalize)) -{: products} +{: products :title "Чайная #OZCHAI" :url "https://ozchai.ru"} |
