mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
fix segmentfault图片不显示 (#1938)
This commit is contained in:
@@ -75,6 +75,7 @@ module.exports = async (ctx) => {
|
|||||||
// 文章
|
// 文章
|
||||||
description = $('div.article.fmt.article__content')
|
description = $('div.article.fmt.article__content')
|
||||||
.html()
|
.html()
|
||||||
|
.replace(/data-src="/g, 'src="https://segmentfault.com')
|
||||||
.trim();
|
.trim();
|
||||||
const date_v = $('div.article__authorright > span')
|
const date_v = $('div.article__authorright > span')
|
||||||
.text()
|
.text()
|
||||||
|
|||||||
Reference in New Issue
Block a user