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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rsshub",
|
|
3
|
-
"version": "1.0.0-master.
|
|
3
|
+
"version": "1.0.0-master.f7f8b7a",
|
|
4
4
|
"description": "Make RSS Great Again!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"RSS"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"eslint --cache --fix",
|
|
25
25
|
"prettier --ignore-unknown --ignore-path ./.gitignore --write"
|
|
26
26
|
],
|
|
27
|
-
"*.md": "node website/docs/.format/format.mjs --staged",
|
|
27
|
+
"*.md?(x)": "node website/docs/.format/format.mjs --staged",
|
|
28
28
|
"*.yml": "eslint --cache --fix"
|
|
29
29
|
},
|
|
30
30
|
"nodemonConfig": {
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@koa/router": "12.0.1",
|
|
70
|
-
"@notionhq/client": "2.2.
|
|
70
|
+
"@notionhq/client": "2.2.14",
|
|
71
71
|
"@postlight/parser": "2.2.3",
|
|
72
|
-
"@sentry/node": "7.
|
|
73
|
-
"@tonyrl/rand-user-agent": "2.0.
|
|
72
|
+
"@sentry/node": "7.88.0",
|
|
73
|
+
"@tonyrl/rand-user-agent": "2.0.42",
|
|
74
74
|
"aes-js": "3.1.2",
|
|
75
75
|
"art-template": "4.13.2",
|
|
76
76
|
"bbcodejs": "0.0.4",
|
|
77
77
|
"cheerio": "1.0.0-rc.12",
|
|
78
|
-
"chrono-node": "2.7.
|
|
78
|
+
"chrono-node": "2.7.3",
|
|
79
79
|
"city-timezones": "1.2.1",
|
|
80
80
|
"crypto-js": "4.2.0",
|
|
81
81
|
"currency-symbol-map": "5.1.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"etag": "1.8.1",
|
|
86
86
|
"fanfou-sdk": "4.2.0",
|
|
87
87
|
"git-rev-sync": "3.0.2",
|
|
88
|
-
"googleapis": "
|
|
88
|
+
"googleapis": "129.0.0",
|
|
89
89
|
"got": "11.8.6",
|
|
90
90
|
"html-to-text": "9.0.5",
|
|
91
91
|
"https-proxy-agent": "7.0.2",
|
|
@@ -95,31 +95,31 @@
|
|
|
95
95
|
"ioredis": "5.3.2",
|
|
96
96
|
"ip-regex": "4.3.0",
|
|
97
97
|
"is-localhost-ip": "2.0.0",
|
|
98
|
-
"jsdom": "
|
|
98
|
+
"jsdom": "23.0.1",
|
|
99
99
|
"json-bigint": "1.0.0",
|
|
100
100
|
"json5": "2.2.3",
|
|
101
|
-
"jsrsasign": "10.
|
|
101
|
+
"jsrsasign": "10.9.0",
|
|
102
102
|
"koa": "2.14.2",
|
|
103
103
|
"koa-basic-auth": "4.0.0",
|
|
104
104
|
"koa-favicon": "2.1.0",
|
|
105
105
|
"koa-mount": "4.0.0",
|
|
106
106
|
"koa-static": "5.0.0",
|
|
107
|
-
"lru-cache": "10.0
|
|
107
|
+
"lru-cache": "10.1.0",
|
|
108
108
|
"lz-string": "1.5.0",
|
|
109
109
|
"mailparser": "3.6.5",
|
|
110
|
-
"markdown-it": "
|
|
110
|
+
"markdown-it": "14.0.0",
|
|
111
111
|
"module-alias": "2.2.3",
|
|
112
112
|
"notion-to-md": "3.1.1",
|
|
113
|
-
"
|
|
113
|
+
"oauth-1.0a": "2.2.6",
|
|
114
114
|
"plist": "3.1.0",
|
|
115
115
|
"proxy-chain": "2.4.0",
|
|
116
|
-
"puppeteer": "21.
|
|
116
|
+
"puppeteer": "21.6.1",
|
|
117
117
|
"puppeteer-extra": "3.3.6",
|
|
118
118
|
"puppeteer-extra-plugin-stealth": "2.11.2",
|
|
119
119
|
"puppeteer-extra-plugin-user-data-dir": "2.4.1",
|
|
120
120
|
"puppeteer-extra-plugin-user-preferences": "2.4.1",
|
|
121
121
|
"query-string": "7.1.3",
|
|
122
|
-
"re2js": "0.4.
|
|
122
|
+
"re2js": "0.4.1",
|
|
123
123
|
"require-all": "3.0.0",
|
|
124
124
|
"rfc4648": "1.5.3",
|
|
125
125
|
"rss-parser": "3.13.0",
|
|
@@ -127,25 +127,27 @@
|
|
|
127
127
|
"socks-proxy-agent": "8.0.2",
|
|
128
128
|
"source-map": "0.7.4",
|
|
129
129
|
"tiny-async-pool": "2.1.0",
|
|
130
|
+
"title": "3.5.3",
|
|
130
131
|
"tough-cookie": "4.1.3",
|
|
131
132
|
"twitter-api-v2": "1.15.2",
|
|
132
|
-
"winston": "3.11.0"
|
|
133
|
+
"winston": "3.11.0",
|
|
134
|
+
"xxhash-wasm": "1.0.2"
|
|
133
135
|
},
|
|
134
136
|
"devDependencies": {
|
|
135
137
|
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
|
136
|
-
"@stylistic/eslint-plugin-js": "1.
|
|
138
|
+
"@stylistic/eslint-plugin-js": "1.5.1",
|
|
137
139
|
"@types/aes-js": "3.1.4",
|
|
138
140
|
"@types/crypto-js": "4.2.1",
|
|
139
|
-
"@types/eslint": "8.44.
|
|
141
|
+
"@types/eslint": "8.44.9",
|
|
140
142
|
"@types/eslint-config-prettier": "6.11.3",
|
|
141
143
|
"@types/etag": "1.8.3",
|
|
142
144
|
"@types/fs-extra": "11.0.4",
|
|
143
145
|
"@types/git-rev-sync": "2.0.2",
|
|
144
146
|
"@types/html-to-text": "9.0.4",
|
|
145
147
|
"@types/imapflow": "1.0.16",
|
|
146
|
-
"@types/jsdom": "21.1.
|
|
148
|
+
"@types/jsdom": "21.1.6",
|
|
147
149
|
"@types/json-bigint": "1.0.4",
|
|
148
|
-
"@types/koa": "2.13.
|
|
150
|
+
"@types/koa": "2.13.12",
|
|
149
151
|
"@types/koa-basic-auth": "2.0.6",
|
|
150
152
|
"@types/koa-favicon": "2.1.3",
|
|
151
153
|
"@types/koa-mount": "4.0.5",
|
|
@@ -153,45 +155,49 @@
|
|
|
153
155
|
"@types/koa__router": "12.0.4",
|
|
154
156
|
"@types/lint-staged": "13.2.2",
|
|
155
157
|
"@types/mailparser": "3.4.4",
|
|
156
|
-
"@types/markdown-it": "13.0.
|
|
158
|
+
"@types/markdown-it": "13.0.7",
|
|
157
159
|
"@types/module-alias": "2.0.4",
|
|
158
|
-
"@types/nodemon": "1.19.
|
|
159
|
-
"@types/pidusage": "2.0.5",
|
|
160
|
+
"@types/nodemon": "1.19.6",
|
|
160
161
|
"@types/plist": "3.0.5",
|
|
161
162
|
"@types/request-promise-native": "1.0.21",
|
|
162
163
|
"@types/require-all": "3.0.6",
|
|
163
164
|
"@types/supertest": "2.0.16",
|
|
164
|
-
"@types/tiny-async-pool": "2.0.
|
|
165
|
+
"@types/tiny-async-pool": "2.0.3",
|
|
165
166
|
"@types/tough-cookie": "4.0.5",
|
|
166
|
-
"@vercel/nft": "0.
|
|
167
|
+
"@vercel/nft": "0.26.0",
|
|
167
168
|
"cross-env": "7.0.3",
|
|
168
|
-
"eslint": "8.
|
|
169
|
-
"eslint-config-prettier": "9.
|
|
170
|
-
"eslint-plugin-n": "16.
|
|
169
|
+
"eslint": "8.55.0",
|
|
170
|
+
"eslint-config-prettier": "9.1.0",
|
|
171
|
+
"eslint-plugin-n": "16.4.0",
|
|
171
172
|
"eslint-plugin-prettier": "5.0.1",
|
|
172
|
-
"eslint-plugin-yml": "1.
|
|
173
|
-
"fs-extra": "11.
|
|
173
|
+
"eslint-plugin-yml": "1.11.0",
|
|
174
|
+
"fs-extra": "11.2.0",
|
|
174
175
|
"husky": "8.0.3",
|
|
175
176
|
"jest": "29.7.0",
|
|
176
177
|
"jest-junit": "16.0.0",
|
|
177
|
-
"lint-staged": "15.
|
|
178
|
+
"lint-staged": "15.2.0",
|
|
178
179
|
"mockdate": "3.0.5",
|
|
179
|
-
"nock": "13.
|
|
180
|
-
"nodemon": "3.0.
|
|
181
|
-
"prettier": "3.1.
|
|
182
|
-
"remark": "
|
|
183
|
-
"remark-
|
|
184
|
-
"remark-
|
|
180
|
+
"nock": "13.4.0",
|
|
181
|
+
"nodemon": "3.0.2",
|
|
182
|
+
"prettier": "3.1.1",
|
|
183
|
+
"remark": "14.0.3",
|
|
184
|
+
"remark-custom-heading-id": "1.0.1",
|
|
185
|
+
"remark-directive": "3.0.0",
|
|
186
|
+
"remark-frontmatter": "4.0.1",
|
|
187
|
+
"remark-gfm": "3.0.1",
|
|
188
|
+
"remark-mdx": "2.3.0",
|
|
185
189
|
"remark-pangu": "2.2.0",
|
|
186
190
|
"remark-parse": "9.0.0",
|
|
187
191
|
"remark-preset-prettier": "0.5.1",
|
|
188
|
-
"remark-stringify": "9.0.1",
|
|
189
192
|
"request-promise-native": "1.0.9",
|
|
190
193
|
"staged-git-files": "1.3.0",
|
|
191
|
-
"string-width": "
|
|
194
|
+
"string-width": "7.0.0",
|
|
192
195
|
"supertest": "6.3.3",
|
|
196
|
+
"to-vfile": "8.0.0",
|
|
193
197
|
"tosource": "2.0.0-alpha.3",
|
|
194
|
-
"unified": "9.2.2"
|
|
198
|
+
"unified": "9.2.2",
|
|
199
|
+
"unist-util-visit": "4.1.2",
|
|
200
|
+
"unist-util-visit-parents": "5.1.3"
|
|
195
201
|
},
|
|
196
202
|
"engines": {
|
|
197
203
|
"node": ">=16"
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
|
|
3
|
-
module.exports = async (ctx) => {
|
|
4
|
-
const response = await got({
|
|
5
|
-
method: 'get',
|
|
6
|
-
url: `https://www.egsea.com/news/flash-list?per-page=30`,
|
|
7
|
-
headers: {
|
|
8
|
-
Referer: `https://www..com/news/flash`,
|
|
9
|
-
},
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
const newsflashes = response.data.data;
|
|
13
|
-
|
|
14
|
-
let newsflashesList = [];
|
|
15
|
-
for (let i = 0; i < newsflashes.length; i++) {
|
|
16
|
-
newsflashesList = newsflashesList.concat(newsflashes[i]);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const out = newsflashesList.map((item) => {
|
|
20
|
-
const pubDate = item.pageTime;
|
|
21
|
-
const link = 'https://www.egsea.com' + item.url;
|
|
22
|
-
const title = item.title;
|
|
23
|
-
const description = item.content;
|
|
24
|
-
|
|
25
|
-
const single = {
|
|
26
|
-
title,
|
|
27
|
-
link,
|
|
28
|
-
pubDate,
|
|
29
|
-
description,
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
return single;
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
ctx.state.data = {
|
|
36
|
-
title: `快讯 - e 公司`,
|
|
37
|
-
link: `https://www.egsea.com/news/flash`,
|
|
38
|
-
item: out,
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
|
|
3
|
-
module.exports = async (ctx) => {
|
|
4
|
-
const response = await got({
|
|
5
|
-
method: 'get',
|
|
6
|
-
url: `http://zdscxx.moa.gov.cn:8080/misportal/echartReport/webData/%E6%9C%80%E6%96%B0%E5%8F%91%E5%B8%83/page1.json`,
|
|
7
|
-
});
|
|
8
|
-
const data = response.data;
|
|
9
|
-
|
|
10
|
-
ctx.state.data = {
|
|
11
|
-
title: '中华人民共和国农业农村部 - 数据 - 最新发布',
|
|
12
|
-
link: `http://zdscxx.moa.gov.cn:8080/nyb/pc/index.jsp`,
|
|
13
|
-
item: data.map((item) => ({
|
|
14
|
-
title: item.title,
|
|
15
|
-
description: item.content,
|
|
16
|
-
link: `http://zdscxx.moa.gov.cn:8080/misportal/public/agricultureMessageViewDC.jsp?page=1&channel=%E6%9C%80%E6%96%B0%E5%8F%91%E5%B8%83&id=${item._id}`,
|
|
17
|
-
pubDate: new Date(item.publishTime),
|
|
18
|
-
})),
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const cheerio = require('cheerio');
|
|
3
|
-
|
|
4
|
-
module.exports = async (ctx) => {
|
|
5
|
-
const team = ctx.params.id;
|
|
6
|
-
const url = `https://liquipedia.net/dota2/${team}`;
|
|
7
|
-
const response = await got({
|
|
8
|
-
method: 'get',
|
|
9
|
-
url,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
const data = response.data;
|
|
13
|
-
|
|
14
|
-
const $ = cheerio.load(data);
|
|
15
|
-
const list = $('div.recent-matches > table > tbody > tr[style]');
|
|
16
|
-
|
|
17
|
-
ctx.state.data = {
|
|
18
|
-
title: `Liquipedia Dota2 ${team} Matches`,
|
|
19
|
-
link: url,
|
|
20
|
-
item:
|
|
21
|
-
list &&
|
|
22
|
-
list
|
|
23
|
-
.map((index, item) => {
|
|
24
|
-
item = $(item);
|
|
25
|
-
let message = '';
|
|
26
|
-
if (item.attr('style') === 'background:rgb(240, 255, 240)') {
|
|
27
|
-
message = '胜';
|
|
28
|
-
} else if (item.attr('style') === 'background:rgb(249, 240, 242)') {
|
|
29
|
-
message = '败';
|
|
30
|
-
} else {
|
|
31
|
-
message = '平';
|
|
32
|
-
}
|
|
33
|
-
const date = item.find('td:nth-child(1)').text();
|
|
34
|
-
const time = item.find('td:nth-child(2)').text();
|
|
35
|
-
const tournament = item.find('td:nth-child(5) > a').text();
|
|
36
|
-
const date_time = new Date(date + ' ' + time).toUTCString();
|
|
37
|
-
const score = item.find('td:nth-child(6)').text();
|
|
38
|
-
const vs_team = item.find('td:nth-child(7) > span > span.team-template-text > a').text();
|
|
39
|
-
|
|
40
|
-
return {
|
|
41
|
-
title: `[${message}] ${score} ${vs_team}`,
|
|
42
|
-
description: `At ${tournament}, ${team} ${score} ${vs_team}`,
|
|
43
|
-
pubDate: date_time,
|
|
44
|
-
link: url,
|
|
45
|
-
guid: url + date_time,
|
|
46
|
-
};
|
|
47
|
-
})
|
|
48
|
-
.get(),
|
|
49
|
-
};
|
|
50
|
-
};
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const cheerio = require('cheerio');
|
|
3
|
-
|
|
4
|
-
const categories = {
|
|
5
|
-
0: '全部行业',
|
|
6
|
-
10: '移动视频',
|
|
7
|
-
1: '移动社交',
|
|
8
|
-
2: '移动购物',
|
|
9
|
-
17: '系统工具',
|
|
10
|
-
21: '新闻资讯',
|
|
11
|
-
11: '移动音乐',
|
|
12
|
-
5: '生活服务',
|
|
13
|
-
16: '数字阅读',
|
|
14
|
-
4: '汽车服务',
|
|
15
|
-
12: '拍摄美化',
|
|
16
|
-
8: '旅游服务',
|
|
17
|
-
22: '健康美容',
|
|
18
|
-
23: '医疗服务',
|
|
19
|
-
14: '教育学习',
|
|
20
|
-
3: '金融理财',
|
|
21
|
-
9: '办公商务',
|
|
22
|
-
19: '智能设备',
|
|
23
|
-
20: '手机游戏',
|
|
24
|
-
26: '出行服务',
|
|
25
|
-
29: '内容平台',
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const labels = {
|
|
29
|
-
0: '全部标签',
|
|
30
|
-
75: '5G',
|
|
31
|
-
74: '双十一',
|
|
32
|
-
73: '直播带货',
|
|
33
|
-
72: '电商平台',
|
|
34
|
-
71: '新蓝领',
|
|
35
|
-
70: '市场竞争',
|
|
36
|
-
69: 'KOL',
|
|
37
|
-
68: '品牌营销',
|
|
38
|
-
67: '互联网研究',
|
|
39
|
-
66: '广告效果',
|
|
40
|
-
65: '媒介策略',
|
|
41
|
-
64: 'App和小程序',
|
|
42
|
-
63: 'App增长',
|
|
43
|
-
62: '小程序数据',
|
|
44
|
-
61: '移动大数据',
|
|
45
|
-
60: '互联网报告',
|
|
46
|
-
59: '数据报告',
|
|
47
|
-
58: '互联网数据',
|
|
48
|
-
57: '智能终端',
|
|
49
|
-
56: '小程序',
|
|
50
|
-
55: '私域流量',
|
|
51
|
-
54: '运动消费',
|
|
52
|
-
53: '用户争夺',
|
|
53
|
-
52: '运动健身',
|
|
54
|
-
48: '新消费',
|
|
55
|
-
42: '增长模式',
|
|
56
|
-
41: '下沉',
|
|
57
|
-
36: '新中产',
|
|
58
|
-
31: '银发族',
|
|
59
|
-
30: '粉丝经济',
|
|
60
|
-
29: '泛娱乐',
|
|
61
|
-
28: '网购少女',
|
|
62
|
-
27: '二次元',
|
|
63
|
-
26: '兴趣圈层',
|
|
64
|
-
25: '大学生',
|
|
65
|
-
23: '广告营销',
|
|
66
|
-
22: 'Z世代',
|
|
67
|
-
18: '付费用户',
|
|
68
|
-
17: '精细化运营',
|
|
69
|
-
14: '00后',
|
|
70
|
-
11: '90后',
|
|
71
|
-
10: '春节报告',
|
|
72
|
-
9: '低幼经济',
|
|
73
|
-
7: '季度报告',
|
|
74
|
-
6: '年度报告',
|
|
75
|
-
5: '全景生态',
|
|
76
|
-
2: '消费者洞察',
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
module.exports = async (ctx) => {
|
|
80
|
-
const category = ctx.params.category || '0';
|
|
81
|
-
const label = ctx.params.label || '0';
|
|
82
|
-
|
|
83
|
-
const rootUrl = 'https://www.questmobile.com.cn';
|
|
84
|
-
const currentUrl = `${rootUrl}/api/v1/research/reports?categoryId=${category}&labelId=${label}&version=0¤tPage=1&limit=15`;
|
|
85
|
-
const response = await got({
|
|
86
|
-
method: 'get',
|
|
87
|
-
url: currentUrl,
|
|
88
|
-
});
|
|
89
|
-
|
|
90
|
-
const list = response.data.data.map((item) => ({
|
|
91
|
-
title: item.title,
|
|
92
|
-
pubDate: Date.parse(item.publishTime),
|
|
93
|
-
link: `${rootUrl}/research/report-new/${item.id}/`,
|
|
94
|
-
}));
|
|
95
|
-
|
|
96
|
-
const items = await Promise.all(
|
|
97
|
-
list.map((item) =>
|
|
98
|
-
ctx.cache.tryGet(item.link, async () => {
|
|
99
|
-
const detailResponse = await got({
|
|
100
|
-
method: 'get',
|
|
101
|
-
url: item.link,
|
|
102
|
-
});
|
|
103
|
-
const content = cheerio.load(detailResponse.data);
|
|
104
|
-
|
|
105
|
-
content('img[_ngcontent-c11]').each(function () {
|
|
106
|
-
content(this).attr('alt', '');
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
item.description = content('.text').html();
|
|
110
|
-
|
|
111
|
-
return item;
|
|
112
|
-
})
|
|
113
|
-
)
|
|
114
|
-
);
|
|
115
|
-
|
|
116
|
-
ctx.state.data = {
|
|
117
|
-
title: `${categories[category]}, ${labels[label]} - 行业研究报告 - QuestMobile`,
|
|
118
|
-
link: currentUrl,
|
|
119
|
-
item: items,
|
|
120
|
-
};
|
|
121
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
|
|
3
|
-
module.exports = async (ctx) => {
|
|
4
|
-
const category = ctx.params.category ? ctx.params.category : 'women';
|
|
5
|
-
const url = `https://style.uniqlo.com/api/v2/styleSearch.json?dptId=${category}&lang=en&limit=50&locale=my&offset=0`;
|
|
6
|
-
|
|
7
|
-
const response = await got({
|
|
8
|
-
method: 'get',
|
|
9
|
-
url,
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
const data = response.data.result.styles;
|
|
13
|
-
|
|
14
|
-
ctx.state.data = {
|
|
15
|
-
title: `Uniqlo styling book`,
|
|
16
|
-
link: `https://www.uniqlo.com/my/stylingbook/pc/${category}`,
|
|
17
|
-
description: `Uniqlo styling book`,
|
|
18
|
-
item: data.map((item) => ({
|
|
19
|
-
title: item.styleId,
|
|
20
|
-
description: `<img src="${item.styleImgUrl}">`,
|
|
21
|
-
link: `https://www.uniqlo.com/my/stylingbook/pc/style/` + item.styleId,
|
|
22
|
-
})),
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const cheerio = require('cheerio');
|
|
3
|
-
const util = require('../utils');
|
|
4
|
-
|
|
5
|
-
module.exports = async (ctx) => {
|
|
6
|
-
const type = ctx.params.type;
|
|
7
|
-
let title, path;
|
|
8
|
-
switch (type) {
|
|
9
|
-
case 'zonghe':
|
|
10
|
-
title = '综合新闻';
|
|
11
|
-
path = 'zhxw.htm';
|
|
12
|
-
break;
|
|
13
|
-
case 'zhuanti':
|
|
14
|
-
title = '专题新闻';
|
|
15
|
-
path = 'ztxw_new.htm';
|
|
16
|
-
break;
|
|
17
|
-
case 'renwu':
|
|
18
|
-
title = '北航人物';
|
|
19
|
-
path = 'bhrw.htm';
|
|
20
|
-
break;
|
|
21
|
-
case 'fengcai':
|
|
22
|
-
title = '校园风采';
|
|
23
|
-
path = 'xyfc_new.htm';
|
|
24
|
-
break;
|
|
25
|
-
case 'kejiao':
|
|
26
|
-
title = '科教在线';
|
|
27
|
-
path = 'kjzx_new.htm';
|
|
28
|
-
break;
|
|
29
|
-
case 'meiti':
|
|
30
|
-
title = '媒体北航';
|
|
31
|
-
path = 'mtbh_new.htm';
|
|
32
|
-
break;
|
|
33
|
-
case 'gonggao':
|
|
34
|
-
title = '信息公告';
|
|
35
|
-
path = 'xxgg_new.htm';
|
|
36
|
-
break;
|
|
37
|
-
case 'xueshuwenhua':
|
|
38
|
-
title = '学术文化';
|
|
39
|
-
path = 'xsjwhhd_new.htm';
|
|
40
|
-
break;
|
|
41
|
-
default:
|
|
42
|
-
title = '综合新闻';
|
|
43
|
-
path = 'zhxw_new.htm';
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
const response = await got({
|
|
47
|
-
method: 'get',
|
|
48
|
-
url: 'https://news.buaa.edu.cn/' + path,
|
|
49
|
-
headers: {
|
|
50
|
-
Referer: 'https://news.buaa.edu.cn',
|
|
51
|
-
},
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
const $ = cheerio.load(response.data);
|
|
55
|
-
|
|
56
|
-
const list = $('.mainleft > .listlefttop > .listleftop1').slice(0, 10).get();
|
|
57
|
-
|
|
58
|
-
const result = await util.ProcessFeed(list, ctx.cache);
|
|
59
|
-
|
|
60
|
-
ctx.state.data = {
|
|
61
|
-
title: '北航新闻 - ' + title,
|
|
62
|
-
link: 'https://news.buaa.edu.cn/' + path,
|
|
63
|
-
description: '北京航空航天大学新闻网 - ' + title,
|
|
64
|
-
item: result,
|
|
65
|
-
};
|
|
66
|
-
};
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const cheerio = require('cheerio');
|
|
3
|
-
const url = require('url');
|
|
4
|
-
|
|
5
|
-
// 完整文章页
|
|
6
|
-
async function load(link) {
|
|
7
|
-
const response = await got.get(link);
|
|
8
|
-
const $ = cheerio.load(response.data);
|
|
9
|
-
|
|
10
|
-
// 解析日期
|
|
11
|
-
const date = new Date(
|
|
12
|
-
$('span.ri')
|
|
13
|
-
.text()
|
|
14
|
-
.match(/\d{4}-\d{2}-\d{2}/)
|
|
15
|
-
);
|
|
16
|
-
const timeZone = 8;
|
|
17
|
-
const serverOffset = date.getTimezoneOffset() / 60;
|
|
18
|
-
const pubDate = new Date(date.getTime() - 60 * 60 * 1000 * (timeZone + serverOffset)).toUTCString();
|
|
19
|
-
|
|
20
|
-
// 提取内容
|
|
21
|
-
const description = $('.newsleftconbox > #vsb_content').html();
|
|
22
|
-
|
|
23
|
-
return { description, pubDate };
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
const ProcessFeed = (list, caches) => {
|
|
27
|
-
const host = 'https://news.buaa.edu.cn';
|
|
28
|
-
|
|
29
|
-
return Promise.all(
|
|
30
|
-
list.map(async (item) => {
|
|
31
|
-
const $ = cheerio.load(item);
|
|
32
|
-
|
|
33
|
-
const $title = $('h2 > a');
|
|
34
|
-
// 还原相对链接为绝对链接
|
|
35
|
-
const itemUrl = url.resolve(host, $title.attr('href'));
|
|
36
|
-
|
|
37
|
-
// 列表上提取到的信息
|
|
38
|
-
const single = {
|
|
39
|
-
title: $title.text(),
|
|
40
|
-
link: itemUrl,
|
|
41
|
-
author: '北航新闻网',
|
|
42
|
-
guid: itemUrl,
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
// 使用tryGet方法从缓存获取内容。
|
|
46
|
-
// 当缓存中无法获取到链接内容的时候,则使用load方法加载文章内容。
|
|
47
|
-
const other = await caches.tryGet(itemUrl, () => load(itemUrl));
|
|
48
|
-
|
|
49
|
-
// 合并解析后的结果集作为该篇文章最终的输出结果
|
|
50
|
-
return Promise.resolve(Object.assign({}, single, other));
|
|
51
|
-
})
|
|
52
|
-
);
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
module.exports = {
|
|
56
|
-
ProcessFeed,
|
|
57
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const cheerio = require('cheerio');
|
|
3
|
-
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
-
const timezone = require('@/utils/timezone');
|
|
5
|
-
const baseUrl = 'http://www.gov.cn';
|
|
6
|
-
|
|
7
|
-
module.exports = async (ctx) => {
|
|
8
|
-
const link = `${baseUrl}/zhengce/zuixin/`;
|
|
9
|
-
const listData = await got(link);
|
|
10
|
-
const $ = cheerio.load(listData.data);
|
|
11
|
-
|
|
12
|
-
const list = $('.news_box .list li:not(.line)')
|
|
13
|
-
.toArray()
|
|
14
|
-
.map((elem) => {
|
|
15
|
-
elem = $(elem);
|
|
16
|
-
return {
|
|
17
|
-
title: elem.find('h4 a').text(),
|
|
18
|
-
link: new URL(elem.find('h4 a').attr('href'), baseUrl).href,
|
|
19
|
-
pubDate: timezone(parseDate(elem.find('h4 .date').text()), 8),
|
|
20
|
-
};
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
const items = await Promise.all(
|
|
24
|
-
list.map((item) =>
|
|
25
|
-
ctx.cache.tryGet(item.link, async () => {
|
|
26
|
-
const contentData = await got(item.link);
|
|
27
|
-
const $ = cheerio.load(contentData.data);
|
|
28
|
-
item.description = $('#UCAP-CONTENT').html();
|
|
29
|
-
return item;
|
|
30
|
-
})
|
|
31
|
-
)
|
|
32
|
-
);
|
|
33
|
-
|
|
34
|
-
ctx.state.data = {
|
|
35
|
-
title: '最新政策 - 中国政府网',
|
|
36
|
-
link,
|
|
37
|
-
item: items,
|
|
38
|
-
};
|
|
39
|
-
};
|
package/lib/v2/huxiu/article.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
-
const utils = require('./utils');
|
|
4
|
-
|
|
5
|
-
module.exports = async (ctx) => {
|
|
6
|
-
const link = `${utils.baseUrl}/article/`;
|
|
7
|
-
const { data } = await got.post(`${utils.articleApi}/web/article/articleList`, {
|
|
8
|
-
headers: {
|
|
9
|
-
Referer: link,
|
|
10
|
-
},
|
|
11
|
-
form: {
|
|
12
|
-
platform: 'www',
|
|
13
|
-
pagesize: ctx.query.limit ? parseInt(ctx.query.limit) : 22,
|
|
14
|
-
},
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
const list = data.data.dataList.map((item) => ({
|
|
18
|
-
title: item.title,
|
|
19
|
-
link: `${utils.baseUrl}/article/${item.aid}.html`,
|
|
20
|
-
description: item.summary,
|
|
21
|
-
pubDate: parseDate(item.dateline, 'X'),
|
|
22
|
-
author: item.user_info.username,
|
|
23
|
-
}));
|
|
24
|
-
|
|
25
|
-
const items = await utils.ProcessFeed(list, ctx.cache);
|
|
26
|
-
|
|
27
|
-
ctx.state.data = {
|
|
28
|
-
title: '虎嗅网 - 首页资讯',
|
|
29
|
-
link,
|
|
30
|
-
description: '聚合优质的创新信息与人群,捕获精选 | 深度 | 犀利的商业科技资讯。在虎嗅,不错过互联网的每个重要时刻。',
|
|
31
|
-
item: items,
|
|
32
|
-
};
|
|
33
|
-
};
|
package/lib/v2/huxiu/author.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
const got = require('@/utils/got');
|
|
2
|
-
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
-
const utils = require('./utils');
|
|
4
|
-
|
|
5
|
-
module.exports = async (ctx) => {
|
|
6
|
-
const { id } = ctx.params;
|
|
7
|
-
const link = `${utils.baseUrl}/member/${id}/article.html`;
|
|
8
|
-
|
|
9
|
-
const articleList = await got({
|
|
10
|
-
method: 'post',
|
|
11
|
-
url: `${utils.accountApi}/web/article/articleList`,
|
|
12
|
-
form: {
|
|
13
|
-
platform: 'www',
|
|
14
|
-
uid: id,
|
|
15
|
-
type: 0,
|
|
16
|
-
page: 1,
|
|
17
|
-
},
|
|
18
|
-
}).json();
|
|
19
|
-
|
|
20
|
-
const list = articleList.data.datalist.map((item) => ({
|
|
21
|
-
title: item.title,
|
|
22
|
-
link: `${utils.baseUrl}/article/${item.aid}.html`,
|
|
23
|
-
description: item.summary,
|
|
24
|
-
pubDate: parseDate(item.time),
|
|
25
|
-
}));
|
|
26
|
-
|
|
27
|
-
const items = await utils.ProcessFeed(list, ctx.cache);
|
|
28
|
-
|
|
29
|
-
const authorInfo = `虎嗅网 - ${items[0].author}`;
|
|
30
|
-
|
|
31
|
-
ctx.state.data = {
|
|
32
|
-
title: authorInfo,
|
|
33
|
-
link,
|
|
34
|
-
item: items,
|
|
35
|
-
};
|
|
36
|
-
};
|