diff --git a/lib/routes/t66y/index.js b/lib/routes/t66y/index.js index 2e9095b8f0..8c4ace892d 100644 --- a/lib/routes/t66y/index.js +++ b/lib/routes/t66y/index.js @@ -55,7 +55,7 @@ module.exports = async (ctx) => { time = regRes === null ? new Date() : new Date(regRes[0]); time.setTime(time.getTime() + (sourceTimezoneOffset - time.getTimezoneOffset() / 60) * 60 * 60 * 1000); - const author = $('#main > div:nth-child(4) > table > tbody > tr.tr1.do_not_catch > th.r_two > b').text(); + const author = $('#main > div:nth-child(4) > table > tbody > tr.tr1.do_not_catch > th:nth-child(1) > b').text(); const content = $('#main > div:nth-child(4) > table > tbody > tr.tr1.do_not_catch > th:nth-child(2) > table > tbody > tr > td > div.tpc_content.do_not_catch').html(); // Change the image tag to display image in rss reader