diff options
| author | unwox <me@unwox.com> | 2025-03-05 20:38:40 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-03-05 20:38:40 +0600 |
| commit | 3a162d92d34c0396ddbca64444b8c2044cc88df9 (patch) | |
| tree | 14e57944d5f57d68f7a4b4989893cce81ceeab0b /bin/fetch.fnl | |
| parent | 685f9d7ec664a3e7638f878707496db58ee1665b (diff) | |
add yoceramics parser
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index 434e33a..d3bbef9 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -19,6 +19,7 @@ (local ozchai (require :parser.ozchai)) (local suhexuan (require :parser.suhexuan)) (local tea108 (require :parser.tea108)) +(local yoceramics (require :parser.yoceramics)) (local teaworkshop (require :parser.teaworkshop)) (when _G.unpack @@ -167,9 +168,9 @@ FROM products;" [])) (must (luna.db.commit tx))) - (each [_ parser (pairs [daochai gorkovchay moychay ozchai suhexuan ipuer - artoftea clubcha chaekshop kolokolnikovchai tea108 - teaworkshop])] + (each [_ parser (pairs [yoceramics daochai gorkovchay moychay ozchai suhexuan + ipuer artoftea clubcha chaekshop kolokolnikovchai + tea108 teaworkshop])] (local products (parser.products)) (when (< 0 (# products)) ;; replace with with-tx |
