fix: pornhub category_url dom (#5741)

This commit is contained in:
I2IMk 2020-10-03 06:38:01 +08:00 committed by GitHub
parent adb2077e5e
commit fa81ed9f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(),