rsshub 1.0.0-master.f7c0247 → 1.0.0-master.f7c4a93
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/lib/config.js +11 -1
- package/lib/middleware/anti-hotlink.js +90 -22
- package/lib/middleware/cache/redis.js +7 -2
- package/lib/middleware/onerror.js +2 -1
- package/lib/middleware/parameter.js +76 -35
- package/lib/middleware/templates/iframe.art +14 -0
- package/lib/radar-rules.js +0 -163
- package/lib/router.js +79 -94
- package/lib/routes/agefans/update.js +1 -1
- package/lib/routes/index.js +1 -1
- package/lib/routes/novel/biqugeinfo.js +2 -2
- package/lib/routes/universities/uestc/sice.js +12 -33
- package/lib/routes/weibo/user.js +20 -28
- package/lib/utils/cf-email.js +36 -0
- package/lib/utils/parse-date.js +4 -2
- package/lib/utils/puppeteer.js +22 -0
- package/lib/utils/wechat-mp.js +1 -0
- package/lib/v2/19lou/index.js +74 -0
- package/lib/v2/19lou/maintainer.js +3 -0
- package/lib/v2/19lou/radar.js +29 -0
- package/lib/v2/19lou/router.js +3 -0
- package/lib/v2/7mmtv/index.js +86 -0
- package/lib/v2/7mmtv/maintainer.js +4 -0
- package/lib/v2/7mmtv/radar.js +19 -0
- package/lib/v2/7mmtv/router.js +3 -0
- package/lib/v2/7mmtv/templates/description.art +11 -0
- package/lib/v2/91porn/index.js +58 -0
- package/lib/v2/91porn/maintainer.js +3 -0
- package/lib/v2/91porn/radar.js +13 -0
- package/lib/v2/91porn/router.js +3 -0
- package/lib/v2/91porn/templates/index.art +1 -0
- package/lib/v2/9to5/maintainer.js +3 -0
- package/lib/v2/9to5/radar.js +35 -0
- package/lib/v2/9to5/router.js +3 -0
- package/lib/{routes → v2}/9to5/subsite.js +20 -17
- package/lib/{routes → v2}/9to5/utils.js +4 -1
- package/lib/{routes → v2}/aliyun/database_month.js +8 -13
- package/lib/{routes → v2}/aliyun/developer/group.js +6 -1
- package/lib/v2/aliyun/maintainer.js +5 -0
- package/lib/{routes → v2}/aliyun/notice.js +13 -21
- package/lib/v2/aliyun/radar.js +32 -0
- package/lib/v2/aliyun/router.js +5 -0
- package/lib/v2/apnews/maintainer.js +3 -0
- package/lib/v2/apnews/radar.js +13 -0
- package/lib/v2/apnews/router.js +3 -0
- package/lib/v2/apnews/templates/description.art +14 -0
- package/lib/v2/apnews/topics.js +44 -0
- package/lib/{routes → v2}/asiantolick/index.js +20 -17
- package/lib/v2/asiantolick/maintainer.js +6 -0
- package/lib/v2/asiantolick/radar.js +31 -0
- package/lib/v2/asiantolick/router.js +3 -0
- package/lib/v2/asiantolick/templates/description.art +3 -0
- package/lib/v2/behance/maintainer.js +3 -0
- package/lib/v2/behance/radar.js +26 -0
- package/lib/v2/behance/router.js +3 -0
- package/lib/v2/behance/user.js +67 -0
- package/lib/v2/caareviews/book.js +14 -0
- package/lib/v2/caareviews/essay.js +14 -0
- package/lib/v2/caareviews/exhibition.js +14 -0
- package/lib/v2/caareviews/maintainer.js +5 -0
- package/lib/v2/caareviews/radar.js +25 -0
- package/lib/v2/caareviews/router.js +5 -0
- package/lib/v2/caareviews/templates/utils.art +2 -0
- package/lib/v2/caareviews/utils.js +49 -0
- package/lib/v2/ccac/news.js +12 -3
- package/lib/v2/chinanews/index.js +4 -3
- package/lib/v2/cn-healthcare/index.js +31 -0
- package/lib/v2/cn-healthcare/maintainer.js +3 -0
- package/lib/v2/cn-healthcare/radar.js +13 -0
- package/lib/v2/cn-healthcare/router.js +3 -0
- package/lib/v2/cncf/index.js +43 -0
- package/lib/v2/cncf/maintainer.js +3 -0
- package/lib/v2/cncf/radar.js +31 -0
- package/lib/v2/cncf/reports.js +38 -0
- package/lib/v2/cncf/router.js +4 -0
- package/lib/v2/cnjxol/index.js +94 -0
- package/lib/v2/cnjxol/maintainer.js +4 -0
- package/lib/v2/cnjxol/radar.js +19 -0
- package/lib/v2/cnjxol/router.js +3 -0
- package/lib/v2/cnjxol/templates/description.art +2 -0
- package/lib/v2/cntheory/maintainer.js +3 -0
- package/lib/v2/cntheory/paper.js +93 -0
- package/lib/v2/cntheory/radar.js +13 -0
- package/lib/v2/cntheory/router.js +3 -0
- package/lib/v2/cntheory/templates/description.art +2 -0
- package/lib/v2/cscse/maintainer.js +3 -0
- package/lib/v2/cscse/radar.js +13 -0
- package/lib/v2/cscse/router.js +3 -0
- package/lib/v2/cscse/tzgg.js +54 -0
- package/lib/v2/diandong/ddh.js +51 -0
- package/lib/v2/diandong/maintainer.js +4 -0
- package/lib/v2/diandong/news.js +50 -0
- package/lib/v2/diandong/radar.js +19 -0
- package/lib/v2/diandong/router.js +4 -0
- package/lib/v2/domp4/detail.js +67 -0
- package/lib/v2/domp4/latest.js +31 -0
- package/lib/v2/domp4/maintainer.js +4 -0
- package/lib/v2/domp4/radar.js +25 -0
- package/lib/v2/domp4/router.js +4 -0
- package/lib/v2/domp4/utils.js +72 -0
- package/lib/v2/douyin/hashtag.js +133 -0
- package/lib/v2/douyin/radar.js +6 -0
- package/lib/v2/douyin/router.js +1 -0
- package/lib/v2/douyin/user.js +10 -1
- package/lib/{routes → v2}/earthquake/ceic.js +3 -1
- package/lib/{routes → v2}/earthquake/index.js +5 -3
- package/lib/v2/earthquake/maintainer.js +4 -0
- package/lib/v2/earthquake/radar.js +24 -0
- package/lib/v2/earthquake/router.js +4 -0
- package/lib/{routes/the-economist → v2/economist}/download.js +0 -0
- package/lib/v2/economist/espresso.js +50 -0
- package/lib/v2/economist/full.js +42 -0
- package/lib/v2/economist/gre-vocabulary.js +19 -0
- package/lib/v2/economist/maintainer.js +6 -0
- package/lib/v2/economist/radar.js +27 -0
- package/lib/v2/economist/router.js +6 -0
- package/lib/v2/elasticsearch-cn/index.js +57 -0
- package/lib/v2/elasticsearch-cn/maintainer.js +3 -0
- package/lib/v2/elasticsearch-cn/radar.js +13 -0
- package/lib/v2/elasticsearch-cn/router.js +3 -0
- package/lib/v2/elsevier/issue.js +62 -0
- package/lib/v2/elsevier/journal.js +72 -0
- package/lib/v2/elsevier/maintainer.js +2 -2
- package/lib/v2/elsevier/radar.js +5 -5
- package/lib/v2/elsevier/router.js +4 -2
- package/lib/v2/elsevier/templates/description.art +5 -5
- package/lib/v2/epicgames/index.js +45 -11
- package/lib/v2/feng/forum.js +42 -0
- package/lib/v2/feng/radar.js +13 -0
- package/lib/v2/feng/router.js +3 -0
- package/lib/v2/feng/templates/deleted.art +2 -0
- package/lib/v2/feng/templates/img.art +6 -0
- package/lib/v2/feng/utils.js +80 -0
- package/lib/v2/fx-markets/channel.js +56 -0
- package/lib/v2/fx-markets/maintainer.js +3 -0
- package/lib/v2/fx-markets/radar.js +31 -0
- package/lib/v2/fx-markets/router.js +3 -0
- package/lib/v2/gcores/category.js +5 -1
- package/lib/v2/gcores/tag.js +5 -1
- package/lib/v2/getitfree/index.js +54 -0
- package/lib/v2/getitfree/maintainer.js +3 -0
- package/lib/v2/getitfree/radar.js +13 -0
- package/lib/v2/getitfree/router.js +3 -0
- package/lib/v2/gitee/maintainer.js +6 -0
- package/lib/v2/gitee/radar.js +31 -0
- package/lib/v2/gitee/repos/commits.js +40 -0
- package/lib/v2/gitee/repos/events.js +66 -0
- package/lib/v2/gitee/repos/releases.js +33 -0
- package/lib/v2/gitee/router.js +6 -0
- package/lib/v2/gitee/users/events.js +84 -0
- package/lib/v2/gov/beijing/jw/tzgg.js +58 -0
- package/lib/v2/gov/customs/list.js +80 -0
- package/lib/v2/gov/customs/utils.js +21 -0
- package/lib/v2/gov/maintainer.js +4 -1
- package/lib/v2/gov/miit/wjgs.js +50 -41
- package/lib/v2/gov/miit/zcjd.js +50 -41
- package/lib/v2/gov/pbc/goutongjiaoliu.js +20 -15
- package/lib/v2/gov/pbc/tradeAnnouncement.js +18 -14
- package/lib/v2/gov/radar.js +45 -26
- package/lib/v2/gov/router.js +2 -0
- package/lib/v2/gumroad/index.js +35 -0
- package/lib/v2/gumroad/maintainer.js +3 -0
- package/lib/v2/gumroad/radar.js +17 -0
- package/lib/v2/gumroad/router.js +3 -0
- package/lib/v2/gumroad/templates/products.art +7 -0
- package/lib/v2/hackertalk/index.js +23 -0
- package/lib/v2/hackertalk/maintainer.js +3 -0
- package/lib/v2/hackertalk/radar.js +13 -0
- package/lib/v2/hackertalk/router.js +3 -0
- package/lib/v2/hashnode/blog.js +62 -0
- package/lib/v2/hashnode/maintainer.js +3 -0
- package/lib/v2/hashnode/radar.js +13 -0
- package/lib/v2/hashnode/router.js +3 -0
- package/lib/v2/hashnode/templates/description.art +2 -0
- package/lib/v2/heu/gx/list.js +2 -2
- package/lib/v2/heu/job/list.js +2 -2
- package/lib/v2/heu/uae/list.js +2 -2
- package/lib/v2/heu/yjsy/list.js +2 -2
- package/lib/v2/hk01/channel.js +40 -0
- package/lib/{routes → v2}/hk01/hot.js +2 -1
- package/lib/v2/hk01/issue.js +41 -0
- package/lib/v2/hk01/maintainer.js +7 -0
- package/lib/v2/hk01/radar.js +37 -0
- package/lib/v2/hk01/router.js +7 -0
- package/lib/{routes → v2}/hk01/tag.js +2 -1
- package/lib/{routes → v2}/hk01/zone.js +3 -2
- package/lib/v2/hotukdeals/index.js +1 -1
- package/lib/{routes → v2}/huxiu/article.js +1 -1
- package/lib/{routes → v2}/huxiu/author.js +18 -6
- package/lib/{routes → v2}/huxiu/collection.js +1 -2
- package/lib/v2/huxiu/maintainer.js +7 -0
- package/lib/v2/huxiu/radar.js +35 -0
- package/lib/v2/huxiu/router.js +7 -0
- package/lib/{routes → v2}/huxiu/search.js +0 -0
- package/lib/{routes → v2}/huxiu/tag.js +0 -0
- package/lib/{routes → v2}/huxiu/utils.js +3 -4
- package/lib/v2/ieee/journal.js +78 -0
- package/lib/v2/ieee/maintainer.js +2 -2
- package/lib/v2/ieee/radar.js +4 -4
- package/lib/v2/ieee/{latestdate.js → recent.js} +34 -42
- package/lib/v2/ieee/router.js +4 -2
- package/lib/v2/ieee/templates/description.art +5 -5
- package/lib/v2/ielts/index.js +32 -26
- package/lib/v2/itch/devlog.js +62 -0
- package/lib/v2/itch/index.js +56 -0
- package/lib/v2/itch/maintainer.js +5 -0
- package/lib/v2/itch/posts.js +41 -0
- package/lib/v2/itch/radar.js +28 -0
- package/lib/v2/itch/router.js +5 -0
- package/lib/v2/itch/templates/description.art +4 -0
- package/lib/v2/jike/utils.js +32 -1
- package/lib/{routes → v2}/juejin/books.js +2 -1
- package/lib/{routes → v2}/juejin/category.js +1 -1
- package/lib/{routes → v2}/juejin/collection.js +0 -0
- package/lib/{routes → v2}/juejin/column.js +0 -0
- package/lib/{routes → v2}/juejin/favorites.js +0 -0
- package/lib/v2/juejin/maintainer.js +13 -0
- package/lib/v2/juejin/news.js +25 -0
- package/lib/{routes → v2}/juejin/pins.js +3 -2
- package/lib/{routes → v2}/juejin/posts.js +0 -0
- package/lib/v2/juejin/radar.js +61 -0
- package/lib/v2/juejin/router.js +13 -0
- package/lib/{routes → v2}/juejin/shares.js +0 -0
- package/lib/{routes → v2}/juejin/tag.js +0 -0
- package/lib/{routes → v2}/juejin/trending.js +0 -0
- package/lib/{routes → v2}/juejin/utils.js +15 -7
- package/lib/v2/kcna/maintainer.js +3 -0
- package/lib/v2/kcna/news.js +81 -0
- package/lib/v2/kcna/radar.js +61 -0
- package/lib/v2/kcna/router.js +3 -0
- package/lib/v2/kcna/templates/news.art +9 -0
- package/lib/v2/kcna/utils.js +64 -0
- package/lib/v2/keep/maintainer.js +3 -0
- package/lib/v2/keep/radar.js +13 -0
- package/lib/v2/keep/router.js +3 -0
- package/lib/v2/keep/templates/user.art +16 -0
- package/lib/{routes → v2}/keep/user.js +14 -4
- package/lib/v2/laohu8/maintainer.js +3 -0
- package/lib/v2/laohu8/personal.js +32 -0
- package/lib/v2/laohu8/radar.js +13 -0
- package/lib/v2/laohu8/router.js +3 -0
- package/lib/v2/lever/index.js +28 -0
- package/lib/v2/lever/maintainer.js +3 -0
- package/lib/v2/lever/radar.js +13 -0
- package/lib/v2/lever/router.js +3 -0
- package/lib/v2/mdpi/journal.js +65 -0
- package/lib/v2/mdpi/maintainer.js +3 -0
- package/lib/v2/mdpi/radar.js +13 -0
- package/lib/v2/mdpi/router.js +3 -0
- package/lib/v2/mdpi/templates/description.art +12 -0
- package/lib/v2/mihoyo/bbs.js +1 -0
- package/lib/v2/mihoyo/radar.js +2 -2
- package/lib/v2/mirror/index.js +34 -0
- package/lib/v2/mirror/maintainer.js +3 -0
- package/lib/v2/mirror/radar.js +17 -0
- package/lib/v2/mirror/router.js +3 -0
- package/lib/v2/mobilism/forums.js +75 -0
- package/lib/v2/mobilism/maintainer.js +4 -0
- package/lib/v2/mobilism/portal.js +54 -0
- package/lib/v2/mobilism/radar.js +23 -0
- package/lib/v2/mobilism/router.js +4 -0
- package/lib/{routes → v2}/mp4er/index.js +1 -1
- package/lib/v2/mp4er/maintainer.js +3 -0
- package/lib/v2/mp4er/radar.js +13 -0
- package/lib/v2/mp4er/router.js +3 -0
- package/lib/v2/mysql/maintainer.js +3 -0
- package/lib/v2/mysql/radar.js +13 -0
- package/lib/v2/mysql/release.js +55 -0
- package/lib/v2/mysql/router.js +3 -0
- package/lib/v2/nbd/radar.js +2 -2
- package/lib/v2/ncwu/maintainer.js +3 -0
- package/lib/v2/ncwu/notice.js +27 -0
- package/lib/v2/ncwu/radar.js +13 -0
- package/lib/v2/ncwu/router.js +3 -0
- package/lib/v2/nhk/news.js +41 -0
- package/lib/{routes → v2}/nhk/news_web_easy.js +20 -20
- package/lib/v2/nhk/radar.js +19 -0
- package/lib/v2/nhk/router.js +4 -0
- package/lib/v2/nhk/templates/news.art +5 -0
- package/lib/v2/nju/rczp.js +34 -24
- package/lib/v2/njust/utils.js +4 -0
- package/lib/v2/nuaa/utils/pypasswaf.js +4 -5
- package/lib/v2/nytimes/daily_briefing_chinese.js +66 -41
- package/lib/v2/nytimes/index.js +3 -3
- package/lib/v2/nytimes/maintainer.js +1 -1
- package/lib/v2/nytimes/templates/image.art +4 -0
- package/lib/v2/nytimes/utils.js +7 -1
- package/lib/v2/oceanengine/arithmeticIndex.js +145 -0
- package/lib/v2/oceanengine/maintainer.js +3 -0
- package/lib/v2/oceanengine/radar.js +13 -0
- package/lib/v2/oceanengine/router.js +3 -0
- package/lib/v2/oceanengine/templates/content.art +14 -0
- package/lib/v2/openwrt/maintainer.js +3 -0
- package/lib/v2/openwrt/radar.js +13 -0
- package/lib/v2/openwrt/releases.js +25 -0
- package/lib/v2/openwrt/router.js +3 -0
- package/lib/v2/orcid/index.js +1 -1
- package/lib/v2/orcid/templates/description.art +2 -2
- package/lib/v2/panewslab/{column.js → author.js} +11 -23
- package/lib/v2/panewslab/index.js +24 -17
- package/lib/v2/panewslab/maintainer.js +3 -1
- package/lib/v2/panewslab/news.js +28 -0
- package/lib/v2/panewslab/radar.js +2 -2
- package/lib/v2/panewslab/router.js +4 -2
- package/lib/v2/panewslab/topic.js +7 -14
- package/lib/v2/pincong/hot.js +28 -0
- package/lib/{routes → v2}/pincong/index.js +6 -12
- package/lib/v2/pincong/maintainer.js +5 -0
- package/lib/v2/pincong/radar.js +35 -0
- package/lib/v2/pincong/router.js +5 -0
- package/lib/v2/pincong/topic.js +25 -0
- package/lib/v2/pincong/utils.js +22 -0
- package/lib/v2/pku/maintainer.js +1 -0
- package/lib/v2/pku/nsd.js +69 -0
- package/lib/v2/pku/radar.js +8 -0
- package/lib/v2/pku/router.js +1 -0
- package/lib/v2/playno1/av.js +41 -0
- package/lib/v2/playno1/maintainer.js +4 -0
- package/lib/v2/playno1/radar.js +21 -0
- package/lib/v2/playno1/router.js +4 -0
- package/lib/v2/playno1/st.js +36 -0
- package/lib/v2/playno1/utils.js +32 -0
- package/lib/v2/pmthinking/index.js +61 -0
- package/lib/v2/pmthinking/maintainer.js +3 -0
- package/lib/v2/pmthinking/radar.js +13 -0
- package/lib/v2/pmthinking/router.js +3 -0
- package/lib/v2/pmthinking/templates/description.art +4 -0
- package/lib/v2/prestige-av/maintainer.js +3 -0
- package/lib/v2/prestige-av/radar.js +18 -0
- package/lib/v2/prestige-av/router.js +3 -0
- package/lib/{routes → v2}/prestige-av/series.js +8 -5
- package/lib/v2/qipamaijia/index.js +26 -0
- package/lib/v2/qipamaijia/maintainer.js +3 -0
- package/lib/v2/qipamaijia/radar.js +13 -0
- package/lib/v2/qipamaijia/router.js +3 -0
- package/lib/v2/reuters/common.js +54 -0
- package/lib/v2/reuters/investigates.js +39 -0
- package/lib/v2/reuters/maintainer.js +6 -0
- package/lib/v2/reuters/migration_prompt.js +3 -0
- package/lib/v2/reuters/radar.js +19 -0
- package/lib/v2/reuters/router.js +6 -0
- package/lib/v2/sciencedirect/journal.js +8 -1
- package/lib/v2/{jasa/latest.js → scitation/journal.js} +24 -27
- package/lib/v2/scitation/maintainer.js +4 -0
- package/lib/v2/scitation/radar.js +19 -0
- package/lib/v2/scitation/router.js +4 -0
- package/lib/v2/scitation/section.js +90 -0
- package/lib/v2/scitation/templates/description.art +11 -0
- package/lib/v2/sis001/forum.js +62 -0
- package/lib/v2/sis001/maintainer.js +3 -0
- package/lib/v2/sis001/radar.js +13 -0
- package/lib/v2/sis001/router.js +3 -0
- package/lib/{routes → v2}/sobooks/date.js +1 -1
- package/lib/{routes → v2}/sobooks/index.js +1 -1
- package/lib/v2/sobooks/maintainer.js +5 -0
- package/lib/v2/sobooks/radar.js +25 -0
- package/lib/v2/sobooks/router.js +5 -0
- package/lib/{routes → v2}/sobooks/tag.js +1 -1
- package/lib/{routes → v2}/sobooks/utils.js +3 -2
- package/lib/v2/springer/journal.js +72 -0
- package/lib/v2/springer/maintainer.js +3 -0
- package/lib/v2/springer/radar.js +13 -0
- package/lib/v2/springer/router.js +3 -0
- package/lib/v2/springer/templates/description.art +12 -0
- package/lib/v2/sspai/maintainer.js +1 -0
- package/lib/v2/sspai/radar.js +6 -0
- package/lib/v2/sspai/router.js +1 -0
- package/lib/v2/sspai/seriesUpdate.js +36 -0
- package/lib/v2/supchina/index.js +67 -0
- package/lib/v2/supchina/maintainer.js +4 -0
- package/lib/v2/supchina/podcasts.js +66 -0
- package/lib/v2/supchina/radar.js +19 -0
- package/lib/v2/supchina/router.js +4 -0
- package/lib/v2/techflow520/index.js +34 -0
- package/lib/v2/techflow520/maintainer.js +4 -0
- package/lib/v2/techflow520/newsflash.js +32 -0
- package/lib/v2/techflow520/radar.js +19 -0
- package/lib/v2/techflow520/router.js +4 -0
- package/lib/v2/tencent/cloud/column.js +51 -0
- package/lib/v2/tencent/maintainer.js +1 -0
- package/lib/v2/tencent/radar.js +11 -0
- package/lib/v2/tencent/router.js +1 -0
- package/lib/v2/test/index.js +23 -2
- package/lib/v2/tiktok/maintainer.js +3 -0
- package/lib/v2/tiktok/radar.js +13 -0
- package/lib/v2/tiktok/router.js +3 -0
- package/lib/v2/tiktok/templates/user.art +3 -0
- package/lib/v2/tiktok/user.js +89 -0
- package/lib/v2/tingshuitz/dalian.js +29 -0
- package/lib/{routes → v2}/tingshuitz/dongguan.js +2 -1
- package/lib/{routes → v2}/tingshuitz/guangzhou.js +0 -0
- package/lib/{routes → v2}/tingshuitz/hangzhou.js +0 -0
- package/lib/v2/tingshuitz/maintainer.js +11 -0
- package/lib/{routes → v2}/tingshuitz/nanjing.js +9 -11
- package/lib/v2/tingshuitz/radar.js +68 -0
- package/lib/v2/tingshuitz/router.js +11 -0
- package/lib/v2/tingshuitz/wuhan.js +32 -0
- package/lib/{routes → v2}/tingshuitz/xian.js +1 -1
- package/lib/{routes → v2}/tingshuitz/xiaoshan.js +0 -0
- package/lib/{routes → v2}/tingshuitz/yangjiang.js +6 -8
- package/lib/v2/trending/allTrending.js +169 -0
- package/lib/v2/trending/maintainer.js +3 -0
- package/lib/v2/trending/radar.js +35 -0
- package/lib/v2/trending/router.js +3 -0
- package/lib/v2/trending/templates/content.art +24 -0
- package/lib/v2/uraaka-joshi/uraaka-joshi-user.js +7 -1
- package/lib/v2/uraaka-joshi/uraaka-joshi.js +8 -1
- package/lib/v2/usts/jwch.js +56 -0
- package/lib/v2/usts/maintainer.js +3 -0
- package/lib/v2/usts/radar.js +25 -0
- package/lib/v2/usts/router.js +3 -0
- package/lib/v2/wallpaperhub/index.js +28 -0
- package/lib/v2/wallpaperhub/maintainer.js +3 -0
- package/lib/v2/wallpaperhub/radar.js +13 -0
- package/lib/v2/wallpaperhub/router.js +3 -0
- package/lib/v2/wallpaperhub/templates/description.art +1 -0
- package/lib/{routes → v2}/xiaohongshu/board.js +8 -6
- package/lib/v2/xiaohongshu/maintainer.js +4 -0
- package/lib/v2/xiaohongshu/radar.js +25 -0
- package/lib/v2/xiaohongshu/router.js +4 -0
- package/lib/{routes → v2}/xiaohongshu/user.js +9 -11
- package/lib/v2/xiaohongshu/util.js +32 -0
- package/lib/v2/xiaozhuanlan/column.js +52 -0
- package/lib/v2/xiaozhuanlan/maintainer.js +3 -0
- package/lib/v2/xiaozhuanlan/radar.js +13 -0
- package/lib/v2/xiaozhuanlan/router.js +3 -0
- package/lib/v2/xidian/jwc.js +54 -0
- package/lib/v2/xidian/maintainer.js +3 -0
- package/lib/v2/xidian/radar.js +13 -0
- package/lib/v2/xidian/router.js +3 -0
- package/lib/{routes → v2}/youtube/channel.js +9 -5
- package/lib/v2/youtube/maintainer.js +6 -0
- package/lib/{routes → v2}/youtube/playlist.js +6 -10
- package/lib/v2/youtube/radar.js +31 -0
- package/lib/v2/youtube/router.js +6 -0
- package/lib/v2/youtube/subscriptions.js +56 -0
- package/lib/v2/youtube/templates/description.art +7 -0
- package/lib/{routes → v2}/youtube/user.js +4 -5
- package/lib/v2/youtube/utils.js +141 -0
- package/lib/v2/zhihu/activities.js +36 -0
- package/lib/v2/zyshow/index.js +46 -0
- package/lib/v2/zyshow/maintainer.js +3 -0
- package/lib/v2/zyshow/radar.js +17 -0
- package/lib/v2/zyshow/router.js +3 -0
- package/lib/v2/zyshow/templates/description.art +16 -0
- package/package.json +21 -20
- package/lib/routes/apnews/topics.js +0 -43
- package/lib/routes/behance/index.js +0 -58
- package/lib/routes/gov/customs/list.js +0 -77
- package/lib/routes/hk01/channel.js +0 -22
- package/lib/routes/hk01/issue.js +0 -22
- package/lib/routes/mirror/entries.js +0 -80
- package/lib/routes/mobilism/release.js +0 -42
- package/lib/routes/pincong/hot.js +0 -33
- package/lib/routes/pincong/topic.js +0 -32
- package/lib/routes/reuters/channel.js +0 -155
- package/lib/routes/reuters/theWire.js +0 -45
- package/lib/routes/reuters/utils.js +0 -72
- package/lib/routes/the-economist/full.js +0 -48
- package/lib/routes/the-economist/gre-vocabulary.js +0 -27
- package/lib/routes/tingshuitz/dalian.js +0 -34
- package/lib/routes/tingshuitz/wuhan.js +0 -34
- package/lib/routes/universities/ncwu/notice.js +0 -42
- package/lib/routes/universities/xidian/jwc.js +0 -70
- package/lib/routes/waijiedanao/article.js +0 -78
- package/lib/routes/wallpaperhub/index.js +0 -22
- package/lib/routes/xiaohongshu/util.js +0 -18
- package/lib/routes/youtube/utils.js +0 -90
- package/lib/routes/zyshow/index.js +0 -42
- package/lib/v2/elsevier/latest.js +0 -87
- package/lib/v2/elsevier/volume.js +0 -75
- package/lib/v2/ieee/latestvol.js +0 -87
- package/lib/v2/jasa/maintainer.js +0 -4
- package/lib/v2/jasa/radar.js +0 -19
- package/lib/v2/jasa/router.js +0 -4
- package/lib/v2/jasa/section.js +0 -95
- package/lib/v2/jasa/templates/description.art +0 -11
- package/lib/v2/panewslab/newsflash.js +0 -35
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const { art } = require('@/utils/render');
|
|
5
|
+
|
|
6
|
+
const { CookieJar } = require('tough-cookie');
|
|
7
|
+
const cookieJar = new CookieJar();
|
|
8
|
+
|
|
9
|
+
module.exports = async (ctx) => {
|
|
10
|
+
const journal = ctx.params.journal;
|
|
11
|
+
const host = 'https://www.sciencedirect.com';
|
|
12
|
+
const jrnlUrl = `${host}/journal/${journal}`;
|
|
13
|
+
|
|
14
|
+
const response = await got(jrnlUrl, {
|
|
15
|
+
cookieJar,
|
|
16
|
+
});
|
|
17
|
+
const $ = cheerio.load(response.data);
|
|
18
|
+
const jrnlName = $('.anchor.js-title-link').text();
|
|
19
|
+
const issueUrl = `${host}${$('.anchor.js-volume').attr('href')}`;
|
|
20
|
+
let issue = '';
|
|
21
|
+
if (issueUrl.match('suppl') !== null) {
|
|
22
|
+
issue = 'Volume ' + issueUrl.match('vol/(.*)/suppl')[1];
|
|
23
|
+
} else if (issueUrl.match('issue') !== null) {
|
|
24
|
+
issue = 'Volume ' + issueUrl.match('vol/(.*)/issue')[1] + ' Issue ' + issueUrl.match('/issue/(.*)')[1];
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
const response2 = await got(issueUrl, {
|
|
28
|
+
cookieJar,
|
|
29
|
+
});
|
|
30
|
+
const $2 = cheerio.load(response2.data);
|
|
31
|
+
const list = $2('.js-article')
|
|
32
|
+
.map((_, item) => {
|
|
33
|
+
const title = $2(item).find('.js-article-title').text();
|
|
34
|
+
const authors = $2(item).find('.js-article__item__authors').text();
|
|
35
|
+
const link = $2(item).find('.article-content-title').attr('href');
|
|
36
|
+
const id = $2(item).find('.article-content-title').attr('id');
|
|
37
|
+
return {
|
|
38
|
+
title,
|
|
39
|
+
link,
|
|
40
|
+
id,
|
|
41
|
+
authors,
|
|
42
|
+
issue,
|
|
43
|
+
};
|
|
44
|
+
})
|
|
45
|
+
.get();
|
|
46
|
+
|
|
47
|
+
const renderDesc = (item) =>
|
|
48
|
+
art(path.join(__dirname, 'templates/description.art'), {
|
|
49
|
+
item,
|
|
50
|
+
});
|
|
51
|
+
const items = await Promise.all(
|
|
52
|
+
list.map((item) =>
|
|
53
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
54
|
+
const response3 = await got(`${host}/science/article/pii/${item.id}`, {
|
|
55
|
+
cookieJar,
|
|
56
|
+
});
|
|
57
|
+
const $3 = cheerio.load(response3.data);
|
|
58
|
+
$3('.section-title').remove();
|
|
59
|
+
item.doi = $3('.doi').attr('href').replace('https://doi.org/', '');
|
|
60
|
+
item.abstract = $3('.abstract.author').text();
|
|
61
|
+
item.description = renderDesc(item);
|
|
62
|
+
return item;
|
|
63
|
+
})
|
|
64
|
+
)
|
|
65
|
+
);
|
|
66
|
+
|
|
67
|
+
ctx.state.data = {
|
|
68
|
+
title: jrnlName,
|
|
69
|
+
link: jrnlUrl,
|
|
70
|
+
item: items,
|
|
71
|
+
};
|
|
72
|
+
};
|
package/lib/v2/elsevier/radar.js
CHANGED
|
@@ -3,16 +3,16 @@ module.exports = {
|
|
|
3
3
|
_name: 'Elsevier',
|
|
4
4
|
www: [
|
|
5
5
|
{
|
|
6
|
-
title: '
|
|
6
|
+
title: 'Journal',
|
|
7
7
|
docs: 'https://docs.rsshub.app/journal.html#Elsevier',
|
|
8
8
|
source: '/journal/:journal/*',
|
|
9
|
-
target: '/elsevier/:journal
|
|
9
|
+
target: '/elsevier/:journal',
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
title: '
|
|
12
|
+
title: 'Issue',
|
|
13
13
|
docs: 'https://docs.rsshub.app/journal.html#Elsevier',
|
|
14
|
-
source: '/journal/:journal/vol/:
|
|
15
|
-
target: '/elsevier/:journal
|
|
14
|
+
source: '/journal/:journal/vol/:issue',
|
|
15
|
+
target: '/elsevier/:journal/:issue',
|
|
16
16
|
},
|
|
17
17
|
],
|
|
18
18
|
},
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
module.exports = function (router) {
|
|
2
|
-
router.get('/:journal/latest', require('./
|
|
3
|
-
router.get('/:journal/vol/:
|
|
2
|
+
router.get('/:journal/latest', require('./journal')); // deprecated
|
|
3
|
+
router.get('/:journal/vol/:issue', require('./issue')); // deprecated
|
|
4
|
+
router.get('/:journal', require('./journal'));
|
|
5
|
+
router.get('/:journal/:issue', require('./issue'));
|
|
4
6
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<p>
|
|
2
|
-
<span><big>{{ item.title }}</big></span><br
|
|
2
|
+
<span><big>{{ item.title }}</big></span><br>
|
|
3
3
|
</p>
|
|
4
4
|
<p>
|
|
5
|
-
<span><small><i>{{ item.authors }}</i></small></span><br
|
|
6
|
-
<span><small><i>https://doi.org/{{ item.doi }}</i></small></span><br
|
|
7
|
-
<span><small><i>{{ item.
|
|
5
|
+
<span><small><i>{{ item.authors }}</i></small></span><br>
|
|
6
|
+
<span><small><i>https://doi.org/{{ item.doi }}</i></small></span><br>
|
|
7
|
+
<span><small><i>{{ item.issue }}</i></small></span><br>
|
|
8
8
|
</p>
|
|
9
9
|
<p>
|
|
10
|
-
<span>{{ item.abstract }}</span><br
|
|
10
|
+
<span>{{ item.abstract }}</span><br>
|
|
11
11
|
</p>
|
|
@@ -11,6 +11,7 @@ module.exports = async (ctx) => {
|
|
|
11
11
|
const rootUrl = 'https://store.epicgames.com';
|
|
12
12
|
const currentUrl = `${rootUrl}/${locale}/free-games?lang=${locale}`;
|
|
13
13
|
const apiUrl = `https://store-site-backend-static-ipv4.ak.epicgames.com/freeGamesPromotions?locale=${locale}&country=${country}&allowCountries=${country}`;
|
|
14
|
+
const contentBaseUrl = `https://store-content-ipv4.ak.epicgames.com/api/${locale}/content`;
|
|
14
15
|
|
|
15
16
|
const response = await got({
|
|
16
17
|
method: 'get',
|
|
@@ -27,20 +28,53 @@ module.exports = async (ctx) => {
|
|
|
27
28
|
dayjs(item.promotions.promotionalOffers[0].promotionalOffers[0].startDate) <= now &&
|
|
28
29
|
dayjs(item.promotions.promotionalOffers[0].promotionalOffers[0].endDate) > now
|
|
29
30
|
)
|
|
30
|
-
.map((item) =>
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
.map(async (item) => {
|
|
32
|
+
let link = `${rootUrl}/${locale}/p/`;
|
|
33
|
+
let contentUrl = `${contentBaseUrl}/products/`;
|
|
34
|
+
let isBundles = false;
|
|
35
|
+
item.categories.some((category) => {
|
|
36
|
+
if (category.path === 'bundles') {
|
|
37
|
+
link = `${rootUrl}/${locale}/bundles/`;
|
|
38
|
+
isBundles = true;
|
|
39
|
+
contentUrl = `${contentBaseUrl}/bundles/`;
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
return false;
|
|
43
|
+
});
|
|
44
|
+
const linkSlug = item.catalogNs.mappings.length > 0 ? item.catalogNs.mappings[0].pageSlug : item.offerMappings.length > 0 ? item.offerMappings[0].pageSlug : item.productSlug ? item.productSlug : item.urlSlug;
|
|
45
|
+
link += linkSlug;
|
|
46
|
+
contentUrl += linkSlug;
|
|
47
|
+
let description = item.description;
|
|
48
|
+
if (item.offerType !== 'BASE_GAME') {
|
|
49
|
+
const contentResp = await got({
|
|
50
|
+
method: 'get',
|
|
51
|
+
url: contentUrl,
|
|
52
|
+
});
|
|
53
|
+
description = isBundles ? contentResp.data.data.about.shortDescription : contentResp.data.pages[0].data.about.shortDescription;
|
|
54
|
+
}
|
|
40
55
|
|
|
56
|
+
let image = item.keyImages[0].url;
|
|
57
|
+
item.keyImages.some((keyImage) => {
|
|
58
|
+
if (keyImage.type === 'DieselStoreFrontWide') {
|
|
59
|
+
image = keyImage.url;
|
|
60
|
+
return true;
|
|
61
|
+
}
|
|
62
|
+
return false;
|
|
63
|
+
});
|
|
64
|
+
return {
|
|
65
|
+
title: item.title,
|
|
66
|
+
author: item.seller.name,
|
|
67
|
+
link,
|
|
68
|
+
description: art(path.join(__dirname, 'templates/description.art'), {
|
|
69
|
+
description,
|
|
70
|
+
image,
|
|
71
|
+
}),
|
|
72
|
+
pubDate: parseDate(item.promotions.promotionalOffers[0].promotionalOffers[0].startDate),
|
|
73
|
+
};
|
|
74
|
+
});
|
|
41
75
|
ctx.state.data = {
|
|
42
76
|
title: 'Epic Games Store - Free Games',
|
|
43
77
|
link: currentUrl,
|
|
44
|
-
item: items,
|
|
78
|
+
item: await Promise.all(items),
|
|
45
79
|
};
|
|
46
80
|
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
2
|
+
const { baseUrl, getForumMeta, getThreads, getThread } = require('./utils');
|
|
3
|
+
const { art } = require('@/utils/render');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
const topicId = Number(ctx.params.id);
|
|
8
|
+
const { type = 'all' } = ctx.params;
|
|
9
|
+
|
|
10
|
+
const forumMeta = await getForumMeta(topicId, ctx);
|
|
11
|
+
const topicMeta = forumMeta.dataList.find((data) => data.topicId === topicId);
|
|
12
|
+
const threads = (await getThreads(topicId, type, ctx)).data.dataList.map((data) => ({
|
|
13
|
+
title: data.title,
|
|
14
|
+
pubDate: parseDate(data.dateline * 1000),
|
|
15
|
+
author: data.userBaseInfo.userName,
|
|
16
|
+
link: `${baseUrl}/post/${data.tid}`,
|
|
17
|
+
tid: data.tid,
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
const posts = await Promise.all(
|
|
21
|
+
threads.map(async (item) => {
|
|
22
|
+
const thread = await getThread(item.tid, topicId, ctx);
|
|
23
|
+
if (thread.status.code === 0) {
|
|
24
|
+
const img = art(path.join(__dirname, 'templates/img.art'), {
|
|
25
|
+
images: thread.data.thread.fengTalkImage.length ? thread.data.thread.fengTalkImage : undefined,
|
|
26
|
+
});
|
|
27
|
+
item.description = thread.data.thread.message + img;
|
|
28
|
+
} else {
|
|
29
|
+
item.description = art(path.join(__dirname, 'templates/deleted.art'), {});
|
|
30
|
+
}
|
|
31
|
+
delete item.tid;
|
|
32
|
+
return item;
|
|
33
|
+
})
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
ctx.state.data = {
|
|
37
|
+
title: `${topicMeta.topicName} - 社区 - 威锋 - 千万果粉大本营`,
|
|
38
|
+
description: topicMeta.topicDescription,
|
|
39
|
+
link: `${baseUrl}/forum/${topicId}`,
|
|
40
|
+
item: posts,
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
const CryptoJS = require('crypto-js');
|
|
2
|
+
const got = require('@/utils/got');
|
|
3
|
+
const config = require('@/config').value;
|
|
4
|
+
const apiUrl = 'https://api.wfdata.club';
|
|
5
|
+
const baseUrl = 'https://www.feng.com';
|
|
6
|
+
const KEY = '2b7e151628aed2a6';
|
|
7
|
+
|
|
8
|
+
// https://juejin.cn/post/6844904066468806664
|
|
9
|
+
const getXRequestId = (apiUrl) => {
|
|
10
|
+
const path = new URL(apiUrl).pathname; // split search params
|
|
11
|
+
const plainText = CryptoJS.enc.Utf8.parse('url=' + path + '$time=' + Date.now() + '000000');
|
|
12
|
+
const iv = CryptoJS.enc.Utf8.parse(KEY);
|
|
13
|
+
const encrypted = CryptoJS.AES.encrypt(plainText, iv, {
|
|
14
|
+
iv,
|
|
15
|
+
mode: CryptoJS.mode.CBC,
|
|
16
|
+
padding: CryptoJS.pad.Pkcs7,
|
|
17
|
+
}).toString();
|
|
18
|
+
return encrypted;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const getCategory = (topicId, ctx) => {
|
|
22
|
+
const url = `${apiUrl}/v1/topic/category`;
|
|
23
|
+
return ctx.cache.tryGet(
|
|
24
|
+
url,
|
|
25
|
+
async () => {
|
|
26
|
+
const response = await got(url, {
|
|
27
|
+
headers: {
|
|
28
|
+
Referer: `${baseUrl}/forum/${topicId}`,
|
|
29
|
+
'X-Request-Id': getXRequestId(url),
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
return response.data;
|
|
33
|
+
},
|
|
34
|
+
config.cache.routeExpire,
|
|
35
|
+
false
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
const getForumMeta = async (topicId, ctx) => {
|
|
40
|
+
const categoryData = await getCategory(topicId, ctx);
|
|
41
|
+
return Object.values(categoryData.data.dataList).find((item) => item.dataList.find((i) => i.topicId === topicId));
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
const getThreads = (topicId, type, ctx) => {
|
|
45
|
+
const url = `${apiUrl}/v1/topic/${topicId}/thread?topicId=${topicId}&type=${type}&pageCount=50&order=${type === 'newest' ? 'replyTime' : 'postTime'}&page=1`;
|
|
46
|
+
return ctx.cache.tryGet(
|
|
47
|
+
url,
|
|
48
|
+
async () => {
|
|
49
|
+
const response = await got(url, {
|
|
50
|
+
headers: {
|
|
51
|
+
Referer: `${baseUrl}/forum/${topicId}`,
|
|
52
|
+
'X-Request-Id': getXRequestId(url),
|
|
53
|
+
},
|
|
54
|
+
});
|
|
55
|
+
return response.data;
|
|
56
|
+
},
|
|
57
|
+
config.cache.routeExpire,
|
|
58
|
+
false
|
|
59
|
+
);
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const getThread = (tid, topicId, ctx) => {
|
|
63
|
+
const url = `${apiUrl}/v1/thread/${tid}`;
|
|
64
|
+
return ctx.cache.tryGet(url, async () => {
|
|
65
|
+
const response = await got(url, {
|
|
66
|
+
headers: {
|
|
67
|
+
Referer: `${baseUrl}/forum/${topicId}`,
|
|
68
|
+
'X-Request-Id': getXRequestId(url),
|
|
69
|
+
},
|
|
70
|
+
});
|
|
71
|
+
return response.data;
|
|
72
|
+
});
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
module.exports = {
|
|
76
|
+
baseUrl,
|
|
77
|
+
getForumMeta,
|
|
78
|
+
getThreads,
|
|
79
|
+
getThread,
|
|
80
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const cheerio = require('cheerio');
|
|
2
|
+
const got = require('@/utils/got');
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const channel = ctx.params.channel;
|
|
7
|
+
const link = `https://www.fx-markets.com/${channel}`;
|
|
8
|
+
const html = (await got(link)).data;
|
|
9
|
+
const $ = cheerio.load(html);
|
|
10
|
+
const pageTitle = $('header.select-header > h1').text();
|
|
11
|
+
const title = `FX-Markets ${pageTitle}`;
|
|
12
|
+
|
|
13
|
+
const items = $('div#listings').children();
|
|
14
|
+
const articles = items
|
|
15
|
+
.map((i, el) => {
|
|
16
|
+
const $el = $(el);
|
|
17
|
+
const $titleEl = $el.find('h5 > a');
|
|
18
|
+
const articleURL = `https://www.fx-markets.com${$titleEl.attr('href')}`;
|
|
19
|
+
const articleTitle = $titleEl.attr('title');
|
|
20
|
+
return {
|
|
21
|
+
title: articleTitle,
|
|
22
|
+
link: articleURL,
|
|
23
|
+
pubDate: parseDate($el.find('time').text()),
|
|
24
|
+
};
|
|
25
|
+
})
|
|
26
|
+
.get();
|
|
27
|
+
|
|
28
|
+
const result = await Promise.all(
|
|
29
|
+
articles.map((item) =>
|
|
30
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
31
|
+
const res = await got(item.link);
|
|
32
|
+
const doc = cheerio.load(res.data);
|
|
33
|
+
// This script holds publish datetime info {"datePublished": "2022-05-12T08:45:04+01:00"}
|
|
34
|
+
const dateScript = doc('script[type="application/ld+json"]').get()[0].children[0].data;
|
|
35
|
+
const re = /"datePublished": "(?<dateTimePub>.*)"/;
|
|
36
|
+
const dateStr = re.exec(dateScript).groups.dateTimePub;
|
|
37
|
+
const pubDateTime = parseDate(dateStr, 'YYYY-MM-DDTHH:mm:ssZ');
|
|
38
|
+
// Exclude hidden print message
|
|
39
|
+
item.description = doc('div.article-page-body-content:not(.print-access-info)').html();
|
|
40
|
+
return {
|
|
41
|
+
title: item.title,
|
|
42
|
+
link: item.link,
|
|
43
|
+
description: item.description,
|
|
44
|
+
// if we fail to get accurate publish date time, show date only from article link on index page.
|
|
45
|
+
pubDate: pubDateTime ? pubDateTime : item.pubDate,
|
|
46
|
+
};
|
|
47
|
+
})
|
|
48
|
+
)
|
|
49
|
+
);
|
|
50
|
+
|
|
51
|
+
ctx.state.data = {
|
|
52
|
+
title,
|
|
53
|
+
link,
|
|
54
|
+
item: result,
|
|
55
|
+
};
|
|
56
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'fx-markets.com': {
|
|
3
|
+
_name: 'FX-Markets',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: 'Trading',
|
|
7
|
+
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
8
|
+
source: '/trading',
|
|
9
|
+
target: '/fx-markets/trading',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: 'Infrastructure',
|
|
13
|
+
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
14
|
+
source: '/infrastructure',
|
|
15
|
+
target: '/fx-markets/infrastructure',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
title: 'Tech and Data',
|
|
19
|
+
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
20
|
+
source: '/tech-and-data',
|
|
21
|
+
target: '/fx-markets/tech-and-data',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
title: 'Regulation',
|
|
25
|
+
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
26
|
+
source: '/regulation',
|
|
27
|
+
target: '/fx-markets/regulation',
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
},
|
|
31
|
+
};
|
|
@@ -15,7 +15,7 @@ module.exports = async (ctx) => {
|
|
|
15
15
|
const list = $('.original.am_card.original-normal')
|
|
16
16
|
.map(function () {
|
|
17
17
|
const item = {
|
|
18
|
-
url: $(this).find('a
|
|
18
|
+
url: $(this).find('.am_card_inner>a').attr('href'),
|
|
19
19
|
title: $(this).find('h3.am_card_title').text(),
|
|
20
20
|
category: $(this).find('span.original_category>a').text(),
|
|
21
21
|
};
|
|
@@ -23,6 +23,10 @@ module.exports = async (ctx) => {
|
|
|
23
23
|
})
|
|
24
24
|
.get();
|
|
25
25
|
|
|
26
|
+
if (list.length > 0 && list.every((item) => item.url === undefined)) {
|
|
27
|
+
throw new Error('Article URL not found! Please submit an issue on GitHub.');
|
|
28
|
+
}
|
|
29
|
+
|
|
26
30
|
const out = await Promise.all(
|
|
27
31
|
list.map((item) => {
|
|
28
32
|
const articleUrl = `https://www.gcores.com${item.url}`;
|
package/lib/v2/gcores/tag.js
CHANGED
|
@@ -16,7 +16,7 @@ module.exports = async (ctx) => {
|
|
|
16
16
|
const list = $('.original.am_card.original-normal')
|
|
17
17
|
.map(function () {
|
|
18
18
|
const item = {
|
|
19
|
-
url: $(this).find('a
|
|
19
|
+
url: $(this).find('.am_card_inner>a').attr('href'),
|
|
20
20
|
title: $(this).find('h3.am_card_title').text(),
|
|
21
21
|
category: $(this).find('span.original_category>a').text(),
|
|
22
22
|
};
|
|
@@ -24,6 +24,10 @@ module.exports = async (ctx) => {
|
|
|
24
24
|
})
|
|
25
25
|
.get();
|
|
26
26
|
|
|
27
|
+
if (list.length > 0 && list.every((item) => item.url === undefined)) {
|
|
28
|
+
throw new Error('Article URL not found! Please submit an issue on GitHub.');
|
|
29
|
+
}
|
|
30
|
+
|
|
27
31
|
const out = await Promise.all(
|
|
28
32
|
list.map((item) => {
|
|
29
33
|
const articleUrl = `https://www.gcores.com${item.url}`;
|
|
@@ -0,0 +1,54 @@
|
|
|
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.category ?? '';
|
|
7
|
+
|
|
8
|
+
const rootUrl = 'https://www.getitfree.cn';
|
|
9
|
+
const currentUrl = `${rootUrl}${category ? `/category/${category}` : ''}/page/1`;
|
|
10
|
+
|
|
11
|
+
const response = await got({
|
|
12
|
+
method: 'get',
|
|
13
|
+
url: currentUrl,
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const $ = cheerio.load(response.data);
|
|
17
|
+
|
|
18
|
+
let items = $('a.post-title')
|
|
19
|
+
.toArray()
|
|
20
|
+
.map((item) => {
|
|
21
|
+
item = $(item);
|
|
22
|
+
|
|
23
|
+
return {
|
|
24
|
+
title: item.text(),
|
|
25
|
+
link: item.attr('href'),
|
|
26
|
+
};
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
items = await Promise.all(
|
|
30
|
+
items.map((item) =>
|
|
31
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
32
|
+
const detailResponse = await got({
|
|
33
|
+
method: 'get',
|
|
34
|
+
url: item.link,
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
const content = cheerio.load(detailResponse.data);
|
|
38
|
+
|
|
39
|
+
content('h3, footer').remove();
|
|
40
|
+
|
|
41
|
+
item.description = content('.post-content-text').html();
|
|
42
|
+
item.pubDate = parseDate(content('time.entry-date').first().attr('datetime'));
|
|
43
|
+
|
|
44
|
+
return item;
|
|
45
|
+
})
|
|
46
|
+
)
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
ctx.state.data = {
|
|
50
|
+
title: $('title').text(),
|
|
51
|
+
link: currentUrl,
|
|
52
|
+
item: items,
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'getitfree.cn': {
|
|
3
|
+
_name: '正版中国',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '分类',
|
|
7
|
+
docs: 'https://docs.rsshub.app/shopping.html#zheng-ban-zhong-guo-fen-lei',
|
|
8
|
+
source: ['/category/:category', '/'],
|
|
9
|
+
target: '/getitfree/:category?',
|
|
10
|
+
},
|
|
11
|
+
],
|
|
12
|
+
},
|
|
13
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'gitee.com': {
|
|
3
|
+
_name: 'Gitee',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '仓库 Releases',
|
|
7
|
+
link: 'https://docs.rsshub.app',
|
|
8
|
+
source: ['/:owner/:repo/releases'],
|
|
9
|
+
target: '/gitee/releases/:owner/:repo',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: '仓库提交',
|
|
13
|
+
link: 'https://docs.rsshub.app',
|
|
14
|
+
source: ['/:owner/:repo/commits'],
|
|
15
|
+
target: '/gitee/commits/:owner/:repo',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
title: '用户公开动态',
|
|
19
|
+
link: 'https://docs.rsshub.app',
|
|
20
|
+
source: ['/:username'],
|
|
21
|
+
target: '/gitee/events/:username',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
title: '仓库动态',
|
|
25
|
+
link: 'https://docs.rsshub.app',
|
|
26
|
+
source: ['/:owner/:repo'],
|
|
27
|
+
target: '/gitee/events/:owner/:repo',
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
},
|
|
31
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
const config = require('@/config').value;
|
|
4
|
+
const md = require('markdown-it')({
|
|
5
|
+
html: true,
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const { owner, repo } = ctx.params;
|
|
10
|
+
|
|
11
|
+
const apiUrl = `https://gitee.com/api/v5/repos/${owner}/${repo}/commits`;
|
|
12
|
+
const response = await ctx.cache.tryGet(
|
|
13
|
+
apiUrl,
|
|
14
|
+
async () =>
|
|
15
|
+
(
|
|
16
|
+
await got(apiUrl, {
|
|
17
|
+
searchParams: {
|
|
18
|
+
access_token: config.gitee.access_token ? config.gitee.access_token : undefined,
|
|
19
|
+
per_page: ctx.query.limit ? Number(ctx.query.limit) : 100,
|
|
20
|
+
direction: 'desc',
|
|
21
|
+
},
|
|
22
|
+
})
|
|
23
|
+
).data
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
const items = response.map((item) => ({
|
|
27
|
+
title: md.renderInline(item.commit.message),
|
|
28
|
+
description: md.render(item.commit.message),
|
|
29
|
+
author: item.author?.login || item.commit.author.name,
|
|
30
|
+
pubDate: parseDate(item.commit.author.date),
|
|
31
|
+
guid: item.sha,
|
|
32
|
+
link: item.html_url,
|
|
33
|
+
}));
|
|
34
|
+
|
|
35
|
+
ctx.state.data = {
|
|
36
|
+
title: `${owner}/${repo} - 提交`,
|
|
37
|
+
link: `https://gitee.com/${owner}/${repo}/commits`,
|
|
38
|
+
item: items,
|
|
39
|
+
};
|
|
40
|
+
};
|