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,69 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
const { art } = require('@/utils/render');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
const dayjs = require('dayjs');
|
|
6
|
+
|
|
7
|
+
const domain = 'readhub.cn';
|
|
8
|
+
const rootUrl = `https://${domain}`;
|
|
9
|
+
const apiRootUrl = `https://api.${domain}`;
|
|
10
|
+
const apiTopicUrl = new URL('topic/list', apiRootUrl).href;
|
|
11
|
+
|
|
12
|
+
const formatDate = (date, format) => dayjs(date).format(format);
|
|
13
|
+
const toTopicUrl = (id) => new URL(`topic/${id}`, rootUrl).href;
|
|
14
|
+
|
|
15
|
+
art.defaults.imports = {
|
|
16
|
+
...art.defaults.imports,
|
|
17
|
+
...{
|
|
18
|
+
formatDate,
|
|
19
|
+
toTopicUrl,
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Process items asynchronously.
|
|
25
|
+
*
|
|
26
|
+
* @param {Array<Object>} items - The array of items to process.
|
|
27
|
+
* @param {function} tryGet - The tryGet function that handles the retrieval process.
|
|
28
|
+
* @returns {Promise<Array<Object>>} Returns a Promise that resolves to an array of processed items.
|
|
29
|
+
*/
|
|
30
|
+
const processItems = async (items, tryGet) =>
|
|
31
|
+
await Promise.all(
|
|
32
|
+
items.map((item) =>
|
|
33
|
+
tryGet(item.link, async () => {
|
|
34
|
+
try {
|
|
35
|
+
if (!item.link.startsWith(rootUrl)) {
|
|
36
|
+
throw Error(`"${item.link}" is an external URL`);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const { data: detailResponse } = await got(item.link);
|
|
40
|
+
|
|
41
|
+
const data = JSON.parse(detailResponse.match(/\{\\"topic\\":(.*?)\}\]\\n"\]\)<\/script>/)[1].replace(/\\"/g, '"'));
|
|
42
|
+
|
|
43
|
+
item.title = data.title;
|
|
44
|
+
item.link = data.url ?? new URL(`topic/${data.uid}`, rootUrl).href;
|
|
45
|
+
item.description = art(path.join(__dirname, 'templates/description.art'), {
|
|
46
|
+
description: data.summary,
|
|
47
|
+
news: data.newsAggList,
|
|
48
|
+
timeline: data.timeline,
|
|
49
|
+
});
|
|
50
|
+
item.author = data.siteNameDisplay;
|
|
51
|
+
item.category = [...(data.entityList.map((c) => c.name) ?? []), ...(data.tagList.map((c) => c.name) ?? [])];
|
|
52
|
+
item.guid = `readhub-${data.uid}`;
|
|
53
|
+
item.pubDate = parseDate(data.publishDate.replace(/\s/g, ''));
|
|
54
|
+
} catch (e) {
|
|
55
|
+
item.guid = `readhub-${item.guid}`;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
return item;
|
|
59
|
+
})
|
|
60
|
+
)
|
|
61
|
+
);
|
|
62
|
+
|
|
63
|
+
module.exports = {
|
|
64
|
+
rootUrl,
|
|
65
|
+
apiRootUrl,
|
|
66
|
+
apiTopicUrl,
|
|
67
|
+
art,
|
|
68
|
+
processItems,
|
|
69
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
const { art } = require('@/utils/render');
|
|
5
|
+
const { join } = require('path');
|
|
6
|
+
|
|
7
|
+
module.exports = async (ctx) => {
|
|
8
|
+
const { bookName, bookId } = ctx.params;
|
|
9
|
+
const baseUrl = 'https://www.routledge.com';
|
|
10
|
+
const pageUrl = `${baseUrl}/${bookName}/book-series/${bookId}`;
|
|
11
|
+
const { data: response } = await got(pageUrl, {
|
|
12
|
+
headers: {
|
|
13
|
+
accept: 'text/html, */*; q=0.01',
|
|
14
|
+
},
|
|
15
|
+
searchParams: {
|
|
16
|
+
publishedFilter: 'alltitles',
|
|
17
|
+
pd: 'published,forthcoming',
|
|
18
|
+
pg: 1,
|
|
19
|
+
pp: 12,
|
|
20
|
+
so: 'pub',
|
|
21
|
+
view: 'list',
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
const $ = cheerio.load(response);
|
|
25
|
+
|
|
26
|
+
const list = $('.row.book')
|
|
27
|
+
.toArray()
|
|
28
|
+
.map((item) => {
|
|
29
|
+
item = $(item);
|
|
30
|
+
const title = item.find('h3 a');
|
|
31
|
+
const description = item.find('p.description');
|
|
32
|
+
const meta = item.find('p.description').prev().text().split('\n');
|
|
33
|
+
return {
|
|
34
|
+
title: title.text(),
|
|
35
|
+
link: title.attr('href'),
|
|
36
|
+
description: description.text(),
|
|
37
|
+
pubDate: parseDate(meta.pop().trim(), 'MMMM DD, YYYY'),
|
|
38
|
+
author: meta
|
|
39
|
+
.map((i) => i.trim())
|
|
40
|
+
.filter((i) => i)
|
|
41
|
+
.join(', '),
|
|
42
|
+
};
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
const items = await Promise.all(
|
|
46
|
+
list.map((item) =>
|
|
47
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
48
|
+
const { data } = await got(item.link);
|
|
49
|
+
const $ = cheerio.load(data);
|
|
50
|
+
const isbn = $('meta[property="books:isbn"]').attr('content');
|
|
51
|
+
const { data: image } = await got('https://productimages.routledge.com', {
|
|
52
|
+
searchParams: {
|
|
53
|
+
isbn,
|
|
54
|
+
size: 'amazon',
|
|
55
|
+
ext: 'jpg',
|
|
56
|
+
},
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
const description = $('.sticky-div');
|
|
60
|
+
description.find('button.accordion-button').contents().unwrap();
|
|
61
|
+
description.find('.fa-shopping-cart').parent().parent().remove();
|
|
62
|
+
|
|
63
|
+
item.description = art(join(__dirname, 'templates/description.art'), {
|
|
64
|
+
image,
|
|
65
|
+
description: description.html(),
|
|
66
|
+
});
|
|
67
|
+
return item;
|
|
68
|
+
})
|
|
69
|
+
)
|
|
70
|
+
);
|
|
71
|
+
|
|
72
|
+
ctx.state.data = {
|
|
73
|
+
title: $('head title').text(),
|
|
74
|
+
description: $('head meta[name="description"]').attr('content'),
|
|
75
|
+
link: pageUrl,
|
|
76
|
+
item: items,
|
|
77
|
+
};
|
|
78
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'routledge.com': {
|
|
3
|
+
_name: 'Routledge',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: 'Book Series',
|
|
7
|
+
docs: 'https://docs.rsshub.app/routes/journals#routledge',
|
|
8
|
+
source: ['/:bookName/book-series/:bookId'],
|
|
9
|
+
target: '/routledge/:bookName/book-series/:bookId',
|
|
10
|
+
},
|
|
11
|
+
],
|
|
12
|
+
},
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const { TITLE, HOST } = require('./const');
|
|
2
|
+
const { fetchPerformerInfo } = require('./service');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const id = ctx.params.id;
|
|
6
|
+
const artist = await fetchPerformerInfo({
|
|
7
|
+
performerId: id,
|
|
8
|
+
});
|
|
9
|
+
ctx.state.data = {
|
|
10
|
+
title: `${TITLE} - ${artist.name}`,
|
|
11
|
+
description: artist.content,
|
|
12
|
+
link: `${HOST}/artist/${artist.id}`,
|
|
13
|
+
item: artist.activityList,
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const { TITLE, HOST } = require('./const');
|
|
2
|
+
const { fetchBrandInfo } = require('./service');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const id = ctx.params.id;
|
|
6
|
+
const brand = await fetchBrandInfo({
|
|
7
|
+
brandId: id,
|
|
8
|
+
});
|
|
9
|
+
ctx.state.data = {
|
|
10
|
+
title: `${TITLE} - ${brand.name}`,
|
|
11
|
+
description: brand.content,
|
|
12
|
+
link: `${HOST}/host/${brand.id}`,
|
|
13
|
+
item: brand.activityList,
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const { TITLE, HOST } = require('./const');
|
|
2
|
+
const { fetchActivityList, fetchDictionary } = require('./service');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const cityCode = parseInt(ctx.params.cityCode);
|
|
6
|
+
const showStyle = parseInt(ctx.params.showStyle);
|
|
7
|
+
const items = await fetchActivityList({
|
|
8
|
+
cityCode,
|
|
9
|
+
showStyle,
|
|
10
|
+
});
|
|
11
|
+
const { cityName, showName } = await fetchDictionary(cityCode, showStyle);
|
|
12
|
+
const tags = [cityName, showName].filter((item) => Boolean(item)).join(' - ');
|
|
13
|
+
ctx.state.data = {
|
|
14
|
+
title: `${TITLE} - ${tags}`,
|
|
15
|
+
link: HOST,
|
|
16
|
+
item: items,
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'showstart.com': {
|
|
3
|
+
_name: '秀动网',
|
|
4
|
+
www: [
|
|
5
|
+
{
|
|
6
|
+
title: '演出更新',
|
|
7
|
+
docs: 'https://docs.rsshub.app/routes/shopping#xiu-dong-wang-yan-chu-geng-xin',
|
|
8
|
+
source: ['/event/list'],
|
|
9
|
+
target: (_, url) => {
|
|
10
|
+
const search = new URL(url).searchParams;
|
|
11
|
+
const cityCode = search.get('cityCode') || 0;
|
|
12
|
+
const showStyle = search.get('showStyle') || 0;
|
|
13
|
+
return `/showstart/event/${cityCode}/${showStyle}`;
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
title: '演出搜索',
|
|
18
|
+
docs: 'https://docs.rsshub.app/routes/shopping#xiu-dong-wang-yan-chu-sou-suo',
|
|
19
|
+
source: ['/event/list'],
|
|
20
|
+
target: (_, url) => {
|
|
21
|
+
const search = new URL(url).searchParams;
|
|
22
|
+
const keyword = search.get('keyword') || '';
|
|
23
|
+
return `/showstart/search/event/${keyword}`;
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
title: '音乐人 - 演出更新',
|
|
28
|
+
docs: 'https://docs.rsshub.app/routes/shopping#yin-yue-ren-yan-chu-geng-xin',
|
|
29
|
+
source: ['/artist/:id'],
|
|
30
|
+
target: '/showstart/artist/:id',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
title: '厂牌 - 演出更新',
|
|
34
|
+
docs: 'https://docs.rsshub.app/routes/shopping#chang-pai-yan-chu-geng-xin',
|
|
35
|
+
source: ['/host/:id'],
|
|
36
|
+
target: '/showstart/brand/:id',
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const { TITLE, HOST } = require('./const');
|
|
2
|
+
const { fetchActivityList, fetchPerformerList, fetchBrandList, fetchCityList, fetchStyleList } = require('./service');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const type = ctx.params.type || '';
|
|
6
|
+
const keyword = ctx.params.keyword || '';
|
|
7
|
+
|
|
8
|
+
switch (type) {
|
|
9
|
+
case 'event':
|
|
10
|
+
ctx.state.data = {
|
|
11
|
+
title: `${TITLE} - 搜演出 - ${keyword || '全部'}`,
|
|
12
|
+
link: HOST,
|
|
13
|
+
item: await fetchActivityList({ keyword }),
|
|
14
|
+
};
|
|
15
|
+
break;
|
|
16
|
+
case 'artist':
|
|
17
|
+
ctx.state.data = {
|
|
18
|
+
title: `${TITLE} - 搜艺人 - ${keyword || '全部'}`,
|
|
19
|
+
link: HOST,
|
|
20
|
+
item: await fetchPerformerList({ searchKeyword: keyword }),
|
|
21
|
+
};
|
|
22
|
+
break;
|
|
23
|
+
case 'brand':
|
|
24
|
+
ctx.state.data = {
|
|
25
|
+
title: `${TITLE} - 搜厂牌 - ${keyword || '全部'}`,
|
|
26
|
+
link: HOST,
|
|
27
|
+
item: await fetchBrandList({ searchKeyword: keyword }),
|
|
28
|
+
};
|
|
29
|
+
break;
|
|
30
|
+
case 'city':
|
|
31
|
+
ctx.state.data = {
|
|
32
|
+
title: `${TITLE} - 搜城市 - ${keyword || '全部'}`,
|
|
33
|
+
link: HOST,
|
|
34
|
+
item: await fetchCityList(keyword),
|
|
35
|
+
};
|
|
36
|
+
break;
|
|
37
|
+
case 'style':
|
|
38
|
+
ctx.state.data = {
|
|
39
|
+
title: `${TITLE} - 搜风格 - ${keyword || '全部'}`,
|
|
40
|
+
link: HOST,
|
|
41
|
+
item: await fetchStyleList(keyword),
|
|
42
|
+
};
|
|
43
|
+
break;
|
|
44
|
+
default:
|
|
45
|
+
ctx.state.data = {
|
|
46
|
+
title: `${TITLE} - 搜演出 - ${type || '全部'}`,
|
|
47
|
+
link: HOST,
|
|
48
|
+
item: await fetchActivityList({ keyword: type }),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
};
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
const { HOST } = require('./const');
|
|
2
|
+
const { getAccessToken, post, sortBy, uniqBy } = require('./utils');
|
|
3
|
+
|
|
4
|
+
async function fetchActivityList(
|
|
5
|
+
params = {
|
|
6
|
+
pageNo: '1',
|
|
7
|
+
pageSize: '30',
|
|
8
|
+
cityCode: '',
|
|
9
|
+
activityIds: '',
|
|
10
|
+
coupon: '',
|
|
11
|
+
keyword: '',
|
|
12
|
+
organizerId: '',
|
|
13
|
+
performerId: '',
|
|
14
|
+
showStyle: '',
|
|
15
|
+
showTime: '',
|
|
16
|
+
showType: '',
|
|
17
|
+
siteId: '',
|
|
18
|
+
sortType: '',
|
|
19
|
+
themeId: '',
|
|
20
|
+
timeRange: '',
|
|
21
|
+
tourId: '',
|
|
22
|
+
type: '',
|
|
23
|
+
tag: '',
|
|
24
|
+
}
|
|
25
|
+
) {
|
|
26
|
+
const accessToken = await getAccessToken();
|
|
27
|
+
const resp = await post('/web/activity/list', accessToken, params);
|
|
28
|
+
return resp.result.result.map((item) => formatActivity(item));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function formatActivity(item) {
|
|
32
|
+
const image = (src) => (src ? `<img src="${src}" />` : '');
|
|
33
|
+
const time = (time) => (time ? `<p>演出时间:${time}</p>` : '');
|
|
34
|
+
const address = (cityName, siteName) => (cityName || siteName ? `<p>地址:${[cityName, siteName].join(' - ')}</p>` : '');
|
|
35
|
+
const performers = (name) => (name ? `<p>艺人:${name}</p>` : '');
|
|
36
|
+
const price = (price) => (price ? `<p>票价:${price}</p>` : '');
|
|
37
|
+
return {
|
|
38
|
+
title: item.title,
|
|
39
|
+
link: `${HOST}/event/${item.id}`,
|
|
40
|
+
description: [image(item.poster), time(item.showTime), address(item.cityName, item.siteName), performers(item.performers), price(item.price)].join(''),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
async function fetchPerformerList(
|
|
45
|
+
params = {
|
|
46
|
+
pageNo: '1',
|
|
47
|
+
pageSize: '30',
|
|
48
|
+
searchKeyword: '',
|
|
49
|
+
styleId: '',
|
|
50
|
+
}
|
|
51
|
+
) {
|
|
52
|
+
const accessToken = await getAccessToken();
|
|
53
|
+
const resp = await post('/web/performer/list', accessToken, params);
|
|
54
|
+
return resp.result.result.map((item) => ({
|
|
55
|
+
title: item.name,
|
|
56
|
+
link: `${HOST}/artist/${item.id}`,
|
|
57
|
+
description: `id: ${item.id}`,
|
|
58
|
+
}));
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
async function fetchPerformerInfo(
|
|
62
|
+
params = {
|
|
63
|
+
performerId: '',
|
|
64
|
+
}
|
|
65
|
+
) {
|
|
66
|
+
const accessToken = await getAccessToken();
|
|
67
|
+
const resp = await post('/web/performer/info', accessToken, params);
|
|
68
|
+
return {
|
|
69
|
+
id: params.id,
|
|
70
|
+
name: resp.result.name,
|
|
71
|
+
content: resp.result.content,
|
|
72
|
+
avatar: resp.result.avatar,
|
|
73
|
+
poster: resp.result.poster,
|
|
74
|
+
styles: resp.result.styles,
|
|
75
|
+
activityList: resp.result.activities.map((item) => formatActivity(item)),
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
async function fetchBrandInfo(
|
|
80
|
+
params = {
|
|
81
|
+
brandId: '',
|
|
82
|
+
}
|
|
83
|
+
) {
|
|
84
|
+
const accessToken = await getAccessToken();
|
|
85
|
+
const resp = await post('/web/brand/info', accessToken, params);
|
|
86
|
+
return {
|
|
87
|
+
id: params.id,
|
|
88
|
+
name: resp.result.name,
|
|
89
|
+
content: resp.result.content,
|
|
90
|
+
avatar: resp.result.avatar,
|
|
91
|
+
poster: resp.result.poster,
|
|
92
|
+
activityList: resp.result.activities.map((item) => formatActivity(item)),
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
async function fetchBrandList(
|
|
97
|
+
params = {
|
|
98
|
+
pageNo: '1',
|
|
99
|
+
pageSize: '30',
|
|
100
|
+
searchKeyword: '',
|
|
101
|
+
}
|
|
102
|
+
) {
|
|
103
|
+
const accessToken = await getAccessToken();
|
|
104
|
+
const resp = await post('/web/brand/list', accessToken, params);
|
|
105
|
+
return resp.result.result.map((item) => ({
|
|
106
|
+
title: item.name,
|
|
107
|
+
link: `${HOST}/host/${item.id}`,
|
|
108
|
+
description: `id: ${item.id}`,
|
|
109
|
+
}));
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
async function fetchParams() {
|
|
113
|
+
const accessToken = await getAccessToken();
|
|
114
|
+
return post('/web/activity/list/params', accessToken);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
async function fetchCityList(keyword = '') {
|
|
118
|
+
const resp = await fetchParams();
|
|
119
|
+
const cities = sortBy(resp.result, 'cityCode');
|
|
120
|
+
return cities
|
|
121
|
+
.filter((item) => item.cityName.includes(keyword.trim()))
|
|
122
|
+
.map((item) => ({
|
|
123
|
+
title: item.cityName,
|
|
124
|
+
link: `${HOST}/event/list?cityCode=${item.cityCode}`,
|
|
125
|
+
description: `cityCode: ${item.cityCode}`,
|
|
126
|
+
}));
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// styles is embed in each city item
|
|
130
|
+
// so we need to fetch all city items and then extract styles from them
|
|
131
|
+
async function fetchStyleList(keyword = '') {
|
|
132
|
+
const resp = await fetchParams();
|
|
133
|
+
let styles = resp.result.flatMap((item) => item.styles);
|
|
134
|
+
styles = uniqBy(styles, 'key');
|
|
135
|
+
styles = sortBy(styles, 'key');
|
|
136
|
+
return styles
|
|
137
|
+
.filter((item) => item.showName.includes(keyword.trim()))
|
|
138
|
+
.map((item) => ({
|
|
139
|
+
title: item.showName,
|
|
140
|
+
link: `${HOST}/event/list?showStyle=${item.key}`,
|
|
141
|
+
description: `showStyle: ${item.key}`,
|
|
142
|
+
}));
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
async function fetchDictionary(cityCode, showStyle) {
|
|
146
|
+
const resp = await fetchParams();
|
|
147
|
+
const target = resp.result.find((item) => item.cityCode === cityCode);
|
|
148
|
+
if (!target) {
|
|
149
|
+
return {};
|
|
150
|
+
}
|
|
151
|
+
return {
|
|
152
|
+
cityName: target.cityName,
|
|
153
|
+
showName: target.styles.find((item) => item.key === showStyle)?.showName,
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
module.exports = {
|
|
158
|
+
fetchActivityList,
|
|
159
|
+
fetchCityList,
|
|
160
|
+
fetchStyleList,
|
|
161
|
+
fetchPerformerList,
|
|
162
|
+
fetchPerformerInfo,
|
|
163
|
+
fetchBrandList,
|
|
164
|
+
fetchBrandInfo,
|
|
165
|
+
fetchDictionary,
|
|
166
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const md5 = require('@/utils/md5');
|
|
3
|
+
|
|
4
|
+
const uuid = (length = 20) => {
|
|
5
|
+
const e = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' + Date.now();
|
|
6
|
+
const r = [];
|
|
7
|
+
for (let i = 0; i < length; i++) {
|
|
8
|
+
r.push(e.charAt(Math.floor(Math.random() * e.length)));
|
|
9
|
+
}
|
|
10
|
+
return r.join('');
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const cookieMap = new Map([['token', uuid(32).toLowerCase()]]);
|
|
14
|
+
|
|
15
|
+
const devioceInfo = {
|
|
16
|
+
vendorName: '',
|
|
17
|
+
deviceMode: '',
|
|
18
|
+
deviceName: '',
|
|
19
|
+
systemName: '',
|
|
20
|
+
systemVersion: '',
|
|
21
|
+
cpuMode: ' ', // Note the space
|
|
22
|
+
cpuCores: '',
|
|
23
|
+
cpuArch: '',
|
|
24
|
+
memerySize: '',
|
|
25
|
+
diskSize: '',
|
|
26
|
+
network: '',
|
|
27
|
+
resolution: '1920*1080',
|
|
28
|
+
pixelResolution: '',
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
const getAccessToken = async () => {
|
|
32
|
+
const { result } = await post('/waf/gettoken');
|
|
33
|
+
cookieMap.set('accessToken', result.accessToken.access_token);
|
|
34
|
+
cookieMap.set('idToken', result.idToken.id_token);
|
|
35
|
+
return cookieMap.get('accessToken');
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
const post = async (requestPath, accessToken = md5(Date.now().toString()), payload) => {
|
|
39
|
+
const traceId = uuid(32) + Date.now();
|
|
40
|
+
|
|
41
|
+
const { data: response } = await got.post(`https://www.showstart.com/api${requestPath}`, {
|
|
42
|
+
headers: {
|
|
43
|
+
cdeviceinfo: encodeURIComponent(JSON.stringify(devioceInfo)),
|
|
44
|
+
cdeviceno: cookieMap.get('token'),
|
|
45
|
+
cookie: [...cookieMap.entries()].map(([key, value]) => `${key}=${value}`).join('; '),
|
|
46
|
+
crpsign: md5(accessToken + /* sign/cusut (empty) + idToken (empty) + userInfo.userId (empty) + */ 'web' + cookieMap.get('token') + (payload ? JSON.stringify(payload) : '') + requestPath + '999web' + traceId),
|
|
47
|
+
crtraceid: traceId,
|
|
48
|
+
csappid: 'web',
|
|
49
|
+
cterminal: 'web',
|
|
50
|
+
cusat: accessToken,
|
|
51
|
+
cusid: '',
|
|
52
|
+
cusit: '',
|
|
53
|
+
cusname: '',
|
|
54
|
+
cusut: '',
|
|
55
|
+
cversion: '999',
|
|
56
|
+
},
|
|
57
|
+
json: payload,
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
return response;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
function sortBy(items, key) {
|
|
64
|
+
return items.sort((a, b) => {
|
|
65
|
+
if (a[key] < b[key]) {
|
|
66
|
+
return -1;
|
|
67
|
+
}
|
|
68
|
+
if (a[key] > b[key]) {
|
|
69
|
+
return 1;
|
|
70
|
+
}
|
|
71
|
+
return 0;
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
function uniqBy(items, key) {
|
|
76
|
+
const set = new Set();
|
|
77
|
+
return items.filter((item) => {
|
|
78
|
+
if (set.has(item[key])) {
|
|
79
|
+
return false;
|
|
80
|
+
}
|
|
81
|
+
set.add(item[key]);
|
|
82
|
+
return true;
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
module.exports = {
|
|
87
|
+
post,
|
|
88
|
+
getAccessToken,
|
|
89
|
+
uuid,
|
|
90
|
+
sortBy,
|
|
91
|
+
uniqBy,
|
|
92
|
+
};
|
package/lib/v2/sse/disclosure.js
CHANGED
|
@@ -3,7 +3,6 @@ const { parseDate } = require('@/utils/parse-date');
|
|
|
3
3
|
|
|
4
4
|
module.exports = async (ctx) => {
|
|
5
5
|
const query = ctx.params.query ?? ''; // beginDate=2018-08-18&endDate=2020-09-01&productId=600696
|
|
6
|
-
const host = 'https://www.sse.com.cn';
|
|
7
6
|
const queries = query.split('&').reduce((acc, cur) => {
|
|
8
7
|
const [key, value] = cur.split('=');
|
|
9
8
|
acc[key] = value;
|
|
@@ -30,11 +29,13 @@ module.exports = async (ctx) => {
|
|
|
30
29
|
},
|
|
31
30
|
});
|
|
32
31
|
|
|
32
|
+
const pdfHost = 'https://static.sse.com.cn';
|
|
33
|
+
|
|
33
34
|
const items = response.data.result.map((item) => ({
|
|
34
35
|
title: item.TITLE,
|
|
35
|
-
description: `${
|
|
36
|
+
description: `${pdfHost}${item.URL}`,
|
|
36
37
|
pubDate: parseDate(item.ADDDATE),
|
|
37
|
-
link: `${
|
|
38
|
+
link: `${pdfHost}${item.URL}`,
|
|
38
39
|
author: item.SECURITY_NAME,
|
|
39
40
|
}));
|
|
40
41
|
|