fix: sjtu seiee academic (#3815)

This commit is contained in:
hoilc
2020-02-01 17:13:58 +08:00
committed by GitHub
parent 0296a5a0c9
commit 79ba48cbc5
@@ -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'),