diff --git a/lib/routes/engadget-cn/home.js b/lib/routes/engadget-cn/home.js index 90da444092..9620cc92f3 100644 --- a/lib/routes/engadget-cn/home.js +++ b/lib/routes/engadget-cn/home.js @@ -7,7 +7,7 @@ module.exports = async (ctx) => { const ProcessFeed = (data) => { const $ = cheerio.load(data); - return $.html('#page_body .stretch-img') + '
' + $.html('.article-text'); + return $('#post-center-col > div:nth-child(1)').html(); }; const items = await Promise.all(