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,64 @@
|
|
|
1
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
2
|
+
const got = require('@/utils/got');
|
|
3
|
+
const cheerio = require('cheerio');
|
|
4
|
+
|
|
5
|
+
const rootUrl = 'http://www.kcna.kp';
|
|
6
|
+
|
|
7
|
+
const parseJucheDate = (dateString) => {
|
|
8
|
+
if (!dateString) {
|
|
9
|
+
return null;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// https://en.wikipedia.org/wiki/Juche_calendar
|
|
13
|
+
const dateMatch = dateString.match(/(\d+)\D(\d+)\D(\d+)/);
|
|
14
|
+
const [jucheYear, month, day] = dateMatch ? dateMatch.slice(1) : [null, null, null];
|
|
15
|
+
if (jucheYear && month && day) {
|
|
16
|
+
const year = parseInt(jucheYear, 10) + 1911;
|
|
17
|
+
return parseDate(`${year}-${month}-${day}`, 'YYYY-M-D');
|
|
18
|
+
}
|
|
19
|
+
return null;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const fixDesc = ($, elem) => {
|
|
23
|
+
// <nobr><span className='fSpecCs'>???</span></nobr> => <b>???</b>
|
|
24
|
+
const $elem = $(elem);
|
|
25
|
+
$elem.find('.fSpecCs').each((_, item) => {
|
|
26
|
+
if (item.parent.name === 'nobr') {
|
|
27
|
+
$(item).unwrap();
|
|
28
|
+
}
|
|
29
|
+
item.name = 'b';
|
|
30
|
+
item.attribs = {};
|
|
31
|
+
});
|
|
32
|
+
return elem.html();
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
const fetchPhoto = (ctx, url) =>
|
|
36
|
+
ctx.cache.tryGet(url, async () => {
|
|
37
|
+
const res = await got(url);
|
|
38
|
+
const $ = cheerio.load(res.data);
|
|
39
|
+
let html = '';
|
|
40
|
+
$('.content img').each((_, item) => {
|
|
41
|
+
const src = item.attribs.src;
|
|
42
|
+
if (src) {
|
|
43
|
+
html += html ? `<br><img src="${src}">` : `<img src="${src}">`;
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
return html;
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
const fetchVideo = (ctx, url) =>
|
|
50
|
+
ctx.cache.tryGet(url, async () => {
|
|
51
|
+
const res = await got(url);
|
|
52
|
+
const $ = cheerio.load(res.data);
|
|
53
|
+
const js = $('script[type="text/javascript"]:not([src])').html();
|
|
54
|
+
let sources = js.match(/<[^>]*source[^>]+src[^>]+>/g);
|
|
55
|
+
sources = sources && sources.map((item) => item.replace(/'/g, '"').replace(/src="([^"]+)"/g, `src="${rootUrl}$1"`));
|
|
56
|
+
return `<video controls preload="none">${sources.join('\n')}</video>`;
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
module.exports = {
|
|
60
|
+
parseJucheDate,
|
|
61
|
+
fixDesc,
|
|
62
|
+
fetchPhoto,
|
|
63
|
+
fetchVideo,
|
|
64
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
项目:
|
|
2
|
+
{{ if item.meta.name === item.meta.workoutName }}
|
|
3
|
+
{{ item.meta.name }}
|
|
4
|
+
{{ else }}
|
|
5
|
+
{{ item.meta.name }} - {{ item.meta.workoutName }}
|
|
6
|
+
{{ /if }}
|
|
7
|
+
<br>
|
|
8
|
+
时长:{{ minute }}分{{ second }}秒
|
|
9
|
+
{{ if item.content }}
|
|
10
|
+
<br>
|
|
11
|
+
备注:{{ item.content }}
|
|
12
|
+
{{ /if }}
|
|
13
|
+
{{ if imagesTpl }}
|
|
14
|
+
<br>
|
|
15
|
+
{{@ imagesTpl }}
|
|
16
|
+
{{ /if }}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
const got = require('
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { art } = require('@/utils/render');
|
|
3
|
+
const path = require('path');
|
|
2
4
|
|
|
3
5
|
module.exports = async (ctx) => {
|
|
4
6
|
const id = ctx.params.id;
|
|
@@ -11,6 +13,11 @@ module.exports = async (ctx) => {
|
|
|
11
13
|
},
|
|
12
14
|
});
|
|
13
15
|
|
|
16
|
+
// check user have post or not
|
|
17
|
+
if (response.data.data.entries.length === 0) {
|
|
18
|
+
throw Error('该用户运动日记为空');
|
|
19
|
+
}
|
|
20
|
+
|
|
14
21
|
response.data.data.entries[0] = response.data.data.entries[0].entries;
|
|
15
22
|
const data = response.data.data.entries.reduce((all, current) => all.concat(current.entries));
|
|
16
23
|
|
|
@@ -38,9 +45,12 @@ module.exports = async (ctx) => {
|
|
|
38
45
|
title: item.meta.title.trim(),
|
|
39
46
|
pubDate: item.created,
|
|
40
47
|
link: `https://show.gotokeep.com/entries/${item.id}`,
|
|
41
|
-
description:
|
|
42
|
-
|
|
43
|
-
|
|
48
|
+
description: art(path.join(__dirname, 'templates/user.art'), {
|
|
49
|
+
item,
|
|
50
|
+
minute,
|
|
51
|
+
second,
|
|
52
|
+
imagesTpl,
|
|
53
|
+
}),
|
|
44
54
|
};
|
|
45
55
|
}),
|
|
46
56
|
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
|
|
5
|
+
const rootUrl = 'https://www.laohu8.com';
|
|
6
|
+
|
|
7
|
+
module.exports = async (ctx) => {
|
|
8
|
+
const id = ctx.params.id;
|
|
9
|
+
const url = `${rootUrl}/personal/${id}`;
|
|
10
|
+
|
|
11
|
+
const response = await got(url);
|
|
12
|
+
const $ = cheerio.load(response.data);
|
|
13
|
+
const author = $('h2.personal-name').text();
|
|
14
|
+
const data = JSON.parse($('#__APP_DATA__').text()).tweetList;
|
|
15
|
+
|
|
16
|
+
const items = await Promise.all(
|
|
17
|
+
data.map((item) =>
|
|
18
|
+
ctx.cache.tryGet(item.link, () => ({
|
|
19
|
+
title: item.title,
|
|
20
|
+
description: String(item.htmlText).replace(/\n/g, '<br><br>'),
|
|
21
|
+
link: `${rootUrl}/post/${item.id}`,
|
|
22
|
+
pubDate: parseDate(item.gmtCreate),
|
|
23
|
+
}))
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
ctx.state.data = {
|
|
28
|
+
title: `老虎社区 - ${author} 个人社区`,
|
|
29
|
+
link: url,
|
|
30
|
+
item: items,
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
|
|
4
|
+
// Initiate a HTTP GET request
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const domain = ctx.params.domain;
|
|
7
|
+
const response = await got(`https://api.lever.co/v0/postings/${domain}?mode=json`);
|
|
8
|
+
const data = response.data;
|
|
9
|
+
ctx.state.data = {
|
|
10
|
+
// the source title
|
|
11
|
+
title: `${domain}'s Job feed in RSS`,
|
|
12
|
+
// the source link
|
|
13
|
+
link: `https://api.lever.co/v0/postings/${domain}`,
|
|
14
|
+
// the source description
|
|
15
|
+
description: `Auto Generated RSS Spec for ${domain}`,
|
|
16
|
+
// iterate through all leaf objects
|
|
17
|
+
item: data.map((item) => ({
|
|
18
|
+
// the article title
|
|
19
|
+
title: item.text,
|
|
20
|
+
// the article content
|
|
21
|
+
description: item.descriptionPlain,
|
|
22
|
+
// the article publish time
|
|
23
|
+
pubDate: parseDate(item.createdAt),
|
|
24
|
+
// the article link
|
|
25
|
+
link: item.hostedUrl,
|
|
26
|
+
})),
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const { art } = require('@/utils/render');
|
|
5
|
+
|
|
6
|
+
const { CookieJar } = require('tough-cookie');
|
|
7
|
+
const cookieJar = new CookieJar();
|
|
8
|
+
|
|
9
|
+
module.exports = async (ctx) => {
|
|
10
|
+
const journal = ctx.params.journal;
|
|
11
|
+
const host = 'https://www.mdpi.com';
|
|
12
|
+
const jrnlUrl = `${host}/journal/${journal}`;
|
|
13
|
+
|
|
14
|
+
const response = await got(jrnlUrl, {
|
|
15
|
+
cookieJar,
|
|
16
|
+
});
|
|
17
|
+
const $ = cheerio.load(response.data);
|
|
18
|
+
const jrnlName = $('.journal__description').find('h1').text();
|
|
19
|
+
const issueUrl = `${host}${$('.side-menu-ul').find('a').eq(1).attr('href')}`;
|
|
20
|
+
|
|
21
|
+
const response2 = await got(issueUrl, {
|
|
22
|
+
cookieJar,
|
|
23
|
+
});
|
|
24
|
+
const $2 = cheerio.load(response2.data);
|
|
25
|
+
const issue = $2('.content__container').find('h1').text().trim();
|
|
26
|
+
const list = $2('.article-item')
|
|
27
|
+
.map((_, item) => {
|
|
28
|
+
const title = $2(item).find('.title-link').text();
|
|
29
|
+
const link = `${host}${$2(item).find('.title-link').attr('href')}`;
|
|
30
|
+
const authors = $2(item).find('.authors').find('.inlineblock').text();
|
|
31
|
+
const doiLink = $2(item).find('.color-grey-dark').find('a').attr('href');
|
|
32
|
+
let doi = '';
|
|
33
|
+
if (typeof doiLink !== 'undefined') {
|
|
34
|
+
doi = doiLink.replace('https://doi.org/', '');
|
|
35
|
+
}
|
|
36
|
+
$2(item).find('.abstract-full').find('a').remove();
|
|
37
|
+
const abstract = $2(item).find('.abstract-full').text().trim();
|
|
38
|
+
const img = `${host}${$2(item).find('.openpopupgallery').find('img').attr('data-src')}`;
|
|
39
|
+
return {
|
|
40
|
+
title,
|
|
41
|
+
authors,
|
|
42
|
+
link,
|
|
43
|
+
doi,
|
|
44
|
+
abstract,
|
|
45
|
+
issue,
|
|
46
|
+
img,
|
|
47
|
+
};
|
|
48
|
+
})
|
|
49
|
+
.get();
|
|
50
|
+
|
|
51
|
+
const renderDesc = (item) =>
|
|
52
|
+
art(path.join(__dirname, 'templates/description.art'), {
|
|
53
|
+
item,
|
|
54
|
+
});
|
|
55
|
+
const items = list.map((item) => {
|
|
56
|
+
item.description = renderDesc(item);
|
|
57
|
+
return item;
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
ctx.state.data = {
|
|
61
|
+
title: jrnlName,
|
|
62
|
+
link: jrnlUrl,
|
|
63
|
+
item: items,
|
|
64
|
+
};
|
|
65
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<p>
|
|
2
|
+
<span><big>{{ item.title }}</big></span><br>
|
|
3
|
+
</p>
|
|
4
|
+
<p>
|
|
5
|
+
<span><small><i>{{ item.authors }}</i></small></span><br>
|
|
6
|
+
<span><small><i>https://doi.org/{{ item.doi }}</i></small></span><br>
|
|
7
|
+
<span><small><i>{{ item.issue }}</i></small></span><br>
|
|
8
|
+
<img src={{ item.img }}>
|
|
9
|
+
</p>
|
|
10
|
+
<p>
|
|
11
|
+
<span>{{ item.abstract }}</span><br>
|
|
12
|
+
</p>
|
package/lib/v2/mihoyo/bbs.js
CHANGED
package/lib/v2/mihoyo/radar.js
CHANGED
|
@@ -5,8 +5,7 @@ module.exports = {
|
|
|
5
5
|
{
|
|
6
6
|
title: '米游社 - 官方公告',
|
|
7
7
|
docs: 'https://docs.rsshub.app/game.html#mi-ha-you-mi-you-she-guan-fang-gong-gao',
|
|
8
|
-
|
|
9
|
-
source: ['/:game/home/28', '/:game/home/6', '/:game/home/31', '/:game/home/33', '/:game/home/53'],
|
|
8
|
+
source: ['/:game/home/28', '/:game/home/6', '/:game/home/31', '/:game/home/33', '/:game/home/53', '/:game/home/58'],
|
|
10
9
|
target: (params, url) => {
|
|
11
10
|
const GITS_MAP = {
|
|
12
11
|
bh3: 1, // '崩坏三',
|
|
@@ -14,6 +13,7 @@ module.exports = {
|
|
|
14
13
|
bh2: 3, // '崩坏二',
|
|
15
14
|
wd: 4, // '未定事件簿',
|
|
16
15
|
sr: 6, // '崩坏:星穹铁道',
|
|
16
|
+
zzz: 8, // '绝区零'
|
|
17
17
|
};
|
|
18
18
|
const { game } = params;
|
|
19
19
|
const gids = GITS_MAP[game];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
3
|
+
const md = require('markdown-it')({
|
|
4
|
+
html: true,
|
|
5
|
+
linkify: true,
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const id = ctx.params.id;
|
|
10
|
+
|
|
11
|
+
const rootUrl = 'https://mirror.xyz';
|
|
12
|
+
const currentUrl = id.endsWith('.eth') ? `${rootUrl}/${id}` : `https://${id}.mirror.xyz`;
|
|
13
|
+
|
|
14
|
+
const response = await got({
|
|
15
|
+
method: 'get',
|
|
16
|
+
url: currentUrl,
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
const data = JSON.parse(response.data.match(/"__NEXT_DATA__" type="application\/json">({"props":.*})<\/script>/)[1]);
|
|
20
|
+
|
|
21
|
+
const items = data.props.pageProps.project.posts.map((item) => ({
|
|
22
|
+
title: item.title,
|
|
23
|
+
description: md.render(item.body),
|
|
24
|
+
link: `${currentUrl}/${item._id}`,
|
|
25
|
+
pubDate: parseDate(item.timestamp * 1000),
|
|
26
|
+
author: item.publisher.project.displayName,
|
|
27
|
+
}));
|
|
28
|
+
|
|
29
|
+
ctx.state.data = {
|
|
30
|
+
title: `${data.props.pageProps.project.displayName} - Mirror`,
|
|
31
|
+
link: currentUrl,
|
|
32
|
+
item: items,
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'mirror.xyz': {
|
|
3
|
+
_name: 'Mirror',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: 'User',
|
|
7
|
+
docs: 'https://docs.rsshub.app/new-media.html#mirror-user',
|
|
8
|
+
source: ['/:id', '/'],
|
|
9
|
+
target: (params, url) => {
|
|
10
|
+
const matches = new URL(url).toString().match(/https:\/\/(.*?)\.mirror\.xyz/);
|
|
11
|
+
const id = matches ? matches[1] : params.id;
|
|
12
|
+
return `/mirror/${id}`;
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { toTitleCase } = require('@/utils/common-utils');
|
|
4
|
+
const { parseDate, parseRelativeDate } = require('@/utils/parse-date');
|
|
5
|
+
const rootUrl = `https://forum.mobilism.org/viewforum.php?f=`;
|
|
6
|
+
const categeoryMap = {
|
|
7
|
+
books: {
|
|
8
|
+
romance: 1292,
|
|
9
|
+
scifi: 1293,
|
|
10
|
+
classics: 121,
|
|
11
|
+
magazines: 123,
|
|
12
|
+
audioBooks: 124,
|
|
13
|
+
comics: 311,
|
|
14
|
+
},
|
|
15
|
+
android: {
|
|
16
|
+
apps: 399,
|
|
17
|
+
games: 408,
|
|
18
|
+
},
|
|
19
|
+
iphone: {
|
|
20
|
+
apps: 316,
|
|
21
|
+
games: 320,
|
|
22
|
+
},
|
|
23
|
+
ipad: {
|
|
24
|
+
apps: 951,
|
|
25
|
+
games: 988,
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
module.exports = async (ctx) => {
|
|
29
|
+
const { category, type, fulltext } = ctx.params;
|
|
30
|
+
const currentUrl = rootUrl + categeoryMap[category][type];
|
|
31
|
+
const response = await got(currentUrl);
|
|
32
|
+
const $ = cheerio.load(cheerio.load(response.data)('tbody')[1]);
|
|
33
|
+
const lists = $('tbody > tr');
|
|
34
|
+
const list = lists
|
|
35
|
+
.map((index, item) => {
|
|
36
|
+
item = $(item);
|
|
37
|
+
const title = item.find('td').first().find('a[title]').text();
|
|
38
|
+
const link = new URL(item.find('td').first().find('a[title]').attr('href'), 'https://forum.mobilism.org');
|
|
39
|
+
const author = item.find('td').first().find('a.username-coloured').text();
|
|
40
|
+
const pubDate = item.find('td').first().find('small').text();
|
|
41
|
+
link.searchParams.delete('sid');
|
|
42
|
+
return {
|
|
43
|
+
title,
|
|
44
|
+
link: link.toString(),
|
|
45
|
+
author,
|
|
46
|
+
pubDate: /ago|day/.test(pubDate) ? parseRelativeDate(pubDate) : parseDate(pubDate, 'MMM D, YYYY, h:mm a'),
|
|
47
|
+
};
|
|
48
|
+
})
|
|
49
|
+
.get()
|
|
50
|
+
.sort((a, b) => b.pubDate - a.pubDate)
|
|
51
|
+
.slice(0, ctx.query.limit ? parseInt(ctx.query.limit) : 35);
|
|
52
|
+
// server will return 520 if concurrency > 37 when fulltext is used
|
|
53
|
+
let items;
|
|
54
|
+
if (fulltext === 'y') {
|
|
55
|
+
items = await Promise.all(
|
|
56
|
+
list.map((item) =>
|
|
57
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
58
|
+
const detailResponse = await got(item.link);
|
|
59
|
+
const content = cheerio.load(detailResponse.data);
|
|
60
|
+
item.description = content('div.content').html();
|
|
61
|
+
return item;
|
|
62
|
+
})
|
|
63
|
+
)
|
|
64
|
+
);
|
|
65
|
+
} else {
|
|
66
|
+
items = list;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
ctx.state.data = {
|
|
70
|
+
title: `Mobilism Forums ${toTitleCase(category)} ${toTitleCase(type)} Release`,
|
|
71
|
+
link: currentUrl,
|
|
72
|
+
description: `Mobilism Forums ${toTitleCase(category)} ${toTitleCase(type)} RSS`,
|
|
73
|
+
item: items,
|
|
74
|
+
};
|
|
75
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { toTitleCase } = require('@/utils/common-utils');
|
|
4
|
+
const { parseDate, parseRelativeDate } = require('@/utils/parse-date');
|
|
5
|
+
|
|
6
|
+
const get = (data) => {
|
|
7
|
+
const $ = cheerio.load(data);
|
|
8
|
+
const posts = $('div.span9 > section');
|
|
9
|
+
const items = posts
|
|
10
|
+
.map((index, item) => {
|
|
11
|
+
item = $(item);
|
|
12
|
+
const link = new URL(item.find('div.well > a').attr('href'), 'https://forum.mobilism.org');
|
|
13
|
+
const pubDate = item.find('div.well > span.muted > em').text().replace(item.find('div.well > span.muted > em > strong').text(), '').replace(' at ', '').split(' in ')[0];
|
|
14
|
+
link.searchParams.delete('sid');
|
|
15
|
+
return {
|
|
16
|
+
title: item.find('div.page-header > h3').text(),
|
|
17
|
+
link: link.toString(),
|
|
18
|
+
author: item.find('div.well > span.muted > em > strong').text().replace('Posted by: ', ''),
|
|
19
|
+
description: item.find('div.well > div.postbody').text(),
|
|
20
|
+
pubDate: /ago|day/.test(pubDate) ? parseRelativeDate(pubDate) : parseDate(pubDate, 'MMM D, YYYY, h:mm a'),
|
|
21
|
+
};
|
|
22
|
+
})
|
|
23
|
+
.get();
|
|
24
|
+
return items;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
module.exports = async (ctx) => {
|
|
28
|
+
const { type, fulltext } = ctx.params;
|
|
29
|
+
const url = `https://forum.mobilism.org/portal.php?mode=articles&block=${type}&sk=t&sd=d&start=0`;
|
|
30
|
+
const response = await got(url);
|
|
31
|
+
const list = get(response.data);
|
|
32
|
+
let items;
|
|
33
|
+
if (fulltext === 'y') {
|
|
34
|
+
items = await Promise.all(
|
|
35
|
+
list.map((item) =>
|
|
36
|
+
ctx.cache.tryGet(item.link, async () => {
|
|
37
|
+
const detailResponse = await got(item.link);
|
|
38
|
+
const content = cheerio.load(detailResponse.data);
|
|
39
|
+
item.description = content('div.content').html();
|
|
40
|
+
return item;
|
|
41
|
+
})
|
|
42
|
+
)
|
|
43
|
+
);
|
|
44
|
+
} else {
|
|
45
|
+
items = list;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
ctx.state.data = {
|
|
49
|
+
title: `Mobilism Portal ${toTitleCase(type)} Release`,
|
|
50
|
+
link: url,
|
|
51
|
+
description: `Mobilism Portal ${toTitleCase(type)} RSS`,
|
|
52
|
+
item: items,
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'mobilism.org': {
|
|
3
|
+
_name: 'Mobilism',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '论坛',
|
|
7
|
+
docs: 'https://docs.rsshub.app/bbs.html#mobilism',
|
|
8
|
+
source: '/',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
title: '门户',
|
|
12
|
+
docs: 'https://docs.rsshub.app/bbs.html#mobilism',
|
|
13
|
+
source: '/portal.php',
|
|
14
|
+
target: (_params, url) => `/mobilism/portal/${new URL(url).searchParams.get('block')}`,
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
title: '电子书',
|
|
18
|
+
docs: 'https://docs.rsshub.app/reading.html#mobilism',
|
|
19
|
+
source: '/',
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
};
|
|
@@ -8,7 +8,7 @@ module.exports = async (ctx) => {
|
|
|
8
8
|
const year = ctx.params.year || 'all';
|
|
9
9
|
const order = ctx.params.order || '0';
|
|
10
10
|
|
|
11
|
-
const rootUrl = 'https://www.
|
|
11
|
+
const rootUrl = 'https://www.52bdys.com';
|
|
12
12
|
const currentUrl = `${rootUrl}/s/${caty}?${type === 'all' ? '' : '&type=' + type}${area === 'all' ? '' : '&area=' + area}${year === 'all' ? '' : '&year=' + year}&order=${order}`;
|
|
13
13
|
const response = await got({
|
|
14
14
|
method: 'get',
|