rsshub 1.0.0-master.f7cdf8b → 1.0.0-master.f7f8b7a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/config.js +21 -8
- package/lib/middleware/cache/index.js +4 -3
- package/lib/middleware/cache/redis.js +3 -3
- package/lib/middleware/onerror.js +8 -0
- package/lib/middleware/template.js +79 -85
- package/lib/router.js +7 -7
- package/lib/routes/index.js +6 -13
- package/lib/utils/common-utils.js +2 -6
- package/lib/utils/render.js +2 -0
- package/lib/v2/1point3acres/maintainer.js +2 -2
- package/lib/v2/95mm/utils.js +3 -2
- package/lib/v2/aliyun/notice.js +1 -1
- package/lib/v2/amazon/maintainer.js +1 -1
- package/lib/v2/apnews/topics.js +1 -1
- package/lib/v2/arcteryx/maintainer.js +3 -3
- package/lib/v2/bangumi/maintainer.js +1 -0
- package/lib/v2/bangumi/radar.js +6 -0
- package/lib/v2/bangumi/router.js +1 -0
- package/lib/v2/bangumi/tv/user/wish.js +38 -0
- package/lib/v2/bellroy/maintainer.js +1 -1
- package/lib/v2/bilibili/cache.js +10 -7
- package/lib/v2/bilibili/maintainer.js +1 -0
- package/lib/v2/bilibili/platform.js +43 -0
- package/lib/v2/bilibili/radar.js +8 -0
- package/lib/v2/bilibili/router.js +1 -0
- package/lib/v2/bilibili/video.js +8 -1
- package/lib/v2/bossdesign/index.js +41 -0
- package/lib/v2/bossdesign/maintainer.js +3 -0
- package/lib/v2/bossdesign/radar.js +13 -0
- package/lib/v2/bossdesign/router.js +3 -0
- package/lib/v2/brave/latest.js +4 -2
- package/lib/v2/buaa/maintainer.js +4 -0
- package/lib/v2/buaa/news/index.js +46 -0
- package/lib/v2/buaa/radar.js +21 -0
- package/lib/v2/buaa/router.js +4 -0
- package/lib/v2/buaa/sme.js +59 -0
- package/lib/v2/cfachina/analygarden.js +60 -0
- package/lib/v2/cfachina/maintainer.js +3 -0
- package/lib/v2/cfachina/radar.js +13 -0
- package/lib/v2/cfachina/router.js +3 -0
- package/lib/v2/cna/maintainer.js +1 -0
- package/lib/v2/cna/radar.js +6 -0
- package/lib/v2/cna/router.js +1 -0
- package/lib/v2/cna/web/index.js +62 -0
- package/lib/v2/cste/radar.js +1 -1
- package/lib/v2/dahecube/radar.js +40 -4
- package/lib/v2/dongqiudi/utils.js +1 -1
- package/lib/v2/douban/maintainer.js +1 -0
- package/lib/v2/douban/other/discussion.js +58 -0
- package/lib/v2/douban/radar.js +8 -0
- package/lib/v2/douban/router.js +1 -0
- package/lib/v2/dut/defaults.js +4 -0
- package/lib/v2/dut/index.js +21 -9
- package/lib/v2/dut/maintainer.js +8 -7
- package/lib/v2/dut/radar.js +37 -29
- package/lib/v2/dut/shortcuts.js +5 -0
- package/lib/v2/egsea/flash.js +30 -0
- package/lib/v2/egsea/maintainer.js +3 -0
- package/lib/v2/egsea/radar.js +13 -0
- package/lib/v2/egsea/router.js +3 -0
- package/lib/v2/fisher-spb/news.js +1 -2
- package/lib/v2/fosshub/radar.js +1 -1
- package/lib/v2/fxiaoke/crm.js +63 -0
- package/lib/v2/fxiaoke/maintainer.js +3 -0
- package/lib/v2/fxiaoke/radar.js +37 -0
- package/lib/v2/fxiaoke/router.js +3 -0
- package/lib/v2/gdsrx/index.js +72 -0
- package/lib/v2/gdsrx/maintainer.js +3 -0
- package/lib/v2/gdsrx/radar.js +61 -0
- package/lib/v2/gdsrx/router.js +3 -0
- package/lib/v2/gogoanimehd/radar.js +1 -1
- package/lib/v2/gogoanimehd/recent-releases.js +1 -1
- package/lib/v2/google/alerts.js +33 -0
- package/lib/v2/google/maintainer.js +1 -0
- package/lib/v2/google/router.js +1 -0
- package/lib/v2/gov/maintainer.js +9 -2
- package/lib/v2/gov/moa/zdscxx.js +104 -0
- package/lib/v2/gov/mot/index.js +66 -0
- package/lib/v2/gov/nea/ghs.js +58 -0
- package/lib/v2/gov/nifdc/index.js +40 -33
- package/lib/v2/gov/radar.js +232 -4
- package/lib/v2/gov/router.js +10 -2
- package/lib/v2/gov/safe/business.js +8 -0
- package/lib/v2/gov/safe/complaint.js +8 -0
- package/lib/v2/gov/safe/templates/message.art +25 -0
- package/lib/v2/gov/safe/util.js +87 -0
- package/lib/v2/gov/zhengce/index.js +99 -0
- package/lib/v2/greasyfork/maintainer.js +1 -0
- package/lib/v2/greasyfork/router.js +1 -0
- package/lib/v2/greasyfork/scripts.js +25 -20
- package/lib/{routes/universities → v2}/harvard/health/blog.js +8 -7
- package/lib/v2/harvard/maintainer.js +3 -0
- package/lib/v2/harvard/radar.js +13 -0
- package/lib/v2/harvard/router.js +3 -0
- package/lib/v2/huxiu/briefColumn.js +13 -25
- package/lib/v2/huxiu/channel.js +28 -0
- package/lib/v2/huxiu/club.js +30 -0
- package/lib/v2/huxiu/collection.js +14 -26
- package/lib/v2/huxiu/maintainer.js +8 -5
- package/lib/v2/huxiu/member.js +27 -0
- package/lib/v2/huxiu/moment.js +11 -25
- package/lib/v2/huxiu/radar.js +24 -16
- package/lib/v2/huxiu/router.js +7 -4
- package/lib/v2/huxiu/search.js +16 -21
- package/lib/v2/huxiu/tag.js +13 -25
- package/lib/v2/huxiu/templates/description.art +46 -0
- package/lib/v2/huxiu/util.js +460 -0
- package/lib/v2/ifi-audio/maintainer.js +1 -1
- package/lib/v2/imiker/jinghua.js +87 -0
- package/lib/v2/imiker/maintainer.js +3 -0
- package/lib/v2/imiker/radar.js +13 -0
- package/lib/v2/imiker/router.js +3 -0
- package/lib/v2/imiker/templates/description.art +32 -0
- package/lib/v2/inoreader/maintainer.js +1 -1
- package/lib/v2/instagram/common-utils.js +7 -4
- package/lib/v2/instagram/templates/images.art +9 -2
- package/lib/v2/instagram/templates/video.art +4 -1
- package/lib/v2/instagram/web-api/index.js +30 -9
- package/lib/v2/instagram/web-api/utils.js +149 -25
- package/lib/v2/kemono/index.js +26 -2
- package/lib/v2/kemono/radar.js +1 -1
- package/lib/v2/kepu/live.js +89 -0
- package/lib/v2/kepu/maintainer.js +3 -0
- package/lib/v2/kepu/radar.js +13 -0
- package/lib/v2/kepu/router.js +3 -0
- package/lib/v2/kepu/templates/description.art +33 -0
- package/lib/v2/leetcode/maintainer.js +1 -1
- package/lib/v2/lightnovel/lightNovel.js +62 -0
- package/lib/v2/lightnovel/maintainer.js +3 -0
- package/lib/v2/lightnovel/radar.js +13 -0
- package/lib/v2/lightnovel/router.js +3 -0
- package/lib/v2/line/radar.js +1 -1
- package/lib/v2/liquipedia/cs_matches.js +52 -0
- package/lib/v2/liquipedia/dota2_matches.js +47 -0
- package/lib/v2/liquipedia/maintainer.js +4 -0
- package/lib/v2/liquipedia/radar.js +19 -0
- package/lib/v2/liquipedia/router.js +4 -0
- package/lib/v2/magazinelib/maintainer.js +1 -1
- package/lib/v2/mihoyo/radar.js +1 -1
- package/lib/v2/missav/maintainer.js +3 -0
- package/lib/v2/missav/new.js +36 -0
- package/lib/v2/missav/radar.js +13 -0
- package/lib/v2/missav/router.js +3 -0
- package/lib/v2/missav/templates/preview.art +3 -0
- package/lib/v2/modb/maintainer.js +3 -0
- package/lib/v2/modb/radar.js +13 -0
- package/lib/v2/modb/router.js +3 -0
- package/lib/v2/modb/topic.js +59 -0
- package/lib/v2/nature/cover.js +32 -42
- package/lib/v2/nature/highlight.js +2 -2
- package/lib/v2/nature/news-and-comment.js +2 -2
- package/lib/v2/nature/news.js +2 -2
- package/lib/v2/nature/research.js +2 -2
- package/lib/v2/nature/siteindex.js +5 -5
- package/lib/v2/nature/utils.js +124 -5
- package/lib/v2/ncu/jwc.js +33 -0
- package/lib/v2/ncu/maintainer.js +3 -0
- package/lib/v2/ncu/radar.js +13 -0
- package/lib/v2/ncu/router.js +3 -0
- package/lib/v2/nmtv/radar.js +1 -1
- package/lib/v2/oo-software/radar.js +1 -1
- package/lib/v2/patagonia/maintainer.js +1 -1
- package/lib/v2/phoronix/index.js +177 -48
- package/lib/v2/phoronix/maintainer.js +1 -1
- package/lib/v2/phoronix/radar.js +3 -3
- package/lib/v2/phoronix/router.js +1 -1
- package/lib/v2/picnob/maintainer.js +1 -1
- package/lib/v2/picnob/templates/desc.art +3 -3
- package/lib/v2/picnob/user.js +74 -37
- package/lib/v2/picnob/utils.js +24 -0
- package/lib/v2/qbitai/category.js +27 -0
- package/lib/v2/qbitai/maintainer.js +4 -0
- package/lib/v2/qbitai/radar.js +19 -0
- package/lib/v2/qbitai/router.js +4 -0
- package/lib/v2/qbitai/tag.js +27 -0
- package/lib/v2/questmobile/maintainer.js +3 -0
- package/lib/v2/questmobile/radar.js +18 -0
- package/lib/v2/questmobile/report.js +127 -0
- package/lib/v2/questmobile/router.js +3 -0
- package/lib/v2/questmobile/templates/description.art +17 -0
- package/lib/v2/readhub/daily.js +43 -0
- package/lib/v2/readhub/index.js +19 -72
- package/lib/v2/readhub/maintainer.js +1 -0
- package/lib/v2/readhub/radar.js +6 -0
- package/lib/v2/readhub/router.js +1 -0
- package/lib/v2/readhub/util.js +69 -0
- package/lib/v2/routledge/book-series.js +78 -0
- package/lib/v2/routledge/maintainer.js +3 -0
- package/lib/v2/routledge/radar.js +13 -0
- package/lib/v2/routledge/router.js +3 -0
- package/lib/v2/routledge/templates/description.art +7 -0
- package/lib/v2/showstart/artist.js +15 -0
- package/lib/v2/showstart/brand.js +15 -0
- package/lib/v2/showstart/const.js +4 -0
- package/lib/v2/showstart/event.js +18 -0
- package/lib/v2/showstart/maintainer.js +6 -0
- package/lib/v2/showstart/radar.js +40 -0
- package/lib/v2/showstart/router.js +6 -0
- package/lib/v2/showstart/search.js +51 -0
- package/lib/v2/showstart/service.js +166 -0
- package/lib/v2/showstart/utils.js +92 -0
- package/lib/v2/snowpeak/maintainer.js +1 -1
- package/lib/v2/sony/maintainer.js +1 -1
- package/lib/v2/sse/disclosure.js +4 -3
- package/lib/v2/sspu/jwc.js +44 -0
- package/lib/v2/sspu/maintainer.js +3 -0
- package/lib/v2/sspu/radar.js +13 -0
- package/lib/v2/sspu/router.js +3 -0
- package/lib/v2/techcrunch/maintainer.js +1 -1
- package/lib/v2/theatlantic/maintainer.js +1 -1
- package/lib/v2/thepaper/radar.js +2 -2
- package/lib/v2/threads/index.js +20 -150
- package/lib/v2/threads/utils.js +147 -0
- package/lib/v2/twitter/keyword.js +1 -3
- package/lib/v2/twitter/media.js +1 -5
- package/lib/v2/twitter/user.js +1 -3
- package/lib/v2/twitter/utils.js +5 -3
- package/lib/v2/twitter/web-api/constants.js +80 -68
- package/lib/v2/twitter/web-api/twitter-api.js +96 -103
- package/lib/v2/uniqlo/maintainer.js +3 -0
- package/lib/v2/uniqlo/new.js +62 -0
- package/lib/v2/uniqlo/radar.js +12 -0
- package/lib/v2/uniqlo/router.js +3 -0
- package/lib/v2/wechat/maintainer.js +1 -1
- package/lib/v2/weibo/maintainer.js +1 -1
- package/lib/v2/weibo/radar.js +1 -1
- package/lib/v2/weibo/router.js +1 -1
- package/lib/v2/weibo/search/hot.js +118 -7
- package/lib/v2/weibo/search/template/digest.art +17 -0
- package/lib/v2/xiaohongshu/util.js +17 -7
- package/lib/v2/xmnn/docs.js +0 -0
- package/lib/v2/xmnn/maintainer.js +1 -0
- package/lib/v2/xmnn/news.js +65 -0
- package/lib/v2/xmnn/radar.js +67 -1
- package/lib/v2/xmnn/router.js +1 -0
- package/lib/v2/xsijishe/maintainer.js +1 -0
- package/lib/v2/xsijishe/radar.js +12 -0
- package/lib/v2/xsijishe/rank.js +60 -0
- package/lib/v2/xsijishe/router.js +1 -0
- package/lib/v2/yahoo/maintainer.js +2 -0
- package/lib/v2/yahoo/news/tw/index.js +24 -0
- package/lib/v2/yahoo/news/tw/provider-helper.js +22 -0
- package/lib/v2/yahoo/news/tw/provider.js +24 -0
- package/lib/v2/yahoo/news/tw/utils.js +129 -0
- package/lib/v2/yahoo/radar.js +29 -1
- package/lib/v2/yahoo/router.js +4 -1
- package/lib/v2/yahoo/templates/youtube.art +1 -0
- package/lib/v2/yuque/book.js +6 -1
- package/lib/v2/yuque/utils.js +16 -0
- package/lib/v2/zagg/maintainer.js +1 -1
- package/lib/views/error.art +1 -1
- package/lib/views/rss3-ums.js +62 -0
- package/lib/views/welcome.art +1 -1
- package/package.json +45 -39
- package/lib/routes/egsea/flash.js +0 -40
- package/lib/routes/gov/moa/sjzxfb.js +0 -20
- package/lib/routes/liquipedia/dota2_matches.js +0 -50
- package/lib/routes/questmobile/report.js +0 -121
- package/lib/routes/uniqlo/stylingbook.js +0 -24
- package/lib/routes/universities/buaa/news/index.js +0 -66
- package/lib/routes/universities/buaa/utils.js +0 -57
- package/lib/v2/gov/zhengce/zuixin.js +0 -39
- package/lib/v2/huxiu/article.js +0 -33
- package/lib/v2/huxiu/author.js +0 -36
- package/lib/v2/huxiu/templates/brief.art +0 -22
- package/lib/v2/huxiu/templates/img.art +0 -3
- package/lib/v2/huxiu/templates/moment.art +0 -16
- package/lib/v2/huxiu/templates/video.art +0 -7
- package/lib/v2/huxiu/utils.js +0 -154
- package/lib/v2/twitter/web-api/twitter-got.js +0 -113
- /package/lib/{routes → v2}/gov/moa/moa.js +0 -0
- /package/lib/v2/yahoo/news/{index.js → us/index.js} +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const { keyword } = ctx.params;
|
|
6
|
+
|
|
7
|
+
const { data: response, url: link } = await got('https://www.google.com/alerts/preview', {
|
|
8
|
+
searchParams: {
|
|
9
|
+
params: `[null,[null,null,null,[null,"${keyword}","com",[null,"en","US"],null,null,null,0,0],null,3,[[null,1,"user@example.com",[null,null,20],2,"en-US",null,null,null,null,null,"0",null,null,"AB2Xq4hcilCERh73EFWJVHXx-io2lhh1EhC8UD8"]]],0]`,
|
|
10
|
+
},
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const $ = cheerio.load(response, null, false);
|
|
14
|
+
|
|
15
|
+
const items = $('li.result')
|
|
16
|
+
.toArray()
|
|
17
|
+
.map((item) => {
|
|
18
|
+
item = $(item);
|
|
19
|
+
const title = item.find('.result_title a');
|
|
20
|
+
return {
|
|
21
|
+
title: title.text(),
|
|
22
|
+
link: new URL(title.attr('href')).searchParams.get('url'),
|
|
23
|
+
author: item.find('.result_source').text(),
|
|
24
|
+
description: item.find('.snippet').html(),
|
|
25
|
+
};
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
ctx.state.data = {
|
|
29
|
+
title: `Google Alerts - ${keyword}`,
|
|
30
|
+
link,
|
|
31
|
+
item: items,
|
|
32
|
+
};
|
|
33
|
+
};
|
package/lib/v2/google/router.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
module.exports = function (router) {
|
|
2
2
|
router.get('/album/:id', require('./album'));
|
|
3
|
+
router.get('/alerts/:keyword', require('./alerts'));
|
|
3
4
|
router.get('/citations/:id', require('./citations'));
|
|
4
5
|
router.get('/doodles/:language?', require('./doodles'));
|
|
5
6
|
router.get('/fonts/:sort?', require('./fonts'));
|
package/lib/v2/gov/maintainer.js
CHANGED
|
@@ -29,12 +29,16 @@ module.exports = {
|
|
|
29
29
|
'/miit/zcwj': ['Yoge-Code'],
|
|
30
30
|
'/miit/wjgs': ['Yoge-Code'],
|
|
31
31
|
'/miit/zcjd': ['Yoge-Code'],
|
|
32
|
+
'/moa/zdscxx/:channel?/:source?': ['MisteryMonster', 'nczitzk'],
|
|
33
|
+
'/moa/:suburl': ['Origami404'],
|
|
32
34
|
'/moe/:type': ['Crawler995'],
|
|
33
35
|
'/moe/s78/:column': ['TonyRL'],
|
|
34
36
|
'/mofcom/article/:suffix+': ['LogicJake'],
|
|
35
37
|
'/moj/aac/news/:type?': ['TonyRL'],
|
|
38
|
+
'/mot/:category?': ['nczitzk'],
|
|
39
|
+
'/nea/sjzz/ghs': ['nczitzk'],
|
|
36
40
|
'/news/:uid': ['EsuRt'],
|
|
37
|
-
'/nifdc/:path
|
|
41
|
+
'/nifdc/:path?': ['nczitzk'],
|
|
38
42
|
'/nmpa/:path+': ['TonyRL'],
|
|
39
43
|
'/nopss/:path+': ['nczitzk'],
|
|
40
44
|
'/npc/:caty': ['233yeee'],
|
|
@@ -46,12 +50,15 @@ module.exports = {
|
|
|
46
50
|
'/pbc/tradeAnnouncement': ['nczitzk'],
|
|
47
51
|
'/pbc/zcyj': ['Fatpandac'],
|
|
48
52
|
'/samr/xgzlyhd/:category?/:department?': ['nczitzk'],
|
|
53
|
+
'/safe/bussiness/:site?': ['nczitzk'],
|
|
54
|
+
'/safe/complaint/:site?': ['nczitzk'],
|
|
49
55
|
'/sasac/:path+': ['TonyRL'],
|
|
50
56
|
'/stats/:path+': ['bigfei', 'nczitzk'],
|
|
51
57
|
'/zhengce/govall/:advance?': ['ciaranchen'],
|
|
52
58
|
'/zhengce/wenjian/:pcodeJiguan?': ['ciaranchen'],
|
|
53
59
|
'/zhengce/zhengceku/:department': ['zxx-457'],
|
|
54
|
-
'/zhengce/zuixin': ['SettingDust'],
|
|
60
|
+
'/zhengce/zuixin': ['SettingDust', 'nczitzk'],
|
|
61
|
+
'/zhengce/:category?': ['nczitzk'],
|
|
55
62
|
// province
|
|
56
63
|
'/anhui/kjt/:path?': ['nczitzk'],
|
|
57
64
|
'/beijing/bphc/:channel': ['bigfei'],
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const { category } = ctx.params;
|
|
7
|
+
const limit = ctx.query.limit ? parseInt(ctx.query.limit, 10) : 5;
|
|
8
|
+
|
|
9
|
+
const domain = 'moa.gov.cn';
|
|
10
|
+
const rootFrameUrl = `http://www.${domain}`;
|
|
11
|
+
const rootUrl = `http://zdscxx.${domain}:8080`;
|
|
12
|
+
const apiUrl = new URL('nyb/getMessages', rootUrl).href;
|
|
13
|
+
const apiDetailUrl = new URL('nyb/getMessagesById', rootUrl).href;
|
|
14
|
+
const currentUrl = new URL('nyb/pc/messageList.jsp', rootUrl).href;
|
|
15
|
+
const frameUrl = new URL('iframe/top_sj/', rootFrameUrl).href;
|
|
16
|
+
|
|
17
|
+
let filterForm = {};
|
|
18
|
+
|
|
19
|
+
if (category) {
|
|
20
|
+
const apiFilterUrl = new URL('nyb/getMessageFilters', rootUrl).href;
|
|
21
|
+
|
|
22
|
+
const { data: filterResponse } = await got.post(apiFilterUrl, {
|
|
23
|
+
form: {
|
|
24
|
+
type: '',
|
|
25
|
+
isLatestMessage: false,
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
const filters = filterResponse.result.reduce((filters, f) => {
|
|
30
|
+
filters[f.name] = f.data.map((d) => d.name);
|
|
31
|
+
return filters;
|
|
32
|
+
}, {});
|
|
33
|
+
|
|
34
|
+
filterForm = category.split(/\//).reduce((form, c) => {
|
|
35
|
+
Object.keys(filters)
|
|
36
|
+
.filter((key) => filters[key].includes(c))
|
|
37
|
+
.forEach((key) => {
|
|
38
|
+
form[key] = c;
|
|
39
|
+
});
|
|
40
|
+
return form;
|
|
41
|
+
}, {});
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
const { data: response } = await got.post(apiUrl, {
|
|
45
|
+
form: {
|
|
46
|
+
page: 1,
|
|
47
|
+
rows: limit,
|
|
48
|
+
type: '',
|
|
49
|
+
isLatestMessage: false,
|
|
50
|
+
...filterForm,
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
let items = response.result.table.slice(0, limit).map((item) => ({
|
|
55
|
+
title: item.title,
|
|
56
|
+
link: item.id,
|
|
57
|
+
guid: `moa-zdscxx-${item.id}`,
|
|
58
|
+
pubDate: parseDate(item.date),
|
|
59
|
+
}));
|
|
60
|
+
|
|
61
|
+
items = await Promise.all(
|
|
62
|
+
items.map((item) =>
|
|
63
|
+
ctx.cache.tryGet(item.guid, async () => {
|
|
64
|
+
const { data: detailResponse } = await got.post(apiDetailUrl, {
|
|
65
|
+
form: {
|
|
66
|
+
id: item.link,
|
|
67
|
+
},
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
const data = detailResponse.result;
|
|
71
|
+
|
|
72
|
+
item.title = data.title;
|
|
73
|
+
item.link = new URL(`nyb/pc/messageView.jsp?id=${item.link}`, rootUrl).href;
|
|
74
|
+
item.description = data.content;
|
|
75
|
+
item.author = data.source;
|
|
76
|
+
item.pubDate = parseDate(data.date);
|
|
77
|
+
|
|
78
|
+
return item;
|
|
79
|
+
})
|
|
80
|
+
)
|
|
81
|
+
);
|
|
82
|
+
|
|
83
|
+
const { data: frameResponse } = await got(frameUrl);
|
|
84
|
+
|
|
85
|
+
const $ = cheerio.load(frameResponse);
|
|
86
|
+
|
|
87
|
+
const title = $('title').text();
|
|
88
|
+
const description = '数据';
|
|
89
|
+
const icon = new URL('favicon.ico', rootUrl).href;
|
|
90
|
+
|
|
91
|
+
ctx.state.data = {
|
|
92
|
+
item: items,
|
|
93
|
+
title: `${title} - ${description} - ${category}`,
|
|
94
|
+
link: currentUrl,
|
|
95
|
+
description,
|
|
96
|
+
language: 'zh',
|
|
97
|
+
image: $('h1.logo a img').prop('src'),
|
|
98
|
+
icon,
|
|
99
|
+
logo: icon,
|
|
100
|
+
subtitle: category,
|
|
101
|
+
author: title,
|
|
102
|
+
allowEmpty: true,
|
|
103
|
+
};
|
|
104
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const timezone = require('@/utils/timezone');
|
|
4
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
5
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
const { category = 'tongjishuju/gonglu' } = ctx.params;
|
|
8
|
+
const limit = ctx.query.limit ? parseInt(ctx.query.limit, 10) : 30;
|
|
9
|
+
|
|
10
|
+
const rootUrl = 'https://www.mot.gov.cn';
|
|
11
|
+
const currentUrl = new URL(`${category}/`, rootUrl).href;
|
|
12
|
+
|
|
13
|
+
const { data: response } = await got(currentUrl);
|
|
14
|
+
|
|
15
|
+
const $ = cheerio.load(response);
|
|
16
|
+
|
|
17
|
+
let items = $('div.tab-pane a[title]')
|
|
18
|
+
.slice(0, limit)
|
|
19
|
+
.toArray()
|
|
20
|
+
.map((item) => {
|
|
21
|
+
item = $(item);
|
|
22
|
+
|
|
23
|
+
const link = item.prop('href');
|
|
24
|
+
|
|
25
|
+
return {
|
|
26
|
+
title: item.prop('title'),
|
|
27
|
+
link: link.startsWith('http') ? link : new URL(item.prop('href'), currentUrl).href,
|
|
28
|
+
pubDate: parseDate(item.find('span.badge').text()),
|
|
29
|
+
};
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
items = await Promise.all(
|
|
33
|
+
items.map((item) =>
|
|
34
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
35
|
+
if (/\.gov\.cn/.test(item.link) && item.link.endsWith('.html')) {
|
|
36
|
+
const { data: detailResponse } = await got(item.link);
|
|
37
|
+
|
|
38
|
+
const content = cheerio.load(detailResponse);
|
|
39
|
+
|
|
40
|
+
item.title = content('meta[name="ArticleTitle"]').prop('content') || content('h1#ti').text();
|
|
41
|
+
item.description = content('div.TRS_UEDITOR').html();
|
|
42
|
+
item.author = [...new Set([content('meta[name="Author"]').prop('content'), content('meta[name="ContentSource"]').prop('content')])].filter((a) => a);
|
|
43
|
+
item.category = [
|
|
44
|
+
...new Set([content('meta[name="ColumnName"]').prop('content'), content('meta[name="ColumnType"]').prop('content'), ...(content('meta[name="Keywords"]').prop('content')?.split(/,|;/) ?? [])]),
|
|
45
|
+
].filter((c) => c);
|
|
46
|
+
item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').prop('content')), +8);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
return item;
|
|
50
|
+
})
|
|
51
|
+
)
|
|
52
|
+
);
|
|
53
|
+
|
|
54
|
+
const image = new URL($('a.navbar-brand img').prop('src'), rootUrl).href;
|
|
55
|
+
|
|
56
|
+
ctx.state.data = {
|
|
57
|
+
item: items,
|
|
58
|
+
title: $('title').text(),
|
|
59
|
+
link: currentUrl,
|
|
60
|
+
description: $('meta[name="ColumnDescription"]').prop('content'),
|
|
61
|
+
language: $('html').prop('lang'),
|
|
62
|
+
image,
|
|
63
|
+
subtitle: $('meta[name="ColumnName"]').prop('content'),
|
|
64
|
+
author: $('meta[name="SiteName"]').prop('content'),
|
|
65
|
+
};
|
|
66
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const timezone = require('@/utils/timezone');
|
|
4
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
5
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
const limit = ctx.query.limit ? parseInt(ctx.query.limit, 10) : 35;
|
|
8
|
+
|
|
9
|
+
const rootUrl = 'https://www.nea.gov.cn';
|
|
10
|
+
const currentUrl = new URL('sjzz/ghs/', rootUrl).href;
|
|
11
|
+
|
|
12
|
+
const { data: response } = await got(currentUrl);
|
|
13
|
+
|
|
14
|
+
const $ = cheerio.load(response);
|
|
15
|
+
|
|
16
|
+
let items = $('div.right_box ul li')
|
|
17
|
+
.slice(0, limit)
|
|
18
|
+
.toArray()
|
|
19
|
+
.map((item) => {
|
|
20
|
+
item = $(item);
|
|
21
|
+
|
|
22
|
+
const a = item.find('a');
|
|
23
|
+
|
|
24
|
+
return {
|
|
25
|
+
title: a.text(),
|
|
26
|
+
link: a.prop('href'),
|
|
27
|
+
pubDate: parseDate(item.find('span.date-tex').text()),
|
|
28
|
+
};
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
items = await Promise.all(
|
|
32
|
+
items.map((item) =>
|
|
33
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
34
|
+
const { data: detailResponse } = await got(item.link);
|
|
35
|
+
|
|
36
|
+
const content = cheerio.load(detailResponse);
|
|
37
|
+
|
|
38
|
+
item.title = content('meta[name="ArticleTitle"]').prop('content');
|
|
39
|
+
item.description = content('td.detail').html() || content('div.article-content td').html();
|
|
40
|
+
item.author = content('meta[name="ContentSource"]').prop('content');
|
|
41
|
+
item.category = content('meta[name="keywords"]').prop('content').split(/,/);
|
|
42
|
+
item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').prop('content')), +8);
|
|
43
|
+
|
|
44
|
+
return item;
|
|
45
|
+
})
|
|
46
|
+
)
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
ctx.state.data = {
|
|
50
|
+
item: items,
|
|
51
|
+
title: $('title').text(),
|
|
52
|
+
link: currentUrl,
|
|
53
|
+
description: $('meta[name="ColumnDescription"]').prop('content'),
|
|
54
|
+
language: 'zh',
|
|
55
|
+
subtitle: $('meta[name="ColumnType"]').prop('content'),
|
|
56
|
+
author: $('meta[name="ColumnKeywords"]').prop('content'),
|
|
57
|
+
};
|
|
58
|
+
};
|
|
@@ -4,58 +4,55 @@ const timezone = require('@/utils/timezone');
|
|
|
4
4
|
const { parseDate } = require('@/utils/parse-date');
|
|
5
5
|
|
|
6
6
|
module.exports = async (ctx) => {
|
|
7
|
-
const
|
|
7
|
+
const { path = 'bshff/ylqxbzhgl/qxggtzh' } = ctx.params;
|
|
8
|
+
const limit = ctx.query.limit ? parseInt(ctx.query.limit, 10) : 30;
|
|
8
9
|
|
|
9
10
|
const rootUrl = 'https://www.nifdc.org.cn';
|
|
10
|
-
const currentUrl =
|
|
11
|
+
const currentUrl = new URL(`nifdc/${path}/`, rootUrl).href;
|
|
11
12
|
|
|
12
|
-
const response = await got(
|
|
13
|
-
method: 'get',
|
|
14
|
-
url: currentUrl,
|
|
15
|
-
});
|
|
13
|
+
const { data: response } = await got(currentUrl);
|
|
16
14
|
|
|
17
|
-
const $ = cheerio.load(response
|
|
15
|
+
const $ = cheerio.load(response);
|
|
18
16
|
|
|
19
|
-
let items = $('.list ul li
|
|
20
|
-
.slice(0,
|
|
17
|
+
let items = $('div.list ul li')
|
|
18
|
+
.slice(0, limit)
|
|
21
19
|
.toArray()
|
|
22
20
|
.map((item) => {
|
|
23
21
|
item = $(item);
|
|
24
22
|
|
|
25
|
-
const
|
|
23
|
+
const a = item.find('a');
|
|
24
|
+
const link = a.prop('href');
|
|
26
25
|
|
|
27
26
|
return {
|
|
28
|
-
title:
|
|
29
|
-
link:
|
|
30
|
-
pubDate: parseDate(
|
|
31
|
-
item
|
|
32
|
-
.next()
|
|
33
|
-
.text()
|
|
34
|
-
.match(/\((.*)\)/)
|
|
35
|
-
),
|
|
27
|
+
title: a.prop('title') || a.text(),
|
|
28
|
+
link: link.startsWith('http') ? link : new URL(link, currentUrl).href,
|
|
29
|
+
pubDate: parseDate(item.find('span').text().replace(/\(|\)/g, '')),
|
|
36
30
|
};
|
|
37
31
|
});
|
|
38
32
|
|
|
39
33
|
items = await Promise.all(
|
|
40
34
|
items.map((item) =>
|
|
41
35
|
ctx.cache.tryGet(item.link, async () => {
|
|
42
|
-
|
|
43
|
-
const { data:
|
|
36
|
+
try {
|
|
37
|
+
const { data: detailResponse } = await got(item.link);
|
|
44
38
|
|
|
45
|
-
const content = cheerio.load(
|
|
39
|
+
const content = cheerio.load(detailResponse);
|
|
46
40
|
|
|
47
|
-
item.
|
|
48
|
-
item.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
41
|
+
item.title = content('.title').text();
|
|
42
|
+
item.description = content('div.text').append(content('div.fujian')).html();
|
|
43
|
+
item.author = content('meta[name="ContentSource"]').prop('content');
|
|
44
|
+
item.category = [
|
|
45
|
+
...new Set([content('meta[name="ColumnName"]').prop('content'), content('meta[name="ColumnType"]').prop('content'), ...(content('meta[name="ColumnKeywords"]').prop('content').split(/,|;/) ?? [])]),
|
|
46
|
+
].filter((c) => c);
|
|
47
|
+
item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').prop('content')), +8);
|
|
48
|
+
item.enclosure_url = content('a.fujianClass').first().prop('href');
|
|
54
49
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
50
|
+
if (item.enclosure_url) {
|
|
51
|
+
item.enclosure_url = new URL(item.enclosure_url, rootUrl).href;
|
|
52
|
+
item.enclosure_type = `application/${item.enclosure_url.split(/\./).pop()}`;
|
|
53
|
+
}
|
|
54
|
+
} catch (e) {
|
|
55
|
+
// no-empty
|
|
59
56
|
}
|
|
60
57
|
|
|
61
58
|
return item;
|
|
@@ -63,9 +60,19 @@ module.exports = async (ctx) => {
|
|
|
63
60
|
)
|
|
64
61
|
);
|
|
65
62
|
|
|
63
|
+
const image = new URL($('div.logo img').prop('src'), currentUrl).href;
|
|
64
|
+
const icon = new URL($('link[rel="shortcut icon"]').prop('href'), currentUrl).href;
|
|
65
|
+
|
|
66
66
|
ctx.state.data = {
|
|
67
|
+
item: items,
|
|
67
68
|
title: $('title').text().replace(/----/, ' - '),
|
|
68
69
|
link: currentUrl,
|
|
69
|
-
|
|
70
|
+
description: $('meta[name="ColumnDescription"]').prop('content'),
|
|
71
|
+
language: 'zh',
|
|
72
|
+
image,
|
|
73
|
+
icon,
|
|
74
|
+
logo: icon,
|
|
75
|
+
subtitle: $('meta[ name="ColumnName"]').prop('content'),
|
|
76
|
+
author: $('meta[name="SiteName"]').prop('content'),
|
|
70
77
|
};
|
|
71
78
|
};
|