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
|
@@ -7,20 +7,22 @@ module.exports = async (ctx) => {
|
|
|
7
7
|
|
|
8
8
|
const browser = await require('@/utils/puppeteer')();
|
|
9
9
|
const page = await browser.newPage();
|
|
10
|
-
await page.
|
|
11
|
-
|
|
12
|
-
()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
await page.setRequestInterception(true);
|
|
11
|
+
page.on('request', (request) => {
|
|
12
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' ? request.continue() : request.abort();
|
|
13
|
+
});
|
|
14
|
+
await page.goto(link, {
|
|
15
|
+
waitUntil: 'domcontentloaded',
|
|
16
|
+
});
|
|
17
|
+
const html = await page.evaluate(() => document.documentElement.innerHTML);
|
|
16
18
|
const $ = cheerio.load(html);
|
|
17
19
|
const list = $('font.newslist_style')
|
|
18
20
|
.map((_, item) => {
|
|
19
21
|
item = $(item);
|
|
20
22
|
const a = item.find('a[title]');
|
|
21
23
|
return {
|
|
22
|
-
title: a.
|
|
23
|
-
link: new URL(a.attr('href'), 'http://www.pbc.gov.cn'),
|
|
24
|
+
title: a.attr('title'),
|
|
25
|
+
link: new URL(a.attr('href'), 'http://www.pbc.gov.cn').href,
|
|
24
26
|
};
|
|
25
27
|
})
|
|
26
28
|
.get();
|
|
@@ -29,12 +31,14 @@ module.exports = async (ctx) => {
|
|
|
29
31
|
list.map((item) =>
|
|
30
32
|
ctx.cache.tryGet(item.link, async () => {
|
|
31
33
|
const detailPage = await browser.newPage();
|
|
32
|
-
await detailPage.
|
|
33
|
-
|
|
34
|
-
()
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
await detailPage.setRequestInterception(true);
|
|
35
|
+
detailPage.on('request', (request) => {
|
|
36
|
+
request.resourceType() === 'document' || request.resourceType() === 'script' ? request.continue() : request.abort();
|
|
37
|
+
});
|
|
38
|
+
await detailPage.goto(item.link, {
|
|
39
|
+
waitUntil: 'domcontentloaded',
|
|
40
|
+
});
|
|
41
|
+
const detailHtml = await detailPage.evaluate(() => document.documentElement.innerHTML);
|
|
38
42
|
const content = cheerio.load(detailHtml);
|
|
39
43
|
item.description = content('#zoom').html();
|
|
40
44
|
item.pubDate = timezone(parseDate(content('#shijian').text()), +8);
|
package/lib/v2/gov/radar.js
CHANGED
|
@@ -18,10 +18,18 @@ module.exports = {
|
|
|
18
18
|
},
|
|
19
19
|
'beijing.gov.cn': {
|
|
20
20
|
_name: '北京市人民政府',
|
|
21
|
+
jw: [
|
|
22
|
+
{
|
|
23
|
+
title: '北京市教育委员会通知公告',
|
|
24
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-jiao-yu-wei-yuan-tong-zhi-gong-gao',
|
|
25
|
+
source: ['/tzgg'],
|
|
26
|
+
target: '/gov/beijing/jw/tzgg',
|
|
27
|
+
},
|
|
28
|
+
],
|
|
21
29
|
kw: [
|
|
22
30
|
{
|
|
23
31
|
title: '北京市科委央地协同',
|
|
24
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
32
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
25
33
|
source: ['/col/:channel/index.html'],
|
|
26
34
|
target: (params) => {
|
|
27
35
|
if (params.channel === 'col1132') {
|
|
@@ -31,7 +39,7 @@ module.exports = {
|
|
|
31
39
|
},
|
|
32
40
|
{
|
|
33
41
|
title: '北京市科委三城一区',
|
|
34
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
42
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
35
43
|
source: ['/col/:channel/index.html'],
|
|
36
44
|
target: (params) => {
|
|
37
45
|
if (params.channel === 'col1134') {
|
|
@@ -41,7 +49,7 @@ module.exports = {
|
|
|
41
49
|
},
|
|
42
50
|
{
|
|
43
51
|
title: '北京市科委高精尖产业',
|
|
44
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
52
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
45
53
|
source: ['/col/:channel/index.html'],
|
|
46
54
|
target: (params) => {
|
|
47
55
|
if (params.channel === 'col1136') {
|
|
@@ -51,7 +59,7 @@ module.exports = {
|
|
|
51
59
|
},
|
|
52
60
|
{
|
|
53
61
|
title: '北京市科委开放创新',
|
|
54
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
62
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
55
63
|
source: ['/col/:channel/index.html'],
|
|
56
64
|
target: (params) => {
|
|
57
65
|
if (params.channel === 'col1138') {
|
|
@@ -61,7 +69,7 @@ module.exports = {
|
|
|
61
69
|
},
|
|
62
70
|
{
|
|
63
71
|
title: '北京市科委深化改革',
|
|
64
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
72
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
65
73
|
source: ['/col/:channel/index.html'],
|
|
66
74
|
target: (params) => {
|
|
67
75
|
if (params.channel === 'col1140') {
|
|
@@ -71,7 +79,7 @@ module.exports = {
|
|
|
71
79
|
},
|
|
72
80
|
{
|
|
73
81
|
title: '北京市科委内设机构',
|
|
74
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
82
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
75
83
|
source: ['/col/:channel/index.html'],
|
|
76
84
|
target: (params) => {
|
|
77
85
|
if (params.channel === 'col746') {
|
|
@@ -81,7 +89,7 @@ module.exports = {
|
|
|
81
89
|
},
|
|
82
90
|
{
|
|
83
91
|
title: '北京市科委直属机构',
|
|
84
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
92
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
85
93
|
source: ['/col/:channel/index.html'],
|
|
86
94
|
target: (params) => {
|
|
87
95
|
if (params.channel === 'col748') {
|
|
@@ -91,7 +99,7 @@ module.exports = {
|
|
|
91
99
|
},
|
|
92
100
|
{
|
|
93
101
|
title: '北京市科委行政许可',
|
|
94
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
102
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
95
103
|
source: ['/col/:channel/index.html'],
|
|
96
104
|
target: (params) => {
|
|
97
105
|
if (params.channel === 'col1520') {
|
|
@@ -101,7 +109,7 @@ module.exports = {
|
|
|
101
109
|
},
|
|
102
110
|
{
|
|
103
111
|
title: '北京市科委行政处罚',
|
|
104
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
112
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
105
113
|
source: ['/col/:channel/index.html'],
|
|
106
114
|
target: (params) => {
|
|
107
115
|
if (params.channel === 'col1522') {
|
|
@@ -111,7 +119,7 @@ module.exports = {
|
|
|
111
119
|
},
|
|
112
120
|
{
|
|
113
121
|
title: '北京市科委行政确认',
|
|
114
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
122
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
115
123
|
source: ['/col/:channel/index.html'],
|
|
116
124
|
target: (params) => {
|
|
117
125
|
if (params.channel === 'col1524') {
|
|
@@ -121,7 +129,7 @@ module.exports = {
|
|
|
121
129
|
},
|
|
122
130
|
{
|
|
123
131
|
title: '北京市科委行政奖励',
|
|
124
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
132
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
125
133
|
source: ['/col/:channel/index.html'],
|
|
126
134
|
target: (params) => {
|
|
127
135
|
if (params.channel === 'col1526') {
|
|
@@ -131,7 +139,7 @@ module.exports = {
|
|
|
131
139
|
},
|
|
132
140
|
{
|
|
133
141
|
title: '行北京市科委政检查',
|
|
134
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
142
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
135
143
|
source: ['/col/:channel/index.html'],
|
|
136
144
|
target: (params) => {
|
|
137
145
|
if (params.channel === 'col1528') {
|
|
@@ -141,7 +149,7 @@ module.exports = {
|
|
|
141
149
|
},
|
|
142
150
|
{
|
|
143
151
|
title: '北京市科委其他权力',
|
|
144
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
152
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
145
153
|
source: ['/col/:channel/index.html'],
|
|
146
154
|
target: (params) => {
|
|
147
155
|
if (params.channel === 'col1542') {
|
|
@@ -151,7 +159,7 @@ module.exports = {
|
|
|
151
159
|
},
|
|
152
160
|
{
|
|
153
161
|
title: '北京市科委最新政策',
|
|
154
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
162
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
155
163
|
source: ['/col/:channel/index.html'],
|
|
156
164
|
target: (params) => {
|
|
157
165
|
if (params.channel === 'col2380') {
|
|
@@ -161,7 +169,7 @@ module.exports = {
|
|
|
161
169
|
},
|
|
162
170
|
{
|
|
163
171
|
title: '北京市科委科技政策-科技法规规章文件',
|
|
164
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
172
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
165
173
|
source: ['/col/:channel/index.html'],
|
|
166
174
|
target: (params) => {
|
|
167
175
|
if (params.channel === 'col2962' || params.channel === 'col2384') {
|
|
@@ -171,7 +179,7 @@ module.exports = {
|
|
|
171
179
|
},
|
|
172
180
|
{
|
|
173
181
|
title: '北京市科委科技政策-科委规范性文件',
|
|
174
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
182
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
175
183
|
source: ['/col/:channel/index.html'],
|
|
176
184
|
target: (params) => {
|
|
177
185
|
if (params.channel === 'col2962' || params.channel === 'col2386') {
|
|
@@ -181,7 +189,7 @@ module.exports = {
|
|
|
181
189
|
},
|
|
182
190
|
{
|
|
183
191
|
title: '北京市科委科技政策-其他科技政策',
|
|
184
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
192
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
185
193
|
source: ['/col/:channel/index.html'],
|
|
186
194
|
target: (params) => {
|
|
187
195
|
if (params.channel === 'col2962' || params.channel === 'col2388') {
|
|
@@ -191,7 +199,7 @@ module.exports = {
|
|
|
191
199
|
},
|
|
192
200
|
{
|
|
193
201
|
title: '北京市科委国家科技政策',
|
|
194
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
202
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
195
203
|
source: ['/col/:channel/index.html'],
|
|
196
204
|
target: (params) => {
|
|
197
205
|
if (params.channel === 'col2964') {
|
|
@@ -201,7 +209,7 @@ module.exports = {
|
|
|
201
209
|
},
|
|
202
210
|
{
|
|
203
211
|
title: '北京市科委政策解读',
|
|
204
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
212
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
205
213
|
source: ['/col/:channel/index.html'],
|
|
206
214
|
target: (params) => {
|
|
207
215
|
if (params.channel === 'col2396') {
|
|
@@ -211,7 +219,7 @@ module.exports = {
|
|
|
211
219
|
},
|
|
212
220
|
{
|
|
213
221
|
title: '北京市科委通知公告',
|
|
214
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
222
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
215
223
|
source: ['/col/:channel/index.html'],
|
|
216
224
|
target: (params) => {
|
|
217
225
|
if (params.channel === 'col736') {
|
|
@@ -221,7 +229,7 @@ module.exports = {
|
|
|
221
229
|
},
|
|
222
230
|
{
|
|
223
231
|
title: '北京市科委新闻中心',
|
|
224
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
232
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
225
233
|
source: ['/col/:channel/index.html'],
|
|
226
234
|
target: (params) => {
|
|
227
235
|
if (params.channel === 'col6382') {
|
|
@@ -231,7 +239,7 @@ module.exports = {
|
|
|
231
239
|
},
|
|
232
240
|
{
|
|
233
241
|
title: '北京市科委要闻',
|
|
234
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
242
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
235
243
|
source: ['/col/:channel/index.html'],
|
|
236
244
|
target: (params) => {
|
|
237
245
|
if (params.channel === 'col6344') {
|
|
@@ -241,7 +249,7 @@ module.exports = {
|
|
|
241
249
|
},
|
|
242
250
|
{
|
|
243
251
|
title: '北京市科委工作动态',
|
|
244
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
252
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
245
253
|
source: ['/col/:channel/index.html'],
|
|
246
254
|
target: (params) => {
|
|
247
255
|
if (params.channel === 'col2330') {
|
|
@@ -251,7 +259,7 @@ module.exports = {
|
|
|
251
259
|
},
|
|
252
260
|
{
|
|
253
261
|
title: '北京市科委媒体报道',
|
|
254
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
262
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
255
263
|
source: ['/col/:channel/index.html'],
|
|
256
264
|
target: (params) => {
|
|
257
265
|
if (params.channel === 'col2332') {
|
|
@@ -261,7 +269,7 @@ module.exports = {
|
|
|
261
269
|
},
|
|
262
270
|
{
|
|
263
271
|
title: '北京市科委图片报道',
|
|
264
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
272
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
265
273
|
source: ['/col/:channel/index.html'],
|
|
266
274
|
target: (params) => {
|
|
267
275
|
if (params.channel === 'col6346') {
|
|
@@ -271,7 +279,7 @@ module.exports = {
|
|
|
271
279
|
},
|
|
272
280
|
{
|
|
273
281
|
title: '北京市科委政府网站年报专栏',
|
|
274
|
-
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui
|
|
282
|
+
docs: 'https://docs.rsshub.app/government.html#bei-jing-shi-ke-xue-ji-shu-wei-yuan-hui-zhong-guan-cun-ke-ji-yuan-qu-guan-li-wei-yuan-hui',
|
|
275
283
|
source: ['/col/:channel/index.html'],
|
|
276
284
|
target: (params) => {
|
|
277
285
|
if (params.channel === 'col1008') {
|
|
@@ -289,6 +297,17 @@ module.exports = {
|
|
|
289
297
|
},
|
|
290
298
|
],
|
|
291
299
|
},
|
|
300
|
+
'customs.gov.cn': {
|
|
301
|
+
_name: '中华人民共和国海关总署',
|
|
302
|
+
www: [
|
|
303
|
+
{
|
|
304
|
+
title: '拍卖信息 / 海关法规',
|
|
305
|
+
docs: 'https://docs.rsshub.app/government.html#zhong-hua-ren-min-gong-he-guo-hai-guan-zong-shu',
|
|
306
|
+
source: ['/'],
|
|
307
|
+
target: '/gov/customs/list',
|
|
308
|
+
},
|
|
309
|
+
],
|
|
310
|
+
},
|
|
292
311
|
'deyang.gov.cn': {
|
|
293
312
|
_name: '德阳市人民政府',
|
|
294
313
|
'.': [
|
package/lib/v2/gov/router.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
module.exports = function (router) {
|
|
2
2
|
// ministry
|
|
3
|
+
router.get('/customs/list/:gchannel?', require('./customs/list'));
|
|
3
4
|
router.get('/fmprc/:category?', require('./mfa/wjdt'));
|
|
4
5
|
router.get('/immiau/news', require('./immiau/news'));
|
|
5
6
|
router.get('/mee/ywdt/:category?', require('./mee/ywdt'));
|
|
@@ -17,6 +18,7 @@ module.exports = function (router) {
|
|
|
17
18
|
router.get('/pbc/zcyj', require('./pbc/zcyj'));
|
|
18
19
|
// province
|
|
19
20
|
router.get(/anhui\/kjt\/([\w\d/-]+)?/, require('./anhui/kjt'));
|
|
21
|
+
router.get('/beijing/jw/tzgg', require('./beijing/jw/tzgg'));
|
|
20
22
|
router.get('/beijing/kw/:channel', require('./beijing/kw/index'));
|
|
21
23
|
router.get('/hebei/czt/xwdt/:category?', require('./hebei/czt'));
|
|
22
24
|
router.get('/shenzhen/hrss/szksy/:caty/:page?', require('./shenzhen/hrss/szksy/index'));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { art } = require('@/utils/render');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
const username = ctx.params.username;
|
|
8
|
+
const products = ctx.params.products;
|
|
9
|
+
const url = `https://${username}.gumroad.com/l/${products}`;
|
|
10
|
+
|
|
11
|
+
const response = await got(url);
|
|
12
|
+
const $ = cheerio.load(response.data);
|
|
13
|
+
const title = $('section.product-content.product-content__row > header > h1').text();
|
|
14
|
+
const userFullName = $('section.product-content.product-content__row > section.details > a').text();
|
|
15
|
+
|
|
16
|
+
const item = [
|
|
17
|
+
{
|
|
18
|
+
title,
|
|
19
|
+
link: url,
|
|
20
|
+
description: art(path.join(__dirname, 'templates/products.art'), {
|
|
21
|
+
img: response.data.match(/data-preview-url="(.*?)"/)[1],
|
|
22
|
+
productsName: title,
|
|
23
|
+
price: $('div.price').text(),
|
|
24
|
+
desc: $('section.product-content.product-content__row > section:nth-child(3) > div').html(),
|
|
25
|
+
stack: $('div.product-info').find('ul.stack').html(),
|
|
26
|
+
}),
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
ctx.state.data = {
|
|
31
|
+
link: url,
|
|
32
|
+
title: `Gumroad - ${userFullName}/${title}`,
|
|
33
|
+
item,
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'gumroad.com': {
|
|
3
|
+
_name: 'Gumroad',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: '产品',
|
|
7
|
+
docs: 'https://docs.rsshub.app/shopping.html#gumroad',
|
|
8
|
+
source: ['/l/:products'],
|
|
9
|
+
target: (params, url) => {
|
|
10
|
+
const username = new URL(url).host.split('.')[0];
|
|
11
|
+
|
|
12
|
+
return `/gumroad/${username}/${params.products}`;
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const md = require('markdown-it')();
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const limit = ctx.query.limit ?? 25;
|
|
7
|
+
|
|
8
|
+
const response = await got(`https://api.hackertalk.net/v1/posts?limit=${limit}&orderBy=time`);
|
|
9
|
+
|
|
10
|
+
const data = response.data.data;
|
|
11
|
+
|
|
12
|
+
ctx.state.data = {
|
|
13
|
+
title: '黑客说的最新帖子',
|
|
14
|
+
link: 'https://hackertalk.net/?tab=new',
|
|
15
|
+
description: '黑客说 - 技术驱动优质交流',
|
|
16
|
+
item: data.map((item) => ({
|
|
17
|
+
title: item.title,
|
|
18
|
+
description: md.render(item.content),
|
|
19
|
+
pubDate: parseDate(item.createdAt),
|
|
20
|
+
link: `https://hackertalk.net/posts/${item.id}`,
|
|
21
|
+
})),
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const { art } = require('@/utils/render');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
5
|
+
|
|
6
|
+
const baseApiUrl = 'https://api.hashnode.com';
|
|
7
|
+
|
|
8
|
+
module.exports = async (ctx) => {
|
|
9
|
+
const username = ctx.params.username;
|
|
10
|
+
if (!username) {
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const query = `
|
|
15
|
+
{
|
|
16
|
+
user(username: "${username}") {
|
|
17
|
+
publication {
|
|
18
|
+
posts{
|
|
19
|
+
slug
|
|
20
|
+
title
|
|
21
|
+
brief
|
|
22
|
+
coverImage
|
|
23
|
+
dateAdded
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
29
|
+
|
|
30
|
+
const userUrl = `https://${username}.hashnode.dev`;
|
|
31
|
+
const response = await got({
|
|
32
|
+
method: 'POST',
|
|
33
|
+
url: baseApiUrl,
|
|
34
|
+
headers: {
|
|
35
|
+
Referer: userUrl,
|
|
36
|
+
'Content-type': 'application/json',
|
|
37
|
+
},
|
|
38
|
+
body: JSON.stringify({ query }),
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
const publication = response.data.data.user.publication;
|
|
42
|
+
if (!publication) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const list = publication.posts;
|
|
47
|
+
ctx.state.data = {
|
|
48
|
+
title: `Hashnode by ${username}`,
|
|
49
|
+
link: userUrl,
|
|
50
|
+
item: list
|
|
51
|
+
.map((item) => ({
|
|
52
|
+
title: item.title,
|
|
53
|
+
description: art(path.join(__dirname, 'templates/description.art'), {
|
|
54
|
+
image: item.coverImage,
|
|
55
|
+
brief: item.brief,
|
|
56
|
+
}),
|
|
57
|
+
pubDate: parseDate(item.dateAdded),
|
|
58
|
+
link: `${userUrl}/${item.slug}`,
|
|
59
|
+
}))
|
|
60
|
+
.filter((item) => item !== ''),
|
|
61
|
+
};
|
|
62
|
+
};
|
package/lib/v2/heu/gx/list.js
CHANGED
|
@@ -47,7 +47,7 @@ module.exports = async (ctx) => {
|
|
|
47
47
|
})
|
|
48
48
|
.get();
|
|
49
49
|
|
|
50
|
-
await Promise.all(
|
|
50
|
+
const items = await Promise.all(
|
|
51
51
|
list.map((item) =>
|
|
52
52
|
ctx.cache.tryGet(item.link, async () => {
|
|
53
53
|
if (item.link.indexOf('info') !== -1) {
|
|
@@ -68,6 +68,6 @@ module.exports = async (ctx) => {
|
|
|
68
68
|
ctx.state.data = {
|
|
69
69
|
title: '工学-' + bigTitle,
|
|
70
70
|
link: toUrl,
|
|
71
|
-
item:
|
|
71
|
+
item: items,
|
|
72
72
|
};
|
|
73
73
|
};
|
package/lib/v2/heu/job/list.js
CHANGED
|
@@ -44,7 +44,7 @@ module.exports = async (ctx) => {
|
|
|
44
44
|
})
|
|
45
45
|
.get();
|
|
46
46
|
|
|
47
|
-
await Promise.all(
|
|
47
|
+
const items = await Promise.all(
|
|
48
48
|
list.map((item) =>
|
|
49
49
|
ctx.cache.tryGet(item.link, async () => {
|
|
50
50
|
if (item.link.indexOf('HrbeuJY') !== -1) {
|
|
@@ -65,6 +65,6 @@ module.exports = async (ctx) => {
|
|
|
65
65
|
ctx.state.data = {
|
|
66
66
|
title: '就业服务平台-' + idMap[id].name,
|
|
67
67
|
link: idMap[id].url,
|
|
68
|
-
item:
|
|
68
|
+
item: items,
|
|
69
69
|
};
|
|
70
70
|
};
|
package/lib/v2/heu/uae/list.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = async (ctx) => {
|
|
|
35
35
|
})
|
|
36
36
|
.get();
|
|
37
37
|
|
|
38
|
-
await Promise.all(
|
|
38
|
+
const items = await Promise.all(
|
|
39
39
|
list.map((item) =>
|
|
40
40
|
ctx.cache.tryGet(item.link, async () => {
|
|
41
41
|
if (item.link.indexOf('page.htm') !== -1) {
|
|
@@ -57,6 +57,6 @@ module.exports = async (ctx) => {
|
|
|
57
57
|
ctx.state.data = {
|
|
58
58
|
title: '水声学院-' + bigTitle,
|
|
59
59
|
link: rootUrl.concat('/', id, '/list.htm'),
|
|
60
|
-
item:
|
|
60
|
+
item: items,
|
|
61
61
|
};
|
|
62
62
|
};
|
package/lib/v2/heu/yjsy/list.js
CHANGED
|
@@ -39,7 +39,7 @@ module.exports = async (ctx) => {
|
|
|
39
39
|
})
|
|
40
40
|
.get();
|
|
41
41
|
|
|
42
|
-
await Promise.all(
|
|
42
|
+
const items = await Promise.all(
|
|
43
43
|
list.map((item) =>
|
|
44
44
|
ctx.cache.tryGet(item.link, async () => {
|
|
45
45
|
if (item.link.indexOf('page.htm') !== -1) {
|
|
@@ -60,6 +60,6 @@ module.exports = async (ctx) => {
|
|
|
60
60
|
ctx.state.data = {
|
|
61
61
|
title: '研究生院-' + bigTitle,
|
|
62
62
|
link: rootUrl.concat('/', id, '/list.htm'),
|
|
63
|
-
item:
|
|
63
|
+
item: items,
|
|
64
64
|
};
|
|
65
65
|
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
4
|
+
|
|
5
|
+
module.exports = async (ctx) => {
|
|
6
|
+
const id = ctx.params.id;
|
|
7
|
+
|
|
8
|
+
const response = await got(`https://web-data.api.hk01.com/v2/page/category/${id}`);
|
|
9
|
+
const data = response.data;
|
|
10
|
+
const list = data.sections[0].items;
|
|
11
|
+
|
|
12
|
+
await Promise.all(
|
|
13
|
+
list.map((item) =>
|
|
14
|
+
ctx.cache.tryGet(`https://www.hk01.com/${item.data.mainCategory}/${item.data.articleId}`, async () => {
|
|
15
|
+
const detailResponse = await got(item.data.canonicalUrl);
|
|
16
|
+
const $ = cheerio.load(detailResponse.data);
|
|
17
|
+
|
|
18
|
+
$('article > div.view-tracker').remove();
|
|
19
|
+
$('article > div.flex.flex-col').remove();
|
|
20
|
+
|
|
21
|
+
item.data.description = $('article').html();
|
|
22
|
+
|
|
23
|
+
return item;
|
|
24
|
+
})
|
|
25
|
+
)
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
ctx.state.data = {
|
|
29
|
+
title: `香港01 - ${data.category.publishName}`,
|
|
30
|
+
description: data.meta.metaDesc,
|
|
31
|
+
link: data.category.publishUrl,
|
|
32
|
+
item: list.map((item) => ({
|
|
33
|
+
title: item.data.title,
|
|
34
|
+
author: item.data.authors && item.data.authors.map((e) => e.publishName).join(', '),
|
|
35
|
+
description: `<p>${item.data.description}</p><img style="width: 100%" src="${item.data.mainImage.cdnUrl}" />`,
|
|
36
|
+
pubDate: parseDate(item.data.lastModifyTime * 1000),
|
|
37
|
+
link: item.data.canonicalUrl,
|
|
38
|
+
})),
|
|
39
|
+
};
|
|
40
|
+
};
|