diff options
Diffstat (limited to 'parser/ozchai.fnl')
| -rw-r--r-- | parser/ozchai.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/parser/ozchai.fnl b/parser/ozchai.fnl index 937a35b..1d4c4f3 100644 --- a/parser/ozchai.fnl +++ b/parser/ozchai.fnl @@ -30,10 +30,9 @@ (set volume (parser.guess-volume c.value)))) {:site "ozchai" - :id product.url :url product.url :title product.title - :description product.descr + :description product.descr ;; FIXME: parse all editions into different products :image (if (< 0 (# gallery)) (. gallery 1 :img) |
