Fix: t66y DIYgod/RSSHub#6861 (#6908)
This commit is contained in:
parent
fd776393b5
commit
bb7d3ad1f6
|
|
@ -35,7 +35,7 @@ module.exports = async (ctx) => {
|
|||
const $ = cheerio.load(data);
|
||||
const typeTitle = ctx.params.type ? `[${$('.t .fn b').text()}]` : '';
|
||||
let list = $('#ajaxtable > tbody:nth-child(2)');
|
||||
list = $('.tr2', list).not('.tr2.tac').nextAll().slice(0, 25).get();
|
||||
list = $('.tr3', list).not('.tr2.tac').nextAll().slice(0, 25).get();
|
||||
|
||||
const parseContent = (htmlString) => {
|
||||
htmlString = iconv.decode(htmlString, 'gbk');
|
||||
|
|
|
|||
Loading…
Reference in New Issue