diff --git a/lib/routes/bde4/index.js b/lib/routes/bde4/index.js index 99fa24550..a1b92da7f 100644 --- a/lib/routes/bde4/index.js +++ b/lib/routes/bde4/index.js @@ -8,7 +8,7 @@ module.exports = async (ctx) => { const year = ctx.params.year || 'all'; const order = ctx.params.order || '0'; - const rootUrl = 'https://bde4.cc'; + const rootUrl = 'https://bde4.icu'; const currentUrl = `${rootUrl}/s/${caty}?${type === 'all' ? '' : '&type=' + type}${area === 'all' ? '' : '&area=' + area}${year === 'all' ? '' : '&year=' + year}&order=${order}`; const response = await got({ method: 'get',