diff options
| author | unwox <me@unwox.com> | 2024-10-22 00:47:37 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-22 00:47:37 +0600 |
| commit | a24b2b3de7995d28420f09c988fbb7ef31d0e15c (patch) | |
| tree | 36b3b135d6b46f8ed87101f913531bfe9d281a64 /parser | |
| parent | 190ce50d172f9d2b1d2114f43fa80e92f28da03e (diff) | |
move sites information to corresponding parser modules
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"} |
