mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
fix segmentfault图片不显示 (#1938)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user