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');