diff options
Diffstat (limited to 'parser/tea108.fnl')
| -rw-r--r-- | parser/tea108.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/parser/tea108.fnl b/parser/tea108.fnl index d575716..2fd013f 100644 --- a/parser/tea108.fnl +++ b/parser/tea108.fnl @@ -7,7 +7,6 @@ (local number (require :lib.number)) (local parser (require :parser.parser)) (local fetcher (require :fetcher)) -(local utils (require :lib.utils)) (fn format-url [path page] (.. "https://tea108.ru/shop/" path "/?page=" page)) @@ -52,7 +51,7 @@ (fn products [] (fetcher.from-html - [{:path "wu-yi-yan-cha" :tags ["Улун" "Фуцзянь"]} + [{:path "wu-yi-yan-cha" :tags ["Улун" "Фудзянь"]} {:path "feng-huang-dancong" :tags ["Улун" "Дань Цун"]} {:path "taiwan-oolong" :tags ["Улун" "Тайвань"]} {:path "hong-cha" :tags ["Красный чай"]} |
