diff options
| author | unwox <me@unwox.com> | 2025-09-30 10:06:45 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-10-23 13:05:00 +0600 |
| commit | 2c89f5f32ccd2ee8220e5b958d9324b318e53266 (patch) | |
| tree | 1d6d6e71afebf6c977e69ac82fed136429825bb6 /bin/fetch.fnl | |
| parent | 9470b10bdd9e1cc166a4b9ddfbdf09d1c4818ae8 (diff) | |
add thailandtea parser
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index a28af42..286c2ef 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -8,8 +8,8 @@ (local artoftea (require :parser.artoftea)) (local batatcha (require :parser.batatcha)) -(local chaibez (require :parser.chaibez)) (local chaekshop (require :parser.chaekshop)) +(local chaibez (require :parser.chaibez)) (local clubcha (require :parser.clubcha)) (local daochai (require :parser.daochai)) (local gorkovchay (require :parser.gorkovchay)) @@ -20,6 +20,7 @@ (local suhexuan (require :parser.suhexuan)) (local tea108 (require :parser.tea108)) (local teaworkshop (require :parser.teaworkshop)) +(local thailandtea (require :parser.thailandtea)) (local yoceramics (require :parser.yoceramics)) (when _G.unpack @@ -196,7 +197,7 @@ (each [_ parser (pairs [batatcha yoceramics daochai gorkovchay ozchai suhexuan ipuer artoftea clubcha chaekshop kolokolnikovchai - tea108 teaworkshop chaibez moychay])] + tea108 teaworkshop chaibez thailandtea moychay])] (let [(ok? products) (pcall parser.products)] (if (and ok? (< 0 (# products))) (do |
