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
|
File without changes
|
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
const got = require('@/utils/got');
|
|
2
2
|
const cheerio = require('cheerio');
|
|
3
|
-
const
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
4
|
|
|
5
5
|
module.exports = async (ctx) => {
|
|
6
|
-
const url = '
|
|
7
|
-
const response = await got
|
|
8
|
-
responseType: 'buffer',
|
|
9
|
-
});
|
|
6
|
+
const url = 'https://www.yjsswjt.com/zxdt_list.jsp?flbz=7';
|
|
7
|
+
const response = await got(url);
|
|
10
8
|
|
|
11
|
-
const
|
|
12
|
-
const $ = cheerio.load(iconv.decode(data, 'gb2312'));
|
|
9
|
+
const $ = cheerio.load(response.data);
|
|
13
10
|
const list = $('div.list_ul_div > ul > li');
|
|
14
11
|
|
|
15
12
|
ctx.state.data = {
|
|
16
13
|
title: '停水通知 - 阳江市水务集团有限公司',
|
|
17
|
-
link: '
|
|
14
|
+
link: 'https://www.yjsswjt.com/zxdt_list.jsp?flbz=7',
|
|
18
15
|
item: list
|
|
19
16
|
.map((_, el) => {
|
|
20
17
|
const item = $(el);
|
|
@@ -24,6 +21,7 @@ module.exports = async (ctx) => {
|
|
|
24
21
|
title: item.find('span').text().trim(),
|
|
25
22
|
description: item.find('span').text().trim(),
|
|
26
23
|
link: 'http://www.yjsswjt.com/list.jsp?id=' + id,
|
|
24
|
+
pubDate: parseDate(item.find('.datetime').text(), 'YYYY.MM.DD'),
|
|
27
25
|
};
|
|
28
26
|
})
|
|
29
27
|
.get(),
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
const dayjs = require('dayjs');
|
|
2
|
+
dayjs.extend(require('dayjs/plugin/utc'));
|
|
3
|
+
dayjs.extend(require('dayjs/plugin/timezone'));
|
|
4
|
+
const got = require('@/utils/got');
|
|
5
|
+
const { art } = require('@/utils/render');
|
|
6
|
+
const path = require('path');
|
|
7
|
+
const config = require('@/config').value;
|
|
8
|
+
const md5 = require('@/utils/md5');
|
|
9
|
+
|
|
10
|
+
// Constants
|
|
11
|
+
const DATA_REPO_BASE_URL = 'https://raw.githubusercontent.com/huqi-pr/trending-in-one/master/raw';
|
|
12
|
+
const DATE_FORMAT = 'YYYY-MM-DD';
|
|
13
|
+
// TODO: support custom data repo urls
|
|
14
|
+
const CHANNELS = {
|
|
15
|
+
'toutiao-search': {
|
|
16
|
+
baseUrl: 'https://so.toutiao.com/search?keyword=',
|
|
17
|
+
name: '今日头条热搜',
|
|
18
|
+
},
|
|
19
|
+
'weibo-search': {
|
|
20
|
+
baseUrl: 'https://s.weibo.com/weibo?q=',
|
|
21
|
+
name: '微博热搜',
|
|
22
|
+
},
|
|
23
|
+
'zhihu-search': {
|
|
24
|
+
baseUrl: 'https://www.zhihu.com/search?q=',
|
|
25
|
+
name: '知乎热搜',
|
|
26
|
+
},
|
|
27
|
+
'zhihu-questions': {
|
|
28
|
+
baseUrl: 'https://www.zhihu.com/search?type=question&q=',
|
|
29
|
+
name: '知乎热门话题',
|
|
30
|
+
},
|
|
31
|
+
'zhihu-video': {
|
|
32
|
+
baseUrl: 'https://www.zhihu.com/search?type=video&q=',
|
|
33
|
+
name: '知乎热门视频',
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
// Helper Functions
|
|
38
|
+
// TODO: integrate into CHANNELS
|
|
39
|
+
const processRawDataByChannel = {
|
|
40
|
+
'toutiao-search': ({ word: title }) => ({
|
|
41
|
+
// 源 url 存在 encoding 问题,暂时不使用
|
|
42
|
+
url: CHANNELS['toutiao-search'].baseUrl + encodeURIComponent(title),
|
|
43
|
+
title,
|
|
44
|
+
}),
|
|
45
|
+
'weibo-search': ({ title }) => ({
|
|
46
|
+
// 源 url 存在 encoding 问题,暂时不使用
|
|
47
|
+
url: CHANNELS['weibo-search'].baseUrl + encodeURIComponent(title),
|
|
48
|
+
title,
|
|
49
|
+
}),
|
|
50
|
+
'zhihu-questions': (item) => item,
|
|
51
|
+
'zhihu-search': ({ query }) => {
|
|
52
|
+
const title = query.trim();
|
|
53
|
+
return {
|
|
54
|
+
// 源 url 存在 encoding 问题,暂时不使用
|
|
55
|
+
url: CHANNELS['zhihu-search'].baseUrl + encodeURIComponent(title),
|
|
56
|
+
title,
|
|
57
|
+
};
|
|
58
|
+
},
|
|
59
|
+
'zhihu-video': (item) => item,
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const hasKeyword = (str, keywordList) => keywordList.some((keyword) => str.includes(keyword));
|
|
63
|
+
const toShanghaiTimezone = (date) => dayjs.tz(date, 'Asia/Shanghai');
|
|
64
|
+
|
|
65
|
+
// Data Fetcher
|
|
66
|
+
// TODO: support channel selection
|
|
67
|
+
const fetchAllData = async (keywordList = [], dateList = [], cache) => {
|
|
68
|
+
const cachedGetData = (url, dataMappingFn) =>
|
|
69
|
+
cache.tryGet(
|
|
70
|
+
url,
|
|
71
|
+
() =>
|
|
72
|
+
got(url)
|
|
73
|
+
.json()
|
|
74
|
+
// Normalize data to { title, url } format
|
|
75
|
+
.then((res) => res.map((item) => dataMappingFn(item))),
|
|
76
|
+
config.cache.contentExpire,
|
|
77
|
+
false
|
|
78
|
+
);
|
|
79
|
+
|
|
80
|
+
const data = await Promise.all(
|
|
81
|
+
dateList.map(async (dateTime) => ({
|
|
82
|
+
dateTime,
|
|
83
|
+
data: await Promise.all(
|
|
84
|
+
Object.keys(CHANNELS).map(async (channel) => ({
|
|
85
|
+
name: CHANNELS[channel].name,
|
|
86
|
+
data: await cachedGetData(`${DATA_REPO_BASE_URL}/${channel}/${dateTime.format(DATE_FORMAT)}.json`, processRawDataByChannel[channel]).then((res) => res.filter(({ title }) => hasKeyword(title, keywordList))),
|
|
87
|
+
}))
|
|
88
|
+
),
|
|
89
|
+
}))
|
|
90
|
+
);
|
|
91
|
+
for (const i of data) {
|
|
92
|
+
i.count = i.data.reduce((acc, { data }) => acc + data.length, 0);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
return data.filter(({ count }) => count > 0);
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
// Generate Feed Items
|
|
99
|
+
const searchLinkUrls = (keyword) => [
|
|
100
|
+
`https://tophub.today/search?e=tophub&q=${keyword}`,
|
|
101
|
+
`https://www.baidu.com/s?wd=${keyword}`,
|
|
102
|
+
`https://www.google.com/search?q=${keyword}`,
|
|
103
|
+
`https://www.zhihu.com/search?type=content&q=${keyword}`,
|
|
104
|
+
`https://s.weibo.com/weibo/${keyword}`,
|
|
105
|
+
`https://www.douyin.com/search/${keyword}`,
|
|
106
|
+
`https://so.toutiao.com/search?keyword=${keyword}`,
|
|
107
|
+
];
|
|
108
|
+
|
|
109
|
+
const searchLinkNames = ['热榜', '百度', '谷歌', '知乎', '微博', '抖音', '头条'];
|
|
110
|
+
|
|
111
|
+
const createItem = ({ dateTime, data, count }, keywords, isToday) => {
|
|
112
|
+
const EOD = dateTime.endOf('day');
|
|
113
|
+
const pubDate = isToday ? new Date() : EOD.toDate();
|
|
114
|
+
return {
|
|
115
|
+
title: `${keywords.join(', ')} | ${dateTime.format(DATE_FORMAT)} 热点追踪 (${count})`,
|
|
116
|
+
author: 'Trending All In One',
|
|
117
|
+
pubDate,
|
|
118
|
+
description: art(path.join(__dirname, 'templates/content.art'), {
|
|
119
|
+
data,
|
|
120
|
+
queries: keywords.map((query) => ({
|
|
121
|
+
links: searchLinkUrls(encodeURIComponent(query)).map((url, index) => `<a href="${url}" rel="noopener noreferrer" target="_blank">${searchLinkNames[index]}</a>`),
|
|
122
|
+
key: query,
|
|
123
|
+
})),
|
|
124
|
+
}),
|
|
125
|
+
guid: `trending-all-in-one-${EOD.toISOString()}-${md5(JSON.stringify(data))}-${keywords.join('-')}`,
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
// Main
|
|
130
|
+
module.exports = async (ctx) => {
|
|
131
|
+
// Prevent making over 100 requests per invocation
|
|
132
|
+
if (ctx.params.numberOfDays > 14) {
|
|
133
|
+
throw new Error('days must be less than 14');
|
|
134
|
+
}
|
|
135
|
+
const numberOfDays = ctx.params.numberOfDays || 3;
|
|
136
|
+
const currentShanghaiDateTime = dayjs(toShanghaiTimezone(new Date()));
|
|
137
|
+
const currentShanghaiDateStr = currentShanghaiDateTime.format(DATE_FORMAT);
|
|
138
|
+
const dateList = [];
|
|
139
|
+
for (let i = 0; i < numberOfDays; i++) {
|
|
140
|
+
const d = currentShanghaiDateTime.subtract(i, 'day');
|
|
141
|
+
dateList.push(d);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
const keywordList = ctx.params.keywords
|
|
145
|
+
.replace(',', ',')
|
|
146
|
+
.split(',')
|
|
147
|
+
.map((keyword) => keyword.trim());
|
|
148
|
+
const keywordStr = keywordList.join(', ');
|
|
149
|
+
|
|
150
|
+
const data = await fetchAllData(keywordList, dateList, ctx.cache);
|
|
151
|
+
const item =
|
|
152
|
+
data.length > 0
|
|
153
|
+
? data.map((i, index) => createItem(i, keywordList, index === 0))
|
|
154
|
+
: [
|
|
155
|
+
{
|
|
156
|
+
title: `${keywordStr} | ${currentShanghaiDateStr} 热点追踪 (0)`,
|
|
157
|
+
author: 'Trending All In One',
|
|
158
|
+
description: `近${numberOfDays}日的热搜都不包含下列关键词:${keywordStr}<br>请耐心等待,或添加更多关键词试试。`,
|
|
159
|
+
guid: `trending-all-in-one-${md5(JSON.stringify(data))}-${keywordList.join('-')}`,
|
|
160
|
+
},
|
|
161
|
+
];
|
|
162
|
+
|
|
163
|
+
ctx.state.data = {
|
|
164
|
+
title: `${keywordStr} | 热点聚合`,
|
|
165
|
+
description: `${keywordStr} | 今日头条热搜,知乎热门视频,知乎热搜榜,知乎热门话题,微博热搜榜聚合追踪`,
|
|
166
|
+
language: 'zh-cn',
|
|
167
|
+
item,
|
|
168
|
+
};
|
|
169
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'toutiao.com': {
|
|
3
|
+
_name: '今日头条',
|
|
4
|
+
so: [
|
|
5
|
+
{
|
|
6
|
+
title: '热搜关键词聚合追踪',
|
|
7
|
+
docs: 'https://docs.rsshub.app/social-media.html#re-sou-ju-he',
|
|
8
|
+
source: ['/search'],
|
|
9
|
+
target: (params, url) => `/trending/${new URL(url).searchParams.get('keyword')}`,
|
|
10
|
+
},
|
|
11
|
+
],
|
|
12
|
+
},
|
|
13
|
+
'weibo.com': {
|
|
14
|
+
_name: '微博',
|
|
15
|
+
s: [
|
|
16
|
+
{
|
|
17
|
+
title: '热搜关键词聚合追踪',
|
|
18
|
+
docs: 'https://docs.rsshub.app/social-media.html#re-sou-ju-he',
|
|
19
|
+
source: '/weibo/:keyword',
|
|
20
|
+
target: (params) => `/trending/${params.keyword}}`,
|
|
21
|
+
},
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
'zhihu.com': {
|
|
25
|
+
_name: '知乎',
|
|
26
|
+
www: [
|
|
27
|
+
{
|
|
28
|
+
title: '热搜关键词聚合追踪',
|
|
29
|
+
docs: 'https://docs.rsshub.app/social-media.html#re-sou-ju-he',
|
|
30
|
+
source: ['/search'],
|
|
31
|
+
target: (params, url) => `/trending/${new URL(url).searchParams.get('q')}`,
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<article>
|
|
2
|
+
<h2>热榜内容</h2>
|
|
3
|
+
{{each data channel}}
|
|
4
|
+
{{if channel.data.length !== 0}}
|
|
5
|
+
<h3>{{channel.name}}</h3>
|
|
6
|
+
<ul>
|
|
7
|
+
{{each channel.data item}}
|
|
8
|
+
<li>
|
|
9
|
+
<a href="{{item.url}}" rel="noopener noreferrer" target="_blank">{{item.title}}</a>
|
|
10
|
+
</li>
|
|
11
|
+
{{/each}}
|
|
12
|
+
</ul>
|
|
13
|
+
{{/if}}
|
|
14
|
+
{{/each}}
|
|
15
|
+
<h2>搜索关键词</h2>
|
|
16
|
+
{{each queries q}}
|
|
17
|
+
<h3>{{q.key}}</h3>
|
|
18
|
+
<p>
|
|
19
|
+
{{each q.links l}}
|
|
20
|
+
{{@l}}  
|
|
21
|
+
{{/each}}
|
|
22
|
+
</p>
|
|
23
|
+
{{/each}}
|
|
24
|
+
</article>
|
|
@@ -11,8 +11,14 @@ module.exports = async (ctx) => {
|
|
|
11
11
|
async () => {
|
|
12
12
|
const browser = await require('@/utils/puppeteer')();
|
|
13
13
|
const page = await browser.newPage();
|
|
14
|
+
await page.setRequestInterception(true);
|
|
15
|
+
page.on('request', (request) => {
|
|
16
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' || request.resourceType() === 'fetch' ? request.continue() : request.abort();
|
|
17
|
+
});
|
|
14
18
|
|
|
15
|
-
await page.goto(link
|
|
19
|
+
await page.goto(link, {
|
|
20
|
+
waitUntil: 'domcontentloaded',
|
|
21
|
+
});
|
|
16
22
|
await page.waitForSelector('#pickup03 .grid-cell');
|
|
17
23
|
await page.waitForSelector('#pickup04 .grid-cell');
|
|
18
24
|
await page.waitForSelector('#main-block .grid-cell');
|
|
@@ -8,7 +8,14 @@ module.exports = async (ctx) => {
|
|
|
8
8
|
const browser = await require('@/utils/puppeteer')();
|
|
9
9
|
|
|
10
10
|
const page = await browser.newPage();
|
|
11
|
-
await page.
|
|
11
|
+
await page.setRequestInterception(true);
|
|
12
|
+
page.on('request', (request) => {
|
|
13
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' || request.resourceType() === 'fetch' ? request.continue() : request.abort();
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
await page.goto(link, {
|
|
17
|
+
waitUntil: 'domcontentloaded',
|
|
18
|
+
});
|
|
12
19
|
|
|
13
20
|
await page.waitForSelector('#pickup03 .grid-cell');
|
|
14
21
|
await page.waitForSelector('#pickup04 .grid-cell');
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
|
|
6
|
+
const rootURL = 'http://jwch.usts.edu.cn/index';
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const type = ctx.params.type ?? 'jwdt';
|
|
10
|
+
const url = `${rootURL}/${type}.htm`;
|
|
11
|
+
const response = await got(url);
|
|
12
|
+
|
|
13
|
+
const $ = cheerio.load(response.data);
|
|
14
|
+
const title = $('div.mainWrap.cleafix > div > div.right.fr > div.local.fl > h3').text();
|
|
15
|
+
const list = $('div.list > ul > li')
|
|
16
|
+
.map((_index, item) => ({
|
|
17
|
+
title: $(item).find('a').text(),
|
|
18
|
+
link: new URL($(item).find('a').attr('href'), rootURL).href,
|
|
19
|
+
}))
|
|
20
|
+
.get();
|
|
21
|
+
|
|
22
|
+
const items = await Promise.all(
|
|
23
|
+
list.map((item) =>
|
|
24
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
25
|
+
const detailResponse = await got(item.link);
|
|
26
|
+
const content = cheerio.load(detailResponse.data);
|
|
27
|
+
|
|
28
|
+
let author = null;
|
|
29
|
+
let pubDate = null;
|
|
30
|
+
content('div.content-title.fl > i')
|
|
31
|
+
.text()
|
|
32
|
+
.split(' ')
|
|
33
|
+
.forEach((item) => {
|
|
34
|
+
if (item.includes('作者:')) {
|
|
35
|
+
author = item.split(':')[1];
|
|
36
|
+
}
|
|
37
|
+
if (item.includes('时间:')) {
|
|
38
|
+
pubDate = item.split(':')[1];
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
item.description = content('div#vsb_content').html();
|
|
43
|
+
item.author = author;
|
|
44
|
+
item.pubDate = timezone(parseDate(pubDate), +8);
|
|
45
|
+
|
|
46
|
+
return item;
|
|
47
|
+
})
|
|
48
|
+
)
|
|
49
|
+
);
|
|
50
|
+
|
|
51
|
+
ctx.state.data = {
|
|
52
|
+
title: `苏州科技大学 教务处 - ${title}`,
|
|
53
|
+
link: url,
|
|
54
|
+
item: items,
|
|
55
|
+
};
|
|
56
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'usts.edu.cn': {
|
|
3
|
+
_name: '苏州科技大学',
|
|
4
|
+
jwch: [
|
|
5
|
+
{
|
|
6
|
+
title: '教务动态',
|
|
7
|
+
docs: 'https://docs.rsshub.app/university.html#su-zhou-ke-ji-da-xue',
|
|
8
|
+
source: ['/jwdt.htm'],
|
|
9
|
+
target: '/wsts/jwch/jwdt',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: '公告在线',
|
|
13
|
+
docs: 'https://docs.rsshub.app/university.html#su-zhou-ke-ji-da-xue',
|
|
14
|
+
source: ['/ggzx.htm'],
|
|
15
|
+
target: '/wsts/jwch/ggzx',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
title: '选课通知',
|
|
19
|
+
docs: 'https://docs.rsshub.app/university.html#su-zhou-ke-ji-da-xue',
|
|
20
|
+
source: ['/xktz.htm'],
|
|
21
|
+
target: '/wsts/jwch/xktz',
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
const link = 'https://wallpaperhub.app/api/v1/wallpapers/?limit=20&page=&query=&width=&height=&tags=';
|
|
8
|
+
const response = await got({
|
|
9
|
+
method: 'get',
|
|
10
|
+
url: link,
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const list = response.data.entities.map((item) => ({
|
|
14
|
+
title: item.entity.title,
|
|
15
|
+
description: art(path.join(__dirname, 'templates/description.art'), {
|
|
16
|
+
description: item.entity.description,
|
|
17
|
+
img: item.entity.variations[0].resolutions[0].url || item.entity.thumbnail,
|
|
18
|
+
}),
|
|
19
|
+
pubDate: parseDate(item.entity.created),
|
|
20
|
+
link: `https://wallpaperhub.app/wallpapers/${item.entity.id}`,
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
ctx.state.data = {
|
|
24
|
+
title: 'WallpaperHub',
|
|
25
|
+
link: 'https://wallpaperhub.app/wallpapers',
|
|
26
|
+
item: list,
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>{{ description }}</p><img src="{{ img }}">
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
const {
|
|
1
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
2
|
+
const timezone = require('@/utils/timezone');
|
|
3
|
+
const { getContent } = require('./util');
|
|
2
4
|
|
|
3
5
|
module.exports = async (ctx) => {
|
|
4
6
|
const url = `https://www.xiaohongshu.com/board/${ctx.params.board_id}`;
|
|
5
|
-
const
|
|
6
|
-
const regex = /_SSR_STATE__\S*=([\s\S]+)<\/script>/gm;
|
|
7
|
-
const match = regex.exec(content);
|
|
8
|
-
const main = JSON.parse(match[1]).Main;
|
|
7
|
+
const main = await getContent(url, ctx.cache);
|
|
9
8
|
|
|
10
9
|
const albumInfo = main.albumInfo;
|
|
11
10
|
const title = albumInfo.name;
|
|
@@ -15,8 +14,11 @@ module.exports = async (ctx) => {
|
|
|
15
14
|
const resultItem = list.map((item) => ({
|
|
16
15
|
title: item.title,
|
|
17
16
|
link: `https://www.xiaohongshu.com/discovery/item/${item.id}`,
|
|
18
|
-
description: `<img src ="${item.cover.url}"><br>${item.title}`,
|
|
17
|
+
description: `<img src ="${item.cover.url.split('?imageView2')[0]}"><br>${item.title}`,
|
|
18
|
+
author: item.user.nickname,
|
|
19
|
+
pubDate: timezone(parseDate(item.time), 8),
|
|
19
20
|
}));
|
|
21
|
+
|
|
20
22
|
ctx.state.data = {
|
|
21
23
|
title,
|
|
22
24
|
link: url,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'xiaohongshu.com': {
|
|
3
|
+
_name: '小红书',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '用户笔记',
|
|
7
|
+
docs: 'https://docs.rsshub.app/social-media.html#xiao-hong-shu',
|
|
8
|
+
source: '/user/profile/:user_id',
|
|
9
|
+
target: '/xiaohongshu/user/:user_id/notes',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: '用户专辑',
|
|
13
|
+
docs: 'https://docs.rsshub.app/social-media.html#xiao-hong-shu',
|
|
14
|
+
source: '/user/profile/:user_id',
|
|
15
|
+
target: '/xiaohongshu/user/:user_id/album',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
title: '专辑',
|
|
19
|
+
docs: 'https://docs.rsshub.app/social-media.html#xiao-hong-shu',
|
|
20
|
+
source: '/board/:board_id',
|
|
21
|
+
target: '/xiaohongshu/board/:board_id',
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
};
|
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
const {
|
|
2
|
-
|
|
3
|
-
const
|
|
1
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
2
|
+
const timezone = require('@/utils/timezone');
|
|
3
|
+
const { getContent } = require('./util');
|
|
4
4
|
|
|
5
5
|
module.exports = async (ctx) => {
|
|
6
6
|
const userId = ctx.params.user_id;
|
|
7
7
|
const category = ctx.params.category;
|
|
8
8
|
const url = `https://www.xiaohongshu.com/user/profile/${userId}`;
|
|
9
9
|
|
|
10
|
-
const
|
|
11
|
-
const $ = cheerio.load(content);
|
|
12
|
-
const description = $('head title').html();
|
|
13
|
-
const regex = /_SSR_STATE__\S*=([\s\S]+)<\/script>/gm;
|
|
14
|
-
const match = regex.exec(content);
|
|
15
|
-
const main = JSON.parse(match[1]).Main;
|
|
10
|
+
const main = await getContent(url, ctx.cache);
|
|
16
11
|
const userDetail = main.userDetail;
|
|
12
|
+
const description = `${userDetail.nickname} • 小红书 / RED`;
|
|
17
13
|
if (category === 'notes') {
|
|
18
14
|
const list = main.notesDetail;
|
|
19
15
|
const resultItem = list.map((item) => ({
|
|
20
16
|
title: item.title,
|
|
21
17
|
link: `https://www.xiaohongshu.com/discovery/item/${item.id}`,
|
|
22
|
-
description: `<img src ="${item.cover.url}"><br>${item.title}`,
|
|
18
|
+
description: `<img src ="${item.cover.url.split('?imageView2')[0]}"><br>${item.title}`,
|
|
19
|
+
author: item.user.nickname,
|
|
20
|
+
pubDate: timezone(parseDate(item.time), 8),
|
|
23
21
|
}));
|
|
24
22
|
|
|
25
23
|
const title = `小红书-${userDetail.nickname}-笔记`;
|
|
@@ -34,7 +32,7 @@ module.exports = async (ctx) => {
|
|
|
34
32
|
const resultItem = list.map((item) => ({
|
|
35
33
|
title: item.title,
|
|
36
34
|
link: `https://www.xiaohongshu.com/board/${item.id}`,
|
|
37
|
-
description: item.images.map((it) => `<img src ="${it}">`).join(`<br
|
|
35
|
+
description: item.images.map((it) => `<img src ="${it.split('?imageView2')[0]}">`).join(`<br>`),
|
|
38
36
|
}));
|
|
39
37
|
|
|
40
38
|
const title = `小红书-${userDetail.nickname}-专辑`;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const config = require('@/config').value;
|
|
2
|
+
|
|
3
|
+
const getContent = (url, cache) =>
|
|
4
|
+
cache.tryGet(
|
|
5
|
+
url,
|
|
6
|
+
async () => {
|
|
7
|
+
const browser = await require('@/utils/puppeteer')();
|
|
8
|
+
try {
|
|
9
|
+
const page = await browser.newPage();
|
|
10
|
+
await page.setRequestInterception(true);
|
|
11
|
+
page.on('request', (request) => {
|
|
12
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' || request.resourceType() === 'xhr' ? request.continue() : request.abort();
|
|
13
|
+
});
|
|
14
|
+
await page.goto(url);
|
|
15
|
+
await page.waitForSelector('.pc-container');
|
|
16
|
+
let content = await page.content();
|
|
17
|
+
|
|
18
|
+
content = content.replace('"RedAppLayout":undefined,', ''); // fix json parse
|
|
19
|
+
const regex = /_SSR_STATE__\S*=([\s\S]+)<\/script>/gm;
|
|
20
|
+
const match = regex.exec(content);
|
|
21
|
+
return JSON.parse(match[1]).Main;
|
|
22
|
+
} finally {
|
|
23
|
+
browser.close();
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
config.cache.routeExpire,
|
|
27
|
+
false
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
module.exports = {
|
|
31
|
+
getContent,
|
|
32
|
+
};
|