fix: 电影天堂 (#3500)

This commit is contained in:
陈玉祥 2019-11-27 19:18:04 +08:00 committed by DIYgod
parent a92da9021c
commit 70245a5902
1 changed files with 1 additions and 1 deletions

View File

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