From 70245a5902dde6cb6bb9fa32edd945c8c574b453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=8E=89=E7=A5=A5?= Date: Wed, 27 Nov 2019 19:18:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=B5=E5=BD=B1=E5=A4=A9=E5=A0=82=20(?= =?UTF-8?q?#3500)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/dytt/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/dytt/index.js b/lib/routes/dytt/index.js index d950de80e..b9b56ab07 100644 --- a/lib/routes/dytt/index.js +++ b/lib/routes/dytt/index.js @@ -20,7 +20,7 @@ async function load(link, ctx) { } module.exports = async (ctx) => { - const response = await got.get('http://www.dytt8.net', { + const response = await got.get('https://www.dytt8.net/index0.html', { responseType: 'buffer', }); response.data = iconv.decode(response.data, 'gb2312');