From 47af967213c48565adadc68d43fc572159c31ed9 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 7 Oct 2024 20:19:12 +0600 Subject: add clubcha parser --- bin/fetch.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/fetch.fnl') diff --git a/bin/fetch.fnl b/bin/fetch.fnl index 5df2849..c51d0f9 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -6,6 +6,7 @@ (local ozchai (require :parser.ozchai)) (local ipuer (require :parser.ipuer)) (local artoftea (require :parser.artoftea)) +(local clubcha (require :parser.clubcha)) (local db (luna.db.open "file:var/db.sqlite?_journal=WAL&_sync=NORMAL")) (luna.db.exec db " @@ -71,6 +72,7 @@ FROM products;" []) (luna.db.commit tx)) +(store-products (clubcha.products)) (store-products (artoftea.products)) (store-products (ipuer.products)) (store-products (ozchai.products)) -- cgit v1.2.3