diff --git a/lib/routes/segmentfault/channel.js b/lib/routes/segmentfault/channel.js index f4fcfb0827..ecd8035fc2 100644 --- a/lib/routes/segmentfault/channel.js +++ b/lib/routes/segmentfault/channel.js @@ -75,6 +75,7 @@ module.exports = async (ctx) => { // 文章 description = $('div.article.fmt.article__content') .html() + .replace(/data-src="/g, 'src="https://segmentfault.com') .trim(); const date_v = $('div.article__authorright > span') .text()