diff --git a/lib/routes/javdb/utils.js b/lib/routes/javdb/utils.js index 21f8ba14c..a38ea0c67 100644 --- a/lib/routes/javdb/utils.js +++ b/lib/routes/javdb/utils.js @@ -43,7 +43,7 @@ module.exports = { ctx.cache.tryGet(item.link, async () => { const detailResponse = await got({ method: 'get', - F: item.link, + url: item.link, }); const content = cheerio.load(detailResponse.data);