mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix: sjtu seiee academic (#3815)
This commit is contained in:
@@ -7,17 +7,15 @@ module.exports = workerFactory(
|
||||
author: '上海交通大学电子信息与电气工程学院本科教务办',
|
||||
}),
|
||||
($) =>
|
||||
$('.list_box_5 li')
|
||||
$('.list_style_1 li')
|
||||
.slice(0, 10)
|
||||
.map((i, e) => ({
|
||||
date: $(e)
|
||||
.children('span')
|
||||
.text()
|
||||
.slice(1, -1),
|
||||
.text(),
|
||||
title: $(e)
|
||||
.children('a')
|
||||
.text()
|
||||
.slice(2),
|
||||
.text(),
|
||||
link: $(e)
|
||||
.children('a')
|
||||
.attr('href'),
|
||||
|
||||
Reference in New Issue
Block a user