summaryrefslogtreecommitdiff
path: root/parser/ipuer.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'parser/ipuer.fnl')
-rw-r--r--parser/ipuer.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/ipuer.fnl b/parser/ipuer.fnl
index 7a1ae6b..c1a8da7 100644
--- a/parser/ipuer.fnl
+++ b/parser/ipuer.fnl
@@ -52,7 +52,6 @@
(local weight (parser.guess-weight product.title))
(local price (number.string->number product.price))
{:site "ipuer"
- :id product.id
:url (.. "https://ipuer.ru" product.url)
:title product.title
:description product.description
@@ -60,6 +59,7 @@
:year (parser.guess-year product.title)
:price price
:weight weight
+ :volume (parser.guess-volume product.title)
:category product.category
:price-per (if (and price weight (< 0 weight))
(/ (math.ceil (* (/ price weight) 10)) 10)