diff --git a/lib/routes/pornhub/category_url.js b/lib/routes/pornhub/category_url.js index 0e5e3f8be..5fb6e79c9 100644 --- a/lib/routes/pornhub/category_url.js +++ b/lib/routes/pornhub/category_url.js @@ -7,7 +7,7 @@ module.exports = async (ctx) => { const response = await got.get(link); const $ = cheerio.load(response.data); - const list = $('.nf-videos .videoBox'); + const list = $('#videoCategory .videoBox'); ctx.state.data = { title: $('title').first().text(),