diff options
| author | unwox <me@unwox.com> | 2024-10-07 20:19:12 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-08 14:06:42 +0600 |
| commit | 47af967213c48565adadc68d43fc572159c31ed9 (patch) | |
| tree | 4b123a8557754fda7b5e3532513acccff56b26b2 /bin/fetch.fnl | |
| parent | 0f4599c4df2291fe982a36d5df07983c860b89f9 (diff) | |
add clubcha parser
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |
