From 979d0de64ab08bcb7d4df41be7eb9677f7fd026f Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Wed, 31 Aug 2022 16:20:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=85=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/htmlParser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/htmlParser.py b/utils/htmlParser.py index 85a1799..7b2a8e7 100644 --- a/utils/htmlParser.py +++ b/utils/htmlParser.py @@ -22,6 +22,7 @@ class jsoup: if option: ret = doc(parse) + # FIXME 解析出来有多个的情况应该自动取第一个 if option == 'Text': ret = ret.text() elif option == 'Html': -- GitLab