From 07e1a16a20387fe59f0ff7cfa4480534f5203788 Mon Sep 17 00:00:00 2001 From: Hiller Liao Date: Tue, 18 Jul 2023 15:52:43 +0800 Subject: [PATCH] add tone level for ja word --- rsshub/spiders/word/word.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsshub/spiders/word/word.py b/rsshub/spiders/word/word.py index 2d473b8..853b485 100644 --- a/rsshub/spiders/word/word.py +++ b/rsshub/spiders/word/word.py @@ -23,7 +23,7 @@ def ctx(category=''): if category == 'ja': url = 'https://raw.githubusercontent.com/hillerliao/img/main/words.csv' res = get_csv_line(url) - word = f"{res[1]} 〔{res[2]}〕 {res[3]} " + word = f"{res[1]} 〔{res[2]} {res[4]}〕 {res[3]} " else: file = path.join(file_path,'toeflwords.txt') with open(file, encoding='utf-8') as inf: