fix: pornhub category_url dom (#5741)
This commit is contained in:
parent
adb2077e5e
commit
fa81ed9f0f
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue