fix: 电影天堂 (#3500)
This commit is contained in:
parent
a92da9021c
commit
70245a5902
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue