From 38467b38372e21ad17960797e41cc650fb70bf77 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 3 Feb 2025 12:33:46 +0600 Subject: add kolokolnikovchai parser --- bin/fetch.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/fetch.fnl') diff --git a/bin/fetch.fnl b/bin/fetch.fnl index e7ee454..2edcdac 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -14,6 +14,7 @@ (local artoftea (require :parser.artoftea)) (local clubcha (require :parser.clubcha)) (local chaekshop (require :parser.chaekshop)) +(local kolokolnikovchai (require :parser.kolokolnikovchai)) (local {: must} (require :lib.utils)) (when _G.unpack @@ -163,7 +164,7 @@ (must (luna.db.commit tx))) (each [_ parser (pairs [gorkovchay moychay ozchai suhexuan ipuer artoftea - clubcha chaekshop])] + clubcha chaekshop kolokolnikovchai])] (local products (parser.products)) (when (< 0 (# products)) ;; replace with with-tx -- cgit v1.2.3