From cf8054103e73895ff1ef8e20f9c0d43ff2200ccc Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Sun, 18 Oct 2020 16:28:34 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8B=B1=E5=9B=BD=E5=A4=A7=E4=BD=BF?= =?UTF-8?q?=E9=A6=86=E9=80=9A=E7=9F=A5DOM=E6=94=B9=E5=8A=A8=20(#5932)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/embassy/supportedList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/routes/embassy/supportedList.js b/lib/routes/embassy/supportedList.js index e2327ff6b..f0479e733 100644 --- a/lib/routes/embassy/supportedList.js +++ b/lib/routes/embassy/supportedList.js @@ -168,8 +168,8 @@ module.exports = { uk: { country: 'uk', countryCN: '英国', - link: 'http://www.chinese-embassy.org.uk/chn/lsfw/lsxz/txyxw/zxtg/', - list: 'body > table:nth-child(6) > tbody > tr > td:nth-child(2) > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(2) a', + link: 'http://www.chinese-embassy.org.uk/chn/lsfw/lsxz/', + list: '#docMore > tbody a', title: '#article > tbody > tr:nth-child(2) > td', description: '#article .content', pubDate: '#article > tbody > tr:nth-child(5) > td',