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,69 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { finishArticleItem } = require('@/utils/wechat-mp');
|
|
4
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
5
|
+
|
|
6
|
+
const baseUrl = 'https://nsd.pku.edu.cn/sylm/gd/';
|
|
7
|
+
|
|
8
|
+
const pageType = (href) => {
|
|
9
|
+
if (!href.startsWith('http')) {
|
|
10
|
+
return 'in-site';
|
|
11
|
+
}
|
|
12
|
+
const url = new URL(href);
|
|
13
|
+
if (url.hostname === 'mp.weixin.qq.com') {
|
|
14
|
+
return 'wechat-mp';
|
|
15
|
+
} else if (url.hostname === 'news.pku.edu.cn') {
|
|
16
|
+
return 'pku-news';
|
|
17
|
+
} else {
|
|
18
|
+
return 'unknown';
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
module.exports = async (ctx) => {
|
|
23
|
+
const response = await got({ url: baseUrl, https: { rejectUnauthorized: false } });
|
|
24
|
+
|
|
25
|
+
const $ = cheerio.load(response.data);
|
|
26
|
+
const list = $('div.maincontent > ul > li')
|
|
27
|
+
.map((_index, item) => {
|
|
28
|
+
const href = $(item).find('a').attr('href');
|
|
29
|
+
const type = pageType(href);
|
|
30
|
+
return {
|
|
31
|
+
title: $(item).find('a').text().trim(),
|
|
32
|
+
link: type === 'in-site' ? baseUrl + href : href,
|
|
33
|
+
pubDate: parseDate($(item).find('span').first().text(), 'YYYY-MM-DD'),
|
|
34
|
+
type,
|
|
35
|
+
};
|
|
36
|
+
})
|
|
37
|
+
.get();
|
|
38
|
+
|
|
39
|
+
const items = await Promise.all(
|
|
40
|
+
list.map((item) => {
|
|
41
|
+
switch (item.type) {
|
|
42
|
+
case 'wechat-mp':
|
|
43
|
+
return finishArticleItem(ctx, item);
|
|
44
|
+
case 'pku-news':
|
|
45
|
+
return ctx.cache.tryGet(item.link, async () => {
|
|
46
|
+
const detailResponse = await got({ url: item.link, https: { rejectUnauthorized: false } });
|
|
47
|
+
const content = cheerio.load(detailResponse.data);
|
|
48
|
+
item.description = content('div.pageArticle > div.col.lf').html();
|
|
49
|
+
return item;
|
|
50
|
+
});
|
|
51
|
+
case 'in-site':
|
|
52
|
+
return ctx.cache.tryGet(item.link, async () => {
|
|
53
|
+
const detailResponse = await got({ url: item.link, https: { rejectUnauthorized: false } });
|
|
54
|
+
const content = cheerio.load(detailResponse.data);
|
|
55
|
+
item.description = content('div.article').html();
|
|
56
|
+
return item;
|
|
57
|
+
});
|
|
58
|
+
default:
|
|
59
|
+
return item;
|
|
60
|
+
}
|
|
61
|
+
})
|
|
62
|
+
);
|
|
63
|
+
|
|
64
|
+
ctx.state.data = {
|
|
65
|
+
title: '观点 - 北京大学国家发展研究院',
|
|
66
|
+
link: baseUrl,
|
|
67
|
+
item: items,
|
|
68
|
+
};
|
|
69
|
+
};
|
package/lib/v2/pku/radar.js
CHANGED
|
@@ -76,6 +76,14 @@ module.exports = {
|
|
|
76
76
|
target: '/pku/hr/:category?',
|
|
77
77
|
},
|
|
78
78
|
],
|
|
79
|
+
nsd: [
|
|
80
|
+
{
|
|
81
|
+
title: '观点 - 北京大学国家发展研究院',
|
|
82
|
+
docs: 'https://docs.rsshub.app/university.html#bei-jing-da-xue',
|
|
83
|
+
source: ['/'],
|
|
84
|
+
target: '/pku/nsd/gd',
|
|
85
|
+
},
|
|
86
|
+
],
|
|
79
87
|
'www.rccp': [
|
|
80
88
|
{
|
|
81
89
|
title: '每周一推 - 中国政治学研究中心',
|
package/lib/v2/pku/router.js
CHANGED
|
@@ -4,6 +4,7 @@ module.exports = function (router) {
|
|
|
4
4
|
router.get('/cls/lecture', require('./cls/lecture'));
|
|
5
5
|
router.get('/eecs/:type?', require('./eecs'));
|
|
6
6
|
router.get('/hr/:category?', require('./hr'));
|
|
7
|
+
router.get('/nsd/gd', require('./nsd'));
|
|
7
8
|
router.get('/rccp/mzyt', require('./rccp/mzyt'));
|
|
8
9
|
router.get('/scc/recruit/:type?', require('./scc/recruit'));
|
|
9
10
|
};
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { cookieJar, processArticle } = require('./utils');
|
|
6
|
+
const baseUrl = 'http://www.playno1.com';
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const { catid = '78' } = ctx.params;
|
|
10
|
+
const url = `${baseUrl}/portal.php?mod=list&catid=${catid}`;
|
|
11
|
+
const response = await got(url, {
|
|
12
|
+
cookieJar,
|
|
13
|
+
});
|
|
14
|
+
const $ = cheerio.load(response.data);
|
|
15
|
+
|
|
16
|
+
let items = $('.fire_float')
|
|
17
|
+
.toArray()
|
|
18
|
+
.filter((i) => $(i).text().length)
|
|
19
|
+
.map((item) => {
|
|
20
|
+
item = $(item);
|
|
21
|
+
return {
|
|
22
|
+
title: item.find('h3 a').attr('title'),
|
|
23
|
+
link: item.find('h3 a').attr('href'),
|
|
24
|
+
pubDate: timezone(parseDate(item.find('.fire_left').text()), 8),
|
|
25
|
+
author: item
|
|
26
|
+
.find('.fire_right')
|
|
27
|
+
.text()
|
|
28
|
+
.match(/作者:(.*)\s*\|/)[1]
|
|
29
|
+
.trim(),
|
|
30
|
+
};
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
items = await processArticle(items, ctx.cache);
|
|
34
|
+
|
|
35
|
+
ctx.state.data = {
|
|
36
|
+
title: $('head title').text(),
|
|
37
|
+
link: url,
|
|
38
|
+
item: items,
|
|
39
|
+
language: 'zh-TW',
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'playno1.com': {
|
|
3
|
+
_name: 'PLAYNO.1玩樂達人',
|
|
4
|
+
stno1: [
|
|
5
|
+
{
|
|
6
|
+
title: '情趣',
|
|
7
|
+
docs: 'https://docs.rsshub.app/bbs.html#playno-1-wan-le-da-ren',
|
|
8
|
+
source: ['/stno1/:catid/'],
|
|
9
|
+
target: '/playno1/st/:catid',
|
|
10
|
+
},
|
|
11
|
+
],
|
|
12
|
+
www: [
|
|
13
|
+
{
|
|
14
|
+
title: 'AV',
|
|
15
|
+
docs: 'https://docs.rsshub.app/bbs.html#playno-1-wan-le-da-ren',
|
|
16
|
+
source: ['/portal.php'],
|
|
17
|
+
target: (_params, url) => `/playno1/av/${new URL(url).searchParams.get('catid')}`,
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
},
|
|
21
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { cookieJar, processArticle } = require('./utils');
|
|
6
|
+
const baseUrl = 'http://stno1.playno1.com';
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const { catid = 'all' } = ctx.params;
|
|
10
|
+
const url = `${baseUrl}/stno1/${catid}/`;
|
|
11
|
+
const response = await got(url, {
|
|
12
|
+
cookieJar,
|
|
13
|
+
});
|
|
14
|
+
const $ = cheerio.load(response.data);
|
|
15
|
+
|
|
16
|
+
let items = $('.fallsBox')
|
|
17
|
+
.toArray()
|
|
18
|
+
.map((item) => {
|
|
19
|
+
item = $(item);
|
|
20
|
+
return {
|
|
21
|
+
title: item.find('.ftitle a').attr('title'),
|
|
22
|
+
link: item.find('.ftitle a').attr('href'),
|
|
23
|
+
pubDate: timezone(parseDate(item.find('.dateBox').text(), 'YYYY-MM-DD HH:mm'), 8),
|
|
24
|
+
author: item.find('.dateBox span a').eq(0).text().trim(),
|
|
25
|
+
};
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
items = await processArticle(items, ctx.cache);
|
|
29
|
+
|
|
30
|
+
ctx.state.data = {
|
|
31
|
+
title: $('head title').text(),
|
|
32
|
+
link: url,
|
|
33
|
+
item: items,
|
|
34
|
+
language: 'zh-TW',
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { CookieJar, Cookie } = require('tough-cookie');
|
|
4
|
+
const cookieJar = new CookieJar();
|
|
5
|
+
const cookie = Cookie.fromJSON({
|
|
6
|
+
key: 'playno1',
|
|
7
|
+
value: 'playno1Cookie',
|
|
8
|
+
domain: 'playno1.com',
|
|
9
|
+
path: '/',
|
|
10
|
+
});
|
|
11
|
+
(async () => {
|
|
12
|
+
await cookieJar.setCookie(cookie, 'http://www.playno1.com/');
|
|
13
|
+
})();
|
|
14
|
+
|
|
15
|
+
const processArticle = (items, cache) =>
|
|
16
|
+
Promise.all(
|
|
17
|
+
items.map((item) =>
|
|
18
|
+
cache.tryGet(item.link, async () => {
|
|
19
|
+
const detailResponse = await got(item.link, {
|
|
20
|
+
cookieJar,
|
|
21
|
+
});
|
|
22
|
+
const content = cheerio.load(detailResponse.data);
|
|
23
|
+
item.description = content('#article_content').html();
|
|
24
|
+
return item;
|
|
25
|
+
})
|
|
26
|
+
)
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
module.exports = {
|
|
30
|
+
cookieJar,
|
|
31
|
+
processArticle,
|
|
32
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const timezone = require('@/utils/timezone');
|
|
4
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
5
|
+
const { art } = require('@/utils/render');
|
|
6
|
+
const path = require('path');
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const rootUrl = 'https://pmthinking.com';
|
|
10
|
+
const currentUrl = `${rootUrl}/wp-json/b2/v1/getModulePostList`;
|
|
11
|
+
|
|
12
|
+
const response = await got({
|
|
13
|
+
method: 'post',
|
|
14
|
+
url: currentUrl,
|
|
15
|
+
json: {
|
|
16
|
+
index: 2,
|
|
17
|
+
post_paged: 1,
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
const $ = cheerio.load(response.data.data);
|
|
22
|
+
|
|
23
|
+
let items = $('h2 a')
|
|
24
|
+
.toArray()
|
|
25
|
+
.map((item) => {
|
|
26
|
+
item = $(item);
|
|
27
|
+
|
|
28
|
+
return {
|
|
29
|
+
title: item.text(),
|
|
30
|
+
link: item.attr('href'),
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
items = await Promise.all(
|
|
35
|
+
items.map((item) =>
|
|
36
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
37
|
+
const detailResponse = await got({
|
|
38
|
+
method: 'get',
|
|
39
|
+
url: item.link,
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
const content = cheerio.load(detailResponse.data);
|
|
43
|
+
|
|
44
|
+
item.author = content('.post-user-name').text();
|
|
45
|
+
item.pubDate = timezone(parseDate(content('time[itemprop="datePublished"]').attr('datetime')), +8);
|
|
46
|
+
item.description = art(path.join(__dirname, 'templates/description.art'), {
|
|
47
|
+
image: content('.post-style-4-top img').attr('src'),
|
|
48
|
+
description: content('.entry-content').html(),
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
return item;
|
|
52
|
+
})
|
|
53
|
+
)
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
ctx.state.data = {
|
|
57
|
+
title: '产品沉思录 · Product Thinking',
|
|
58
|
+
link: rootUrl,
|
|
59
|
+
item: items,
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'prestige-av.com': {
|
|
3
|
+
_name: 'Prestige 蚊香社',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '系列作品',
|
|
7
|
+
docs: 'https://docs.rsshub.app/multimedia.html#prestige-wen-xiang-she',
|
|
8
|
+
source: ['/goods/goods_list.php'],
|
|
9
|
+
target: (_params, url) => {
|
|
10
|
+
const link = new URL(url);
|
|
11
|
+
if (link.searchParams.get('mode') === 'series') {
|
|
12
|
+
return link.searchParams.has('sort') ? `/prestige-av/series/${link.searchParams.get('mid')}/${link.searchParams.get('sort')}` : `/prestige-av/series/${link.searchParams.get('mid')}`;
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
],
|
|
17
|
+
},
|
|
18
|
+
};
|
|
@@ -7,19 +7,24 @@ module.exports = async (ctx) => {
|
|
|
7
7
|
const sort = ctx.params.sort ?? 'near';
|
|
8
8
|
|
|
9
9
|
const page = await browser.newPage();
|
|
10
|
-
const link = `https://www.prestige-av.com/goods/goods_list.php?mode=series&mid=${id}&sort=${sort}`;
|
|
10
|
+
const link = `https://www.prestige-av.com/goods/goods_list.php?mode=series&mid=${id}&count=100&sort=${sort}`;
|
|
11
|
+
await page.setRequestInterception(true);
|
|
12
|
+
page.on('request', (request) => {
|
|
13
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' ? request.continue() : request.abort();
|
|
14
|
+
});
|
|
11
15
|
await page.goto(link);
|
|
12
16
|
await page.waitForSelector('.buttons');
|
|
13
17
|
await page.click('#AC');
|
|
14
18
|
await page.waitForSelector('#body_goods');
|
|
15
|
-
const
|
|
16
|
-
|
|
19
|
+
const html = await page.evaluate(() => document.documentElement.innerHTML);
|
|
20
|
+
browser.close();
|
|
17
21
|
|
|
18
22
|
const $ = cheerio.load(html);
|
|
19
23
|
const list = $('div#body_goods li');
|
|
20
24
|
|
|
21
25
|
ctx.state.data = {
|
|
22
26
|
title: `【Prestige】${$('div[class=search_title_layout_01]').children('h1').first().text().replace('シリーズ ▶ ', '').replace(/\s*/g, '')}`,
|
|
27
|
+
description: $('meta[name=Description]').attr('content'),
|
|
23
28
|
link: `https://www.prestige-av.com/goods/goods_list.php?mode=series&mid=${id}&sort=${sort}`,
|
|
24
29
|
item:
|
|
25
30
|
list &&
|
|
@@ -34,6 +39,4 @@ module.exports = async (ctx) => {
|
|
|
34
39
|
})
|
|
35
40
|
.get(),
|
|
36
41
|
};
|
|
37
|
-
|
|
38
|
-
browser.close();
|
|
39
42
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
|
|
4
|
+
const rootUrl = 'https://www.qipamaijia.com';
|
|
5
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
const cate = ctx.params.cate ?? '';
|
|
8
|
+
const url = `${rootUrl}/${cate}`;
|
|
9
|
+
|
|
10
|
+
const response = await got(url);
|
|
11
|
+
const $ = cheerio.load(response.data);
|
|
12
|
+
const title = $('#highlight').text();
|
|
13
|
+
const items = $('div.col_l > div.block')
|
|
14
|
+
.map((_index, item) => ({
|
|
15
|
+
title: $(item).find('div.content').text(),
|
|
16
|
+
link: $(item).find('a').attr('href'),
|
|
17
|
+
description: $(item).find('div.content').html() + $(item).find('div.thumb').html(),
|
|
18
|
+
}))
|
|
19
|
+
.get();
|
|
20
|
+
|
|
21
|
+
ctx.state.data = {
|
|
22
|
+
title: `奇葩买家秀 - ${title}`,
|
|
23
|
+
link: url,
|
|
24
|
+
item: items,
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -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
|
+
const topic = ctx.params.topic ?? (category === 'authors' ? 'reuters' : '');
|
|
8
|
+
|
|
9
|
+
const rootUrl = 'https://www.reuters.com';
|
|
10
|
+
const currentUrl = topic ? `${rootUrl}/${category}/${topic}/` : `${rootUrl}/${category}/`;
|
|
11
|
+
const response = await got(currentUrl);
|
|
12
|
+
const $ = cheerio.load(response.data);
|
|
13
|
+
|
|
14
|
+
let list = $('.media-story-card__body__3tRWy a.media-story-card__heading__eqhp9')
|
|
15
|
+
.map((_, item) => {
|
|
16
|
+
item = $(item);
|
|
17
|
+
item.find('span.visually-hidden__hidden__2qXMW').remove();
|
|
18
|
+
return {
|
|
19
|
+
title: item.text(),
|
|
20
|
+
link: rootUrl + item.prop('href'),
|
|
21
|
+
};
|
|
22
|
+
})
|
|
23
|
+
.get();
|
|
24
|
+
if (!list.length) {
|
|
25
|
+
const metadata = $('script#fusion-metadata').html();
|
|
26
|
+
const metadataObj = JSON.parse(metadata.match(/Fusion.globalContent=(\{[\s\S]*?});/)[1]);
|
|
27
|
+
const articles = metadataObj.arcResult?.articles ?? metadataObj.result?.articles ?? [];
|
|
28
|
+
list = articles.map((article) => ({
|
|
29
|
+
title: article.title,
|
|
30
|
+
link: rootUrl + article.canonical_url,
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
const items = await Promise.all(
|
|
34
|
+
list.map((item) =>
|
|
35
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
36
|
+
const detailResponse = await got(item.link);
|
|
37
|
+
const content = cheerio.load(detailResponse.data);
|
|
38
|
+
|
|
39
|
+
item.title = content('meta[property="og:title"]').attr('content') || item.title;
|
|
40
|
+
item.description = content('p[data-testid="paragraph-0"]').text();
|
|
41
|
+
item.pubDate = parseDate(content('meta[name="article:published_time"]').attr('content'));
|
|
42
|
+
item.author = content('meta[name="article:author"]').attr('content');
|
|
43
|
+
|
|
44
|
+
return item;
|
|
45
|
+
})
|
|
46
|
+
)
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
ctx.state.data = {
|
|
50
|
+
title: topic ? `Reuters - ${category} - ${topic}` : `Reuters - ${category}`,
|
|
51
|
+
link: currentUrl,
|
|
52
|
+
item: items,
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
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 rootUrl = 'https://www.reuters.com';
|
|
7
|
+
const currentUrl = `${rootUrl}/investigates`;
|
|
8
|
+
const response = await got(currentUrl);
|
|
9
|
+
|
|
10
|
+
const $ = cheerio.load(response.data);
|
|
11
|
+
|
|
12
|
+
const list = $('article.section-article-container.row')
|
|
13
|
+
.map((_, item) => ({
|
|
14
|
+
title: $(item).find('h2.subtitle').text(),
|
|
15
|
+
link: $(item).find('a.row.d-flex').prop('href'),
|
|
16
|
+
}))
|
|
17
|
+
.get();
|
|
18
|
+
const items = await Promise.all(
|
|
19
|
+
list.map((item) =>
|
|
20
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
21
|
+
const detailResponse = await got(item.link);
|
|
22
|
+
const content = cheerio.load(detailResponse.data);
|
|
23
|
+
|
|
24
|
+
item.title = content('title').text();
|
|
25
|
+
item.description = content('#paragraph-0').text();
|
|
26
|
+
item.pubDate = parseDate(content('time[itemprop="datePublished"]').attr('datetime'));
|
|
27
|
+
item.author = content('meta[property="og:article:publisher"]').attr('content');
|
|
28
|
+
|
|
29
|
+
return item;
|
|
30
|
+
})
|
|
31
|
+
)
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
ctx.state.data = {
|
|
35
|
+
title: $('h1.series-subtitle').text(),
|
|
36
|
+
link: currentUrl,
|
|
37
|
+
item: items,
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'reuters.com': {
|
|
3
|
+
_name: '路透社',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '分类/话题/作者',
|
|
7
|
+
docs: 'https://docs.rsshub.app/traditional-media.html#lu-tou-she',
|
|
8
|
+
source: ['/:category/:topic?', '/'],
|
|
9
|
+
target: '/reuters/:category/:topic?',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: '深度调查栏目',
|
|
13
|
+
docs: 'https://docs.rsshub.app/traditional-media.html#lu-tou-she',
|
|
14
|
+
source: ['/investigates'],
|
|
15
|
+
target: '/reuters/inverstigates',
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
module.exports = (router) => {
|
|
2
|
+
router.get('/channel/:site/:channel', require('./migration_prompt')); // deprecated
|
|
3
|
+
router.get('/theWire', require('./migration_prompt')); // deprecated
|
|
4
|
+
router.get('/investigates', require('./investigates'));
|
|
5
|
+
router.get('/:category/:topic?', require('./common'));
|
|
6
|
+
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
const got = require('@/utils/got');
|
|
2
2
|
const cheerio = require('cheerio');
|
|
3
3
|
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
const { decodeCFEmail } = require('@/utils/cf-email');
|
|
4
5
|
|
|
5
6
|
module.exports = async (ctx) => {
|
|
6
7
|
const id = ctx.params.id;
|
|
7
8
|
|
|
8
|
-
const rootUrl = 'https://sciencedirect.com';
|
|
9
|
+
const rootUrl = 'https://www.sciencedirect.com';
|
|
9
10
|
const currentUrl = `${rootUrl}/journal/${id}/articles-in-press`;
|
|
10
11
|
|
|
11
12
|
const response = await got({
|
|
@@ -44,6 +45,12 @@ module.exports = async (ctx) => {
|
|
|
44
45
|
|
|
45
46
|
const content = cheerio.load(detailResponse.data);
|
|
46
47
|
|
|
48
|
+
content('a.__cf_email__').each((_, e) => {
|
|
49
|
+
e = content(e);
|
|
50
|
+
e.after(decodeCFEmail(e.attr('data-cfemail')));
|
|
51
|
+
e.remove();
|
|
52
|
+
});
|
|
53
|
+
|
|
47
54
|
const abstracts = content('.Abstracts').html() ?? '';
|
|
48
55
|
const keywords = content('.Keywords').html() ?? '';
|
|
49
56
|
|