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,145 @@
|
|
|
1
|
+
const dayjs = require('dayjs');
|
|
2
|
+
const { art } = require('@/utils/render');
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
const timezone = require('@/utils/timezone');
|
|
5
|
+
const path = require('path');
|
|
6
|
+
const config = require('@/config').value;
|
|
7
|
+
|
|
8
|
+
// Parameters
|
|
9
|
+
const CACHE_MAX_AGE = config.cache.contentExpire;
|
|
10
|
+
const DEFAULT_FETCH_DURATION_MONTH = 6; // fetch data 6 month from now
|
|
11
|
+
|
|
12
|
+
// Fetch Data
|
|
13
|
+
const getMultiKeywordHotTrend = async (page, keyword, start_date, end_date, app_name = 'aweme') => {
|
|
14
|
+
const e = {
|
|
15
|
+
url: 'https://trendinsight.oceanengine.com/api/open/index/get_multi_keyword_hot_trend',
|
|
16
|
+
method: 'POST',
|
|
17
|
+
data: JSON.stringify({ keyword_list: [keyword], start_date, end_date, app_name }),
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const res = await page.evaluate((e) => {
|
|
21
|
+
function queryData() {
|
|
22
|
+
const p = new Promise((resolve) => {
|
|
23
|
+
const req = new XMLHttpRequest();
|
|
24
|
+
req.open(e.method, e.url, true);
|
|
25
|
+
req.setRequestHeader('accept', 'application/json, text/plain, */*');
|
|
26
|
+
req.setRequestHeader('content-type', 'application/json;charset=UTF-8');
|
|
27
|
+
req.setRequestHeader('tea-uid', '7054893410171930123');
|
|
28
|
+
req.onreadystatechange = function () {
|
|
29
|
+
if (req.readyState === 4 && req.status === 200) {
|
|
30
|
+
resolve(req.responseText);
|
|
31
|
+
} else {
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
req.send(e.data);
|
|
36
|
+
});
|
|
37
|
+
return p;
|
|
38
|
+
}
|
|
39
|
+
return Promise.all([queryData()]).then((result) => result);
|
|
40
|
+
}, e);
|
|
41
|
+
return res[0];
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
// Decrypt Data
|
|
45
|
+
const { createDecipheriv } = require('node:crypto');
|
|
46
|
+
const key = 'anN2bXA2NjYsamlh';
|
|
47
|
+
const iv = 'amlheW91LHFpYW53';
|
|
48
|
+
const algorithm = 'aes-128-cfb';
|
|
49
|
+
const decrypt = (rawData) => {
|
|
50
|
+
const encrypted = Buffer.from(rawData, 'base64').toString('hex');
|
|
51
|
+
const decipher = createDecipheriv(algorithm, key, iv);
|
|
52
|
+
const decrypted = decipher.update(encrypted, 'hex', 'utf8') + decipher.final('utf8');
|
|
53
|
+
return JSON.parse(decrypted);
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
// Generate Feed
|
|
57
|
+
const searchLinkUrls = (keyword) => [
|
|
58
|
+
`https://tophub.today/search?e=tophub&q=${keyword}`,
|
|
59
|
+
`https://www.baidu.com/s?wd=${keyword}`,
|
|
60
|
+
`https://www.google.com/search?q=${keyword}`,
|
|
61
|
+
`https://m.zhihu.com/search?type=content&q=${keyword}`,
|
|
62
|
+
`https://s.weibo.com/weibo/${keyword}`,
|
|
63
|
+
`https://www.douyin.com/search/${keyword}`,
|
|
64
|
+
`https://so.toutiao.com/search?keyword=${keyword}`,
|
|
65
|
+
];
|
|
66
|
+
|
|
67
|
+
const searchLinkNames = ['今日热榜', '百度', '谷歌', '知乎', '微博', '抖音', '头条'];
|
|
68
|
+
|
|
69
|
+
const createContent = (keyword, queryList, queryListText) =>
|
|
70
|
+
art(path.join(__dirname, 'templates', 'content.art'), {
|
|
71
|
+
keyword,
|
|
72
|
+
queryListText,
|
|
73
|
+
queries: queryList.map((query) => ({
|
|
74
|
+
links: searchLinkUrls(encodeURIComponent(query)).map((url, index) => `<a href="${url}" rel="noopener noreferrer" target="_blank">${searchLinkNames[index]}</a>`),
|
|
75
|
+
key: query,
|
|
76
|
+
})),
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
module.exports = async (ctx) => {
|
|
80
|
+
const now = dayjs();
|
|
81
|
+
const start_date = now.subtract(DEFAULT_FETCH_DURATION_MONTH, 'month').format('YYYYMMDD');
|
|
82
|
+
const end_date = now.format('YYYYMMDD');
|
|
83
|
+
const keyword = ctx.params.keyword;
|
|
84
|
+
if (!keyword) {
|
|
85
|
+
throw Error('Invalid keyword');
|
|
86
|
+
}
|
|
87
|
+
if (ctx.params.channel && !['douyin', 'toutiao'].includes(ctx.params.channel)) {
|
|
88
|
+
throw Error('Invalid channel。 Only support `douyin` or `toutiao`');
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
const channel = ctx.params.channel === 'toutiao' ? 'toutiao' : 'aweme'; // default channel is `douyin`
|
|
92
|
+
const channelName = ctx.params.channel === 'toutiao' ? '头条' : '抖音';
|
|
93
|
+
|
|
94
|
+
const link = `https://trendinsight.oceanengine.com/arithmetic-index/analysis?keyword=${keyword}&appName=${channel}`;
|
|
95
|
+
|
|
96
|
+
const item = await ctx.cache.tryGet(
|
|
97
|
+
link,
|
|
98
|
+
async () => {
|
|
99
|
+
const browser = await require('@/utils/puppeteer')();
|
|
100
|
+
const page = await browser.newPage();
|
|
101
|
+
await page.setRequestInterception(true);
|
|
102
|
+
page.on('request', (request) => {
|
|
103
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' || request.resourceType() === 'xhr' ? request.continue() : request.abort();
|
|
104
|
+
});
|
|
105
|
+
await page.goto('https://trendinsight.oceanengine.com/arithmetic-index');
|
|
106
|
+
const res = await getMultiKeywordHotTrend(page, keyword, start_date, end_date, channel);
|
|
107
|
+
browser.close();
|
|
108
|
+
|
|
109
|
+
const rawData = JSON.parse(res).data;
|
|
110
|
+
const data = decrypt(rawData).hot_list[0];
|
|
111
|
+
|
|
112
|
+
const searchAverage = parseInt(data.average.search_average);
|
|
113
|
+
|
|
114
|
+
return data.search_top_point_list.map(({ date, query_list }) => {
|
|
115
|
+
const searchIndex = parseInt(data.search_hot_list.find((listItem) => listItem.datetime === date).index);
|
|
116
|
+
const relativePercent = Math.round(((searchIndex - searchAverage) / searchAverage) * 100);
|
|
117
|
+
const icon = relativePercent > 0 ? '📈' : '📉';
|
|
118
|
+
|
|
119
|
+
const uniqueQueryList = query_list.filter((query) => query !== keyword);
|
|
120
|
+
const uniqueQueryListStr = uniqueQueryList.join(', ');
|
|
121
|
+
|
|
122
|
+
const content = createContent(keyword, [keyword, ...uniqueQueryList], uniqueQueryListStr);
|
|
123
|
+
|
|
124
|
+
return {
|
|
125
|
+
title: `${icon} ${keyword} ${relativePercent}% | ${uniqueQueryListStr}`,
|
|
126
|
+
author: `巨量算数 - ${channelName}算数指数`,
|
|
127
|
+
description: content,
|
|
128
|
+
link,
|
|
129
|
+
pubDate: timezone(parseDate(date), +8),
|
|
130
|
+
guid: `巨量算数 - ${channelName}算数指数 | ${keyword} - ${date}`,
|
|
131
|
+
};
|
|
132
|
+
});
|
|
133
|
+
},
|
|
134
|
+
CACHE_MAX_AGE,
|
|
135
|
+
false
|
|
136
|
+
);
|
|
137
|
+
|
|
138
|
+
ctx.state.data = {
|
|
139
|
+
title: `${keyword} - ${channelName}指数波峰`,
|
|
140
|
+
link,
|
|
141
|
+
description: `巨量算数 - ${channelName}算数指数 | 关键词: ${keyword}`,
|
|
142
|
+
language: 'zh-cn',
|
|
143
|
+
item,
|
|
144
|
+
};
|
|
145
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'oceanengine.com': {
|
|
3
|
+
_name: '巨量算数',
|
|
4
|
+
trendinsight: [
|
|
5
|
+
{
|
|
6
|
+
title: '抖音/头条指数波峰',
|
|
7
|
+
docs: 'https://docs.rsshub.app/other.html#ju-liang-suan-shu-suan-shu-zhi-shu',
|
|
8
|
+
source: ['/arithmetic-index/analysis'],
|
|
9
|
+
target: (params, url) => `/oceanengine/index/${new URL(url).searchParams.get('keyword')}`,
|
|
10
|
+
},
|
|
11
|
+
],
|
|
12
|
+
},
|
|
13
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const brand = ctx.params.brand;
|
|
6
|
+
const model = ctx.params.model;
|
|
7
|
+
const url = `https://openwrt.org/toh/${brand}/${model}`;
|
|
8
|
+
const response = await got(url);
|
|
9
|
+
const $ = cheerio.load(response.data);
|
|
10
|
+
const table = $('#installation').next();
|
|
11
|
+
|
|
12
|
+
ctx.state.data = {
|
|
13
|
+
title: $('h1').text() + ' - OpenWrt Releases',
|
|
14
|
+
link: url,
|
|
15
|
+
description: $('.dw-content div.level1').text(),
|
|
16
|
+
language: 'en-US',
|
|
17
|
+
item: [
|
|
18
|
+
{
|
|
19
|
+
title: table.find('.supported_current_rel').text(),
|
|
20
|
+
link: url,
|
|
21
|
+
description: `Firmware OpenWrt Install: ${table.find('.firmware_openwrt_install_url').html()}<br><br>Firmware OpenWrt Upgrade: ${$('.firmware_openwrt_upgrade_url').html()}'`,
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
};
|
|
25
|
+
};
|
package/lib/v2/orcid/index.js
CHANGED
|
@@ -34,7 +34,7 @@ module.exports = async (ctx) => {
|
|
|
34
34
|
link: work.url,
|
|
35
35
|
description: art(path.join(__dirname, 'templates/description.art'), {
|
|
36
36
|
title: work.title.value,
|
|
37
|
-
journalTitle: work.journalTitle
|
|
37
|
+
journalTitle: work.journalTitle?.value,
|
|
38
38
|
publicationDate: work.publicationDate,
|
|
39
39
|
workType: work.workType.value,
|
|
40
40
|
Str,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<h2>{{ title }}</h2
|
|
1
|
+
<h2>{{ title }}</h2>{{ if journalTitle }}<h3>{{ journalTitle }}</h3>{{ /if }}
|
|
2
2
|
<span>{{ if publicationDate.year }}{{ publicationDate.year }}{{ /if }}{{ if publicationDate.month }}-{{ publicationDate.month }}{{ /if }}{{ if publicationDate.day }}-{{ publicationDate.day }}{{ /if }} | {{ workType }}</span><br>
|
|
3
|
-
<span>{{@ Str }}</span><span>Source: {{ sourceName }}</span>
|
|
3
|
+
<span>{{@ Str }}</span><span>Source: {{ sourceName }}</span>
|
|
@@ -6,34 +6,22 @@ module.exports = async (ctx) => {
|
|
|
6
6
|
const id = ctx.params.id;
|
|
7
7
|
|
|
8
8
|
const rootUrl = 'https://panewslab.com';
|
|
9
|
-
const apiUrl = `${rootUrl}/
|
|
9
|
+
const apiUrl = `${rootUrl}/webapi/subject/articles?Rn=${ctx.query.limit ?? 25}&LId=1&tw=0&uid=${id}`;
|
|
10
10
|
const currentUrl = `${rootUrl}/zh/author/${id}.html`;
|
|
11
11
|
|
|
12
|
-
let author = '';
|
|
13
|
-
|
|
14
12
|
const response = await got({
|
|
15
|
-
method: '
|
|
13
|
+
method: 'get',
|
|
16
14
|
url: apiUrl,
|
|
17
|
-
form: {
|
|
18
|
-
memberId: id,
|
|
19
|
-
language: 'zh',
|
|
20
|
-
pageIndex: 1,
|
|
21
|
-
pageSize: 25,
|
|
22
|
-
newsTopicState: 'PUBLISHED',
|
|
23
|
-
},
|
|
24
15
|
});
|
|
25
16
|
|
|
26
|
-
let items = response.data.data.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
category: item.tags.split(','),
|
|
35
|
-
};
|
|
36
|
-
});
|
|
17
|
+
let items = response.data.data.map((item) => ({
|
|
18
|
+
title: item.title,
|
|
19
|
+
author: item.author.name,
|
|
20
|
+
pubDate: parseDate(item.publishTime * 1000),
|
|
21
|
+
link: `${rootUrl}/zh/articledetails/${item.id}.html`,
|
|
22
|
+
description: `<blockquote>${item.desc}</blockquote>`,
|
|
23
|
+
category: item.tags,
|
|
24
|
+
}));
|
|
37
25
|
|
|
38
26
|
items = await Promise.all(
|
|
39
27
|
items.map((item) =>
|
|
@@ -53,7 +41,7 @@ module.exports = async (ctx) => {
|
|
|
53
41
|
);
|
|
54
42
|
|
|
55
43
|
ctx.state.data = {
|
|
56
|
-
title: `PANews - ${author}`,
|
|
44
|
+
title: `PANews - ${items[0].author}`,
|
|
57
45
|
link: currentUrl,
|
|
58
46
|
item: items,
|
|
59
47
|
};
|
|
@@ -2,33 +2,40 @@ const got = require('@/utils/got');
|
|
|
2
2
|
const cheerio = require('cheerio');
|
|
3
3
|
const { parseDate } = require('@/utils/parse-date');
|
|
4
4
|
|
|
5
|
+
const categories = {
|
|
6
|
+
精选: '',
|
|
7
|
+
链游: 'aipysd',
|
|
8
|
+
元宇宙: 'arxgdo',
|
|
9
|
+
NFT: 'dwhfpp',
|
|
10
|
+
DeFi: 'gsqjtg',
|
|
11
|
+
监管: 'kohnph',
|
|
12
|
+
央行数字货币: 'loskks',
|
|
13
|
+
波卡: 'sxrabd',
|
|
14
|
+
'Layer 2': 'tdkreq',
|
|
15
|
+
DAO: 'yyufxg',
|
|
16
|
+
融资: 'zahilv',
|
|
17
|
+
活动: 'zqives',
|
|
18
|
+
};
|
|
19
|
+
|
|
5
20
|
module.exports = async (ctx) => {
|
|
6
|
-
const category = ctx.params.category ?? '';
|
|
21
|
+
const category = ctx.params.category ?? '精选';
|
|
7
22
|
|
|
8
23
|
const rootUrl = 'https://panewslab.com';
|
|
9
|
-
const apiUrl = `${rootUrl}/
|
|
24
|
+
const apiUrl = `${rootUrl}/webapi/depth/list?LId=1&Rn=${ctx.query.limit ?? 25}&TagId=${categories[category]}&tw=0`;
|
|
10
25
|
const currentUrl = `${rootUrl}/zh/profundity/index.html`;
|
|
11
26
|
|
|
12
27
|
const response = await got({
|
|
13
|
-
method: '
|
|
28
|
+
method: 'get',
|
|
14
29
|
url: apiUrl,
|
|
15
|
-
form: {
|
|
16
|
-
language: 'zh',
|
|
17
|
-
pageIndex: 1,
|
|
18
|
-
pageSize: 25,
|
|
19
|
-
newsTopicState: 'PUBLISHED',
|
|
20
|
-
isEssence: 'T',
|
|
21
|
-
tags: category,
|
|
22
|
-
},
|
|
23
30
|
});
|
|
24
31
|
|
|
25
|
-
let items = response.data.data.
|
|
32
|
+
let items = response.data.data.map((item) => ({
|
|
26
33
|
title: item.title,
|
|
27
|
-
author: item.
|
|
28
|
-
pubDate: parseDate(item.
|
|
34
|
+
author: item.author.name,
|
|
35
|
+
pubDate: parseDate(item.publishTime * 1000),
|
|
29
36
|
link: `${rootUrl}/zh/articledetails/${item.id}.html`,
|
|
30
|
-
description: `<blockquote>${item.
|
|
31
|
-
category: item.tags
|
|
37
|
+
description: `<blockquote>${item.desc}</blockquote>`,
|
|
38
|
+
category: item.tags,
|
|
32
39
|
}));
|
|
33
40
|
|
|
34
41
|
items = await Promise.all(
|
|
@@ -49,7 +56,7 @@ module.exports = async (ctx) => {
|
|
|
49
56
|
);
|
|
50
57
|
|
|
51
58
|
ctx.state.data = {
|
|
52
|
-
title: `PANews - ${category
|
|
59
|
+
title: `PANews - ${category}`,
|
|
53
60
|
link: currentUrl,
|
|
54
61
|
item: items,
|
|
55
62
|
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const rootUrl = 'https://panewslab.com';
|
|
6
|
+
const apiUrl = `${rootUrl}/webapi/flashnews?LId=1&Rn=${ctx.query.limit ?? 50}&tw=0`;
|
|
7
|
+
const currentUrl = `${rootUrl}/zh/news/index.html`;
|
|
8
|
+
|
|
9
|
+
const response = await got({
|
|
10
|
+
method: 'get',
|
|
11
|
+
url: apiUrl,
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
const items = response.data.data.flashNews[0].list.map((item) => ({
|
|
15
|
+
title: item.title,
|
|
16
|
+
author: item.author.name,
|
|
17
|
+
pubDate: parseDate(item.publishTime * 1000),
|
|
18
|
+
link: `${rootUrl}/zh/articledetails/${item.id}.html`,
|
|
19
|
+
description: `<p>${item.desc.replace(/\r\n原文链接/g, '')}</p>`,
|
|
20
|
+
category: item.tags,
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
ctx.state.data = {
|
|
24
|
+
title: 'PANews - 快讯',
|
|
25
|
+
link: currentUrl,
|
|
26
|
+
item: items,
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -12,13 +12,13 @@ module.exports = {
|
|
|
12
12
|
title: '快讯',
|
|
13
13
|
docs: 'https://docs.rsshub.app/new-media.html#panews-kuai-xun',
|
|
14
14
|
source: '/',
|
|
15
|
-
target: '/panewslab/
|
|
15
|
+
target: '/panewslab/news',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
title: '专栏',
|
|
19
19
|
docs: 'https://docs.rsshub.app/new-media.html#panews-zhuan-lan',
|
|
20
20
|
source: '/',
|
|
21
|
-
target: '/panewslab/
|
|
21
|
+
target: '/panewslab/author/:id',
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
title: '专题',
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
module.exports = function (router) {
|
|
2
|
-
router.get('/
|
|
3
|
-
router.get('/
|
|
2
|
+
router.get('/author/:id', require('./author'));
|
|
3
|
+
router.get('/column/:id', require('./author'));
|
|
4
|
+
router.get('/news', require('./news'));
|
|
5
|
+
router.get('/newsflash', require('./news'));
|
|
4
6
|
router.get('/topic/:id', require('./topic'));
|
|
5
7
|
router.get('/:category?', require('./index'));
|
|
6
8
|
};
|
|
@@ -6,28 +6,21 @@ module.exports = async (ctx) => {
|
|
|
6
6
|
const id = ctx.params.id;
|
|
7
7
|
|
|
8
8
|
const rootUrl = 'https://panewslab.com';
|
|
9
|
-
const apiUrl = `${rootUrl}/
|
|
9
|
+
const apiUrl = `${rootUrl}/webapi/subject/articles?Rn=${ctx.query.limit ?? 25}&LId=1&sid=${id}&tw=0`;
|
|
10
10
|
const currentUrl = `${rootUrl}/zh/topiclist/${id}.html`;
|
|
11
11
|
|
|
12
12
|
const response = await got({
|
|
13
|
-
method: '
|
|
13
|
+
method: 'get',
|
|
14
14
|
url: apiUrl,
|
|
15
|
-
form: {
|
|
16
|
-
language: 'zh',
|
|
17
|
-
pageIndex: 1,
|
|
18
|
-
pageSize: 25,
|
|
19
|
-
newsThemeId: id,
|
|
20
|
-
newsTopicState: 'PUBLISHED',
|
|
21
|
-
},
|
|
22
15
|
});
|
|
23
16
|
|
|
24
|
-
let items = response.data.data.
|
|
17
|
+
let items = response.data.data.map((item) => ({
|
|
25
18
|
title: item.title,
|
|
26
|
-
author: item.
|
|
27
|
-
pubDate: parseDate(item.
|
|
19
|
+
author: item.author.name,
|
|
20
|
+
pubDate: parseDate(item.publishTime * 1000),
|
|
28
21
|
link: `${rootUrl}/zh/articledetails/${item.id}.html`,
|
|
29
|
-
description: `<blockquote>${item.
|
|
30
|
-
category: item.tags
|
|
22
|
+
description: `<blockquote>${item.desc}</blockquote>`,
|
|
23
|
+
category: item.tags,
|
|
31
24
|
}));
|
|
32
25
|
|
|
33
26
|
items = await Promise.all(
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const cheerio = require('cheerio');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
const { baseUrl, puppeteerGet } = require('./utils');
|
|
4
|
+
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const { category = '0' } = ctx.params;
|
|
7
|
+
|
|
8
|
+
const url = `${baseUrl}/hot/list/category-${category}`;
|
|
9
|
+
|
|
10
|
+
// use Puppeteer due to the obstacle by cloudflare challenge
|
|
11
|
+
const html = await puppeteerGet(url, ctx.cache);
|
|
12
|
+
|
|
13
|
+
const $ = cheerio.load(html);
|
|
14
|
+
const list = $('div.aw-item');
|
|
15
|
+
|
|
16
|
+
ctx.state.data = {
|
|
17
|
+
title: '品葱 - 精选',
|
|
18
|
+
link: `${baseUrl}/hot/${category === '0' ? '' : `category-${category}`}`,
|
|
19
|
+
item: list
|
|
20
|
+
.map((_, item) => ({
|
|
21
|
+
title: $(item).find('h2 a').text().trim(),
|
|
22
|
+
description: $(item).find('div.markitup-box').html(),
|
|
23
|
+
link: baseUrl + $(item).find('div.mod-head h2 a').attr('href'),
|
|
24
|
+
pubDate: parseDate($(item).find('div.mod-footer .aw-small-text').text()),
|
|
25
|
+
}))
|
|
26
|
+
.get(),
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
const cheerio = require('cheerio');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
const { baseUrl, puppeteerGet } = require('./utils');
|
|
2
4
|
|
|
3
5
|
module.exports = async (ctx) => {
|
|
4
|
-
let url =
|
|
6
|
+
let url = `${baseUrl}/`;
|
|
5
7
|
|
|
6
8
|
const sortMap = {
|
|
7
9
|
new: 'sort_type-new',
|
|
@@ -13,15 +15,7 @@ module.exports = async (ctx) => {
|
|
|
13
15
|
url += ctx.params.category ? '__category-' + ctx.params.category : '';
|
|
14
16
|
|
|
15
17
|
// use Puppeteer due to the obstacle by cloudflare challenge
|
|
16
|
-
const
|
|
17
|
-
const page = await browser.newPage();
|
|
18
|
-
await page.goto(url);
|
|
19
|
-
const html = await page.evaluate(
|
|
20
|
-
// eslint-disable-next-line no-undef
|
|
21
|
-
() => document.querySelector('div.aw-common-list').innerHTML
|
|
22
|
-
);
|
|
23
|
-
|
|
24
|
-
browser.close();
|
|
18
|
+
const html = await puppeteerGet(url, ctx.cache);
|
|
25
19
|
|
|
26
20
|
const $ = cheerio.load(html);
|
|
27
21
|
const list = $('div.aw-item');
|
|
@@ -32,8 +26,8 @@ module.exports = async (ctx) => {
|
|
|
32
26
|
item: list
|
|
33
27
|
.map((_, item) => ({
|
|
34
28
|
title: $(item).find('h4 a').text().trim(),
|
|
35
|
-
link:
|
|
36
|
-
pubDate:
|
|
29
|
+
link: baseUrl + $(item).find('h4 a').attr('href'),
|
|
30
|
+
pubDate: parseDate($(item).attr('data-created-at') * 1000),
|
|
37
31
|
}))
|
|
38
32
|
.get(),
|
|
39
33
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'pincong.rocks': {
|
|
3
|
+
_name: '品葱',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '发现',
|
|
7
|
+
docs: 'https://docs.rsshub.app/bbs.html#pin-cong',
|
|
8
|
+
source: '/',
|
|
9
|
+
target: (_params, url) => {
|
|
10
|
+
const sortMap = {
|
|
11
|
+
'sort_type-new': 'new',
|
|
12
|
+
'recommend-1': 'recommend',
|
|
13
|
+
'sort_type-hot__day2': 'hot',
|
|
14
|
+
};
|
|
15
|
+
const path = new URL(url).pathname;
|
|
16
|
+
const category = (/__category/.test(path) ? path.split('__')[1] : path).replace('category-', '');
|
|
17
|
+
const sort = sortMap[/__category/.test(path) ? path.split('__')[0] : 'recommend-1'];
|
|
18
|
+
return `/pincong/category/${category}/${sort}`;
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
title: '精选',
|
|
23
|
+
docs: 'https://docs.rsshub.app/bbs.html#pin-cong',
|
|
24
|
+
source: ['/hot/:category'],
|
|
25
|
+
target: (params) => `/pincong/hot${params.category ? `/${params.category.replace('category-', '')}` : ''}`,
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
title: '话题',
|
|
29
|
+
docs: 'https://docs.rsshub.app/bbs.html#pin-cong',
|
|
30
|
+
source: '/topic/:topic',
|
|
31
|
+
target: '/pincong/topic/:topic',
|
|
32
|
+
},
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const cheerio = require('cheerio');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
const { baseUrl, puppeteerGet } = require('./utils');
|
|
4
|
+
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const url = `${baseUrl}/topic/${ctx.params.topic}`;
|
|
7
|
+
|
|
8
|
+
// use Puppeteer due to the obstacle by cloudflare challenge
|
|
9
|
+
const html = await puppeteerGet(url, ctx.cache);
|
|
10
|
+
|
|
11
|
+
const $ = cheerio.load(html);
|
|
12
|
+
const list = $('div.aw-item');
|
|
13
|
+
|
|
14
|
+
ctx.state.data = {
|
|
15
|
+
title: `品葱 - ${ctx.params.topic}`,
|
|
16
|
+
link: url,
|
|
17
|
+
item: list
|
|
18
|
+
.map((_, item) => ({
|
|
19
|
+
title: $(item).find('h4 a').text().trim(),
|
|
20
|
+
link: baseUrl + $(item).find('h4 a').attr('href'),
|
|
21
|
+
pubDate: parseDate($(item).attr('data-created-at') * 1000),
|
|
22
|
+
}))
|
|
23
|
+
.get(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const baseUrl = 'https://pincong.rocks';
|
|
2
|
+
|
|
3
|
+
const puppeteerGet = (url, cache) =>
|
|
4
|
+
cache.tryGet(url, async () => {
|
|
5
|
+
const browser = await require('@/utils/puppeteer')();
|
|
6
|
+
const page = await browser.newPage();
|
|
7
|
+
await page.setRequestInterception(true);
|
|
8
|
+
page.on('request', (request) => {
|
|
9
|
+
request.resourceType() === 'document' ? request.continue() : request.abort();
|
|
10
|
+
});
|
|
11
|
+
await page.goto(url, {
|
|
12
|
+
waitUntil: 'domcontentloaded',
|
|
13
|
+
});
|
|
14
|
+
const html = await page.evaluate(() => document.documentElement.innerHTML);
|
|
15
|
+
browser.close();
|
|
16
|
+
return html;
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
module.exports = {
|
|
20
|
+
baseUrl,
|
|
21
|
+
puppeteerGet,
|
|
22
|
+
};
|