Files
RSSHub/lib/v2/pku/utils.js
DylanXie123 10acacfa46 feat(route): add 北京大学学生就业指导服务中心 (#7904)
* feat(route): add 北京大学学生就业指导服务中心

* fix(route): get content from sript tag

request content in script tag to get full text

* fix(doc): fix parameter description

* fix(route): fix header and selector

* add test request and wait

* docs: fix warning

* refactor: migrate to v2

* fix: eecs

refactor: legacy url.resolve

refactor: use parseDate from utils

* docs: fix recruit path

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-04-24 23:14:17 +08:00

16 lines
253 B
JavaScript

const eecsMap = new Map([
[0, 'qb.htm'],
[1, 'xytz.htm'],
[2, 'rstz.htm'],
[6, 'jwtz.htm'],
[8, 'xgtz.htm'],
[7, 'kytz.htm'],
[5, 'cwtz.htm'],
[3, 'ghtz.htm'],
[4, 'yytz.htm'],
]);
module.exports = {
eecsMap,
};