diff options
| author | unwox <me@unwox.com> | 2025-02-18 12:31:18 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-02-18 12:31:18 +0600 |
| commit | 3f258eb7bb257c709ddfdc262dfd1b787c39b005 (patch) | |
| tree | 34ff3657aff04748345022a776ab0c972252d890 /bin/fetch.fnl | |
| parent | 34a6a60c407c75e66f94b185aa6845621e4c49ed (diff) | |
add teaworkshop parser
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index b632249..434e33a 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 teaworkshop (require :parser.teaworkshop)) (when _G.unpack (tset table :unpack _G.unpack)) @@ -167,7 +168,8 @@ (must (luna.db.commit tx))) (each [_ parser (pairs [daochai gorkovchay moychay ozchai suhexuan ipuer - artoftea clubcha chaekshop kolokolnikovchai tea108])] + artoftea clubcha chaekshop kolokolnikovchai tea108 + teaworkshop])] (local products (parser.products)) (when (< 0 (# products)) ;; replace with with-tx |
