From 2c89f5f32ccd2ee8220e5b958d9324b318e53266 Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 30 Sep 2025 10:06:45 +0600 Subject: add thailandtea parser --- bin/fetch.fnl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/fetch.fnl') 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 -- cgit v1.2.3