rsshub 1.0.0-master.f992838 → 1.0.0-master.f9a482d
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/README.md +6 -24
- package/lib/api_router.js +1 -1
- package/lib/app.js +2 -0
- package/lib/config.js +27 -4
- package/lib/maintainer.js +25 -0
- package/lib/middleware/cache/memory.js +2 -2
- package/lib/middleware/parameter.js +9 -2
- package/lib/middleware/template.js +14 -1
- package/lib/radar-rules.js +0 -424
- package/lib/radar.js +79 -0
- package/lib/router.js +144 -156
- package/lib/routes/axis-studios/work.js +0 -0
- package/lib/routes/blow-studio/work.js +0 -0
- package/lib/routes/blur-studio/index.js +0 -0
- package/lib/routes/digic-pictures/index.js +0 -0
- package/lib/routes/everything/changes.js +1 -1
- package/lib/routes/fanxinzhui/latest.js +12 -13
- package/lib/routes/fashionnetwork/headline.js +11 -12
- package/lib/routes/fashionnetwork/news.js +11 -12
- package/lib/routes/gov/hunan/notice.js +1 -1
- package/lib/routes/method-studios/index.js +0 -0
- package/lib/routes/ps/product.js +0 -0
- package/lib/routes/questmobile/report.js +13 -14
- package/lib/routes/unit-image/films.js +0 -0
- package/lib/static/logo.png +0 -0
- package/lib/utils/puppeteer.js +2 -2
- package/lib/utils/render.js +2 -46
- package/lib/utils/request-wrapper.js +2 -2
- package/lib/utils/wechat-mp.js +3 -3
- package/lib/v2/0818tuan/index.js +47 -0
- package/lib/v2/0818tuan/maintainer.js +3 -0
- package/lib/v2/0818tuan/radar.js +13 -0
- package/lib/v2/0818tuan/router.js +3 -0
- package/lib/v2/141jav/index.js +71 -0
- package/lib/v2/141jav/maintainer.js +3 -0
- package/lib/v2/141jav/radar.js +40 -0
- package/lib/v2/141jav/router.js +3 -0
- package/lib/v2/141jav/templates/description.art +47 -0
- package/lib/v2/141ppv/index.js +71 -0
- package/lib/v2/141ppv/maintainer.js +3 -0
- package/lib/v2/141ppv/radar.js +40 -0
- package/lib/v2/141ppv/router.js +3 -0
- package/lib/v2/141ppv/templates/description.art +47 -0
- package/lib/v2/163/ds.js +33 -0
- package/lib/v2/163/dy.js +29 -0
- package/lib/v2/163/dy2.js +42 -0
- package/lib/v2/163/maintainer.js +20 -0
- package/lib/v2/163/music/artist-songs.js +39 -0
- package/lib/v2/163/music/artist.js +39 -0
- package/lib/v2/163/music/djradio.js +78 -0
- package/lib/v2/163/music/maintainer.js +3 -0
- package/lib/v2/163/music/playlist.js +55 -0
- package/lib/v2/163/music/userevents.js +52 -0
- package/lib/v2/163/music/userplaylist.js +56 -0
- package/lib/v2/163/music/userplayrecords.js +55 -0
- package/lib/v2/163/news/rank.js +155 -0
- package/lib/v2/163/news/special.js +114 -0
- package/lib/v2/163/open/vip.js +63 -0
- package/lib/v2/163/radar.js +155 -0
- package/lib/v2/163/renjian.js +77 -0
- package/lib/v2/163/router.js +20 -0
- package/lib/v2/163/templates/ds.art +7 -0
- package/lib/v2/163/templates/dy.art +6 -0
- package/lib/v2/163/templates/music/playlist.art +4 -0
- package/lib/v2/163/templates/music/userevents.art +7 -0
- package/lib/v2/163/templates/music/userplaylist.art +16 -0
- package/lib/v2/163/templates/music/userplayrecords.art +7 -0
- package/lib/v2/163/templates/open.art +12 -0
- package/lib/v2/163/today.js +55 -0
- package/lib/v2/163/utils.js +40 -0
- package/lib/v2/18comic/album.js +2 -1
- package/lib/v2/18comic/blogs.js +2 -1
- package/lib/v2/18comic/radar.js +39 -29
- package/lib/v2/18comic/templates/description.art +4 -0
- package/lib/v2/18comic/utils.js +14 -14
- package/lib/v2/1point3acres/blog.js +67 -0
- package/lib/v2/1point3acres/category.js +17 -0
- package/lib/v2/1point3acres/maintainer.js +9 -0
- package/lib/v2/1point3acres/offer.js +69 -0
- package/lib/v2/1point3acres/radar.js +53 -0
- package/lib/v2/1point3acres/router.js +10 -0
- package/lib/v2/1point3acres/section.js +28 -0
- package/lib/v2/1point3acres/templates/image.art +1 -0
- package/lib/v2/1point3acres/templates/offer.art +11 -0
- package/lib/v2/1point3acres/thread.js +15 -0
- package/lib/v2/1point3acres/utils.js +79 -0
- package/lib/v2/2048/radar.js +13 -0
- package/lib/v2/3dmgame/game.js +39 -0
- package/lib/v2/3dmgame/maintainer.js +4 -0
- package/lib/v2/3dmgame/news_center.js +42 -0
- package/lib/v2/3dmgame/radar.js +19 -0
- package/lib/v2/3dmgame/router.js +4 -0
- package/lib/v2/3dmgame/utils.js +30 -0
- package/lib/v2/4ksj/forum.js +128 -0
- package/lib/v2/4ksj/maintainer.js +3 -0
- package/lib/v2/4ksj/radar.js +13 -0
- package/lib/v2/4ksj/router.js +3 -0
- package/lib/v2/4ksj/templates/description.art +56 -0
- package/lib/v2/500px/maintainer.js +4 -0
- package/lib/v2/500px/radar.js +19 -0
- package/lib/v2/500px/router.js +4 -0
- package/lib/v2/500px/templates/tribeSet.art +6 -0
- package/lib/v2/500px/templates/user.art +3 -0
- package/lib/v2/500px/tribeSet.js +29 -0
- package/lib/v2/500px/user.js +32 -0
- package/lib/v2/500px/utils.js +122 -0
- package/lib/v2/50forum/radar.js +1 -1
- package/lib/v2/50forum/zhuanjia.js +1 -1
- package/lib/v2/52hrtt/index.js +12 -13
- package/lib/v2/52hrtt/symposium.js +12 -13
- package/lib/v2/591/list.js +144 -0
- package/lib/v2/591/maintainer.js +3 -0
- package/lib/v2/591/radar.js +16 -0
- package/lib/v2/591/router.js +3 -0
- package/lib/v2/591/templates/house.art +52 -0
- package/lib/v2/5eplay/index.js +100 -0
- package/lib/v2/5eplay/maintainer.js +3 -0
- package/lib/v2/5eplay/radar.js +13 -0
- package/lib/v2/5eplay/router.js +3 -0
- package/lib/v2/5eplay/utils.js +35 -0
- package/lib/v2/6park/index.js +65 -0
- package/lib/v2/6park/maintainer.js +8 -0
- package/lib/v2/6park/news.js +76 -0
- package/lib/v2/6park/radar.js +65 -0
- package/lib/v2/6park/router.js +4 -0
- package/lib/v2/6v123/latestMovies.js +14 -0
- package/lib/v2/6v123/latestTVSeries.js +14 -0
- package/lib/v2/6v123/maintainer.js +4 -0
- package/lib/v2/6v123/radar.js +23 -0
- package/lib/v2/6v123/router.js +4 -0
- package/lib/v2/6v123/utils.js +83 -0
- package/lib/v2/7mmtv/index.js +15 -23
- package/lib/v2/7mmtv/templates/description.art +5 -1
- package/lib/v2/abmedia/category.js +1 -1
- package/lib/v2/acfun/radar.js +1 -1
- package/lib/v2/acg17/maintainer.js +3 -0
- package/lib/v2/acg17/post.js +20 -0
- package/lib/v2/acg17/radar.js +13 -0
- package/lib/v2/acg17/router.js +3 -0
- package/lib/v2/aeaweb/index.js +81 -0
- package/lib/v2/aeaweb/maintainer.js +3 -0
- package/lib/v2/aeaweb/radar.js +13 -0
- package/lib/v2/aeaweb/router.js +3 -0
- package/lib/v2/aeaweb/templates/description.art +3 -0
- package/lib/v2/aeon/category.js +27 -0
- package/lib/v2/aeon/maintainer.js +4 -0
- package/lib/v2/aeon/radar.js +19 -0
- package/lib/v2/aeon/router.js +4 -0
- package/lib/v2/aeon/templates/essay.art +3 -0
- package/lib/v2/aeon/templates/video.art +10 -0
- package/lib/v2/aeon/type.js +29 -0
- package/lib/v2/aeon/utils.js +50 -0
- package/lib/v2/aijishu/index.js +26 -0
- package/lib/v2/aijishu/maintainer.js +5 -0
- package/lib/v2/aijishu/radar.js +25 -0
- package/lib/v2/aijishu/router.js +3 -0
- package/lib/v2/aijishu/utils.js +36 -0
- package/lib/v2/aisixiang/column.js +36 -0
- package/lib/v2/aisixiang/maintainer.js +6 -0
- package/lib/v2/aisixiang/radar.js +29 -0
- package/lib/v2/aisixiang/router.js +6 -0
- package/lib/v2/aisixiang/thinktank.js +49 -0
- package/lib/v2/aisixiang/toplist.js +37 -0
- package/lib/v2/aisixiang/utils.js +37 -0
- package/lib/v2/aliresearch/information.js +57 -0
- package/lib/v2/aliresearch/maintainer.js +3 -0
- package/lib/v2/aliresearch/radar.js +13 -0
- package/lib/v2/aliresearch/router.js +3 -0
- package/lib/v2/aliyundrive/files.js +10 -14
- package/lib/v2/ally/rail.js +41 -42
- package/lib/v2/amazon/awsblogs.js +27 -0
- package/lib/v2/amazon/kindle-software-updates.js +48 -0
- package/lib/v2/amazon/maintainer.js +4 -0
- package/lib/v2/amazon/radar.js +24 -0
- package/lib/v2/amazon/router.js +4 -0
- package/lib/v2/amazon/templates/software-description.art +4 -0
- package/lib/v2/annualreviews/index.js +68 -0
- package/lib/v2/annualreviews/maintainer.js +3 -0
- package/lib/v2/annualreviews/radar.js +13 -0
- package/lib/v2/annualreviews/router.js +3 -0
- package/lib/v2/apache/apisix/blog.js +32 -0
- package/lib/v2/apache/maintainer.js +3 -0
- package/lib/v2/apache/radar.js +13 -0
- package/lib/v2/apache/router.js +3 -0
- package/lib/v2/apiseven/blog.js +46 -0
- package/lib/v2/apiseven/maintainer.js +3 -0
- package/lib/v2/apiseven/radar.js +13 -0
- package/lib/v2/apiseven/router.js +3 -0
- package/lib/v2/apkpure/maintainer.js +3 -0
- package/lib/v2/apkpure/radar.js +13 -0
- package/lib/v2/apkpure/router.js +3 -0
- package/lib/v2/apkpure/versions.js +48 -0
- package/lib/v2/apnews/topics.js +2 -1
- package/lib/v2/apple/exchange_repair.js +28 -21
- package/lib/v2/aqara/community.js +32 -0
- package/lib/v2/aqara/maintainer.js +4 -0
- package/lib/v2/aqara/news.js +53 -0
- package/lib/v2/aqara/radar.js +21 -0
- package/lib/v2/aqara/router.js +4 -0
- package/lib/v2/arcteryx/maintainer.js +5 -0
- package/lib/v2/arcteryx/new-arrivals.js +38 -0
- package/lib/v2/arcteryx/outlet.js +40 -0
- package/lib/v2/arcteryx/radar.js +29 -0
- package/lib/v2/arcteryx/regear-new-arrivals.js +53 -0
- package/lib/v2/arcteryx/router.js +5 -0
- package/lib/v2/arcteryx/templates/product-description.art +12 -0
- package/lib/v2/arcteryx/templates/regear-product-description.art +16 -0
- package/lib/v2/arcteryx/utils.js +23 -0
- package/lib/v2/arknights/radar.js +1 -1
- package/lib/v2/atcoder/radar.js +1 -1
- package/lib/v2/bad/index.js +58 -0
- package/lib/v2/bad/maintainer.js +3 -0
- package/lib/v2/bad/radar.js +13 -0
- package/lib/v2/bad/router.js +3 -0
- package/lib/v2/baidu/maintainer.js +1 -0
- package/lib/v2/baidu/radar.js +8 -0
- package/lib/v2/baidu/router.js +1 -0
- package/lib/v2/baidu/templates/top.art +9 -0
- package/lib/v2/baidu/top.js +34 -0
- package/lib/v2/baozimh/index.js +1 -1
- package/lib/v2/bast/index.js +74 -0
- package/lib/v2/bast/maintainer.js +3 -0
- package/lib/v2/bast/radar.js +13 -0
- package/lib/v2/bast/router.js +3 -0
- package/lib/v2/bdys/index.js +98 -0
- package/lib/v2/bdys/maintainer.js +3 -0
- package/lib/v2/bdys/radar.js +20 -0
- package/lib/v2/bdys/router.js +3 -0
- package/lib/v2/bdys/templates/desc.art +21 -0
- package/lib/v2/bellroy/maintainer.js +3 -0
- package/lib/v2/bellroy/new-releases.js +26 -0
- package/lib/v2/bellroy/radar.js +13 -0
- package/lib/v2/bellroy/router.js +3 -0
- package/lib/v2/bgmlist/maintainer.js +3 -0
- package/lib/v2/bgmlist/onair.js +32 -0
- package/lib/v2/bgmlist/radar.js +13 -0
- package/lib/v2/bgmlist/router.js +3 -0
- package/lib/v2/bgmlist/templates/description.art +4 -0
- package/lib/v2/bilibili/bangumi.js +4 -4
- package/lib/v2/bilibili/cache.js +17 -5
- package/lib/v2/bilibili/dynamic.js +2 -2
- package/lib/v2/bilibili/followings_dynamic.js +3 -3
- package/lib/v2/bilibili/hotSearch.js +29 -0
- package/lib/v2/bilibili/maintainer.js +1 -0
- package/lib/v2/bilibili/radar.js +13 -1
- package/lib/v2/bilibili/router.js +1 -0
- package/lib/v2/bilibili/topic.js +2 -2
- package/lib/v2/bilibili/userChannel.js +2 -1
- package/lib/v2/bilibili/userCollection.js +3 -1
- package/lib/v2/bilibili/utils.js +7 -6
- package/lib/v2/bilibili/video-all.js +8 -3
- package/lib/v2/bilibili/video.js +1 -1
- package/lib/v2/bilibili/vsearch.js +1 -1
- package/lib/v2/bioone/journal.js +21 -22
- package/lib/v2/biquge/radar.js +1 -1
- package/lib/v2/bit/cs/cs.js +24 -0
- package/lib/v2/bit/cs/utils.js +53 -0
- package/lib/v2/bit/jwc/jwc.js +24 -0
- package/lib/v2/bit/jwc/utils.js +49 -0
- package/lib/v2/bit/maintainer.js +3 -0
- package/lib/v2/bit/radar.js +25 -1
- package/lib/v2/bit/router.js +3 -0
- package/lib/v2/bit/yjs.js +27 -0
- package/lib/v2/bjfu/it/utils.js +3 -3
- package/lib/v2/bjsk/index.js +52 -0
- package/lib/v2/bjsk/keti.js +54 -0
- package/lib/v2/bjsk/maintainer.js +4 -0
- package/lib/v2/bjsk/radar.js +21 -0
- package/lib/v2/bjsk/router.js +4 -0
- package/lib/v2/bjwxdxh/index.js +52 -0
- package/lib/v2/bjwxdxh/maintainer.js +3 -0
- package/lib/v2/bjwxdxh/radar.js +13 -0
- package/lib/v2/bjwxdxh/router.js +3 -0
- package/lib/v2/blockbeats/index.js +28 -35
- package/lib/v2/blockbeats/maintainer.js +1 -1
- package/lib/v2/blockbeats/radar.js +3 -3
- package/lib/v2/bloomberg/utils.js +9 -9
- package/lib/v2/bmkg/earthquake.js +29 -0
- package/lib/v2/bmkg/maintainer.js +4 -0
- package/lib/v2/bmkg/news.js +42 -0
- package/lib/v2/bmkg/radar.js +19 -0
- package/lib/v2/bmkg/router.js +4 -0
- package/lib/v2/bnu/fdy.js +41 -0
- package/lib/v2/bnu/lib.js +40 -0
- package/lib/v2/bnu/maintainer.js +3 -0
- package/lib/v2/bnu/radar.js +23 -5
- package/lib/v2/bnu/router.js +2 -0
- package/lib/v2/byteclicks/index.js +22 -0
- package/lib/v2/byteclicks/maintainer.js +4 -0
- package/lib/v2/byteclicks/radar.js +19 -0
- package/lib/v2/byteclicks/router.js +4 -0
- package/lib/v2/byteclicks/tag.js +30 -0
- package/lib/v2/byteclicks/utils.js +13 -0
- package/lib/v2/caai/index.js +22 -0
- package/lib/v2/caai/maintainer.js +3 -0
- package/lib/v2/caai/radar.js +13 -0
- package/lib/v2/caai/router.js +3 -0
- package/lib/v2/caai/utils.js +46 -0
- package/lib/v2/caareviews/utils.js +2 -2
- package/lib/v2/camchina/index.js +52 -0
- package/lib/v2/camchina/maintainer.js +3 -0
- package/lib/v2/camchina/radar.js +13 -0
- package/lib/v2/camchina/router.js +3 -0
- package/lib/v2/cankaoxiaoxi/index.js +44 -57
- package/lib/v2/cankaoxiaoxi/maintainer.js +2 -1
- package/lib/v2/cankaoxiaoxi/radar.js +7 -52
- package/lib/v2/cankaoxiaoxi/router.js +2 -1
- package/lib/v2/cankaoxiaoxi/templates/description.art +5 -0
- package/lib/v2/cartoonmad/comic.js +70 -0
- package/lib/v2/cartoonmad/maintainer.js +3 -0
- package/lib/v2/cartoonmad/radar.js +13 -0
- package/lib/v2/cartoonmad/router.js +3 -0
- package/lib/v2/cartoonmad/templates/chapter.art +1 -0
- package/lib/v2/cas/cg/index.js +52 -0
- package/lib/v2/cas/ia/yjs.js +25 -0
- package/lib/v2/cas/iee/kydt.js +48 -0
- package/lib/v2/cas/maintainer.js +7 -0
- package/lib/v2/cas/mesalab/kb.js +41 -0
- package/lib/v2/cas/radar.js +48 -0
- package/lib/v2/cas/router.js +7 -0
- package/lib/v2/cas/sim/kyjz.js +47 -0
- package/lib/v2/cast/index.js +74 -0
- package/lib/v2/cast/maintainer.js +3 -0
- package/lib/v2/cast/radar.js +13 -0
- package/lib/v2/cast/router.js +3 -0
- package/lib/v2/cau/ele.js +42 -0
- package/lib/v2/cau/maintainer.js +4 -0
- package/lib/v2/cau/radar.js +21 -0
- package/lib/v2/cau/router.js +4 -0
- package/lib/v2/cau/yjs.js +42 -0
- package/lib/v2/ccf/ccfcv/index.js +68 -0
- package/lib/v2/ccf/maintainer.js +5 -0
- package/lib/v2/ccf/news.js +45 -0
- package/lib/v2/ccf/radar.js +41 -0
- package/lib/v2/ccf/router.js +5 -0
- package/lib/v2/ccf/templates/tfbd/description.art +1 -0
- package/lib/v2/ccf/tfbd/index.js +22 -0
- package/lib/v2/ccf/tfbd/utils.js +47 -0
- package/lib/v2/ccnu/career.js +31 -0
- package/lib/v2/ccnu/cs.js +28 -0
- package/lib/v2/ccnu/maintainer.js +6 -0
- package/lib/v2/ccnu/radar.js +40 -0
- package/lib/v2/ccnu/router.js +6 -0
- package/lib/v2/ccnu/wu.js +27 -0
- package/lib/v2/ccnu/yjs.js +27 -0
- package/lib/v2/cctv/lm.js +22 -23
- package/lib/v2/cebbank/all.js +5 -2
- package/lib/v2/cebbank/history.js +1 -0
- package/lib/v2/cebbank/radar.js +6 -6
- package/lib/v2/cgtn/maintainer.js +3 -0
- package/lib/v2/cgtn/podcast.js +35 -0
- package/lib/v2/cgtn/radar.js +13 -0
- package/lib/v2/cgtn/router.js +3 -0
- package/lib/v2/chaincatcher/home.js +50 -0
- package/lib/v2/chaincatcher/maintainer.js +4 -0
- package/lib/v2/chaincatcher/news.js +40 -0
- package/lib/v2/chaincatcher/radar.js +19 -0
- package/lib/v2/chaincatcher/router.js +4 -0
- package/lib/v2/chaincatcher/templates/home.art +4 -0
- package/lib/v2/chiculture/maintainer.js +3 -0
- package/lib/v2/chiculture/radar.js +16 -0
- package/lib/v2/chiculture/router.js +3 -0
- package/lib/v2/chiculture/topic.js +61 -0
- package/lib/v2/chinacef/experts.js +1 -1
- package/lib/v2/chinacef/hot.js +1 -1
- package/lib/v2/chinacef/index.js +1 -1
- package/lib/v2/chinafactcheck/index.js +1 -1
- package/lib/v2/chinathinktanks/radar.js +1 -1
- package/lib/v2/chinathinktanks/viewpoint.js +12 -13
- package/lib/v2/chsi/hotnews.js +56 -0
- package/lib/v2/chsi/kyzx.js +51 -0
- package/lib/v2/chsi/maintainer.js +2 -0
- package/lib/v2/chsi/radar.js +12 -0
- package/lib/v2/chsi/router.js +2 -0
- package/lib/v2/ciidbnu/index.js +14 -15
- package/lib/v2/civitai/discussions.js +42 -0
- package/lib/v2/civitai/maintainer.js +4 -0
- package/lib/v2/civitai/models.js +26 -0
- package/lib/v2/civitai/radar.js +19 -0
- package/lib/v2/civitai/router.js +4 -0
- package/lib/v2/cloudnative/blog.js +34 -0
- package/lib/v2/cloudnative/maintainer.js +3 -0
- package/lib/v2/cloudnative/radar.js +13 -0
- package/lib/v2/cloudnative/router.js +3 -0
- package/lib/v2/cls/depth.js +84 -0
- package/lib/v2/cls/hot.js +54 -0
- package/lib/v2/cls/maintainer.js +5 -0
- package/lib/v2/cls/radar.js +25 -0
- package/lib/v2/cls/router.js +5 -0
- package/lib/v2/cls/telegraph.js +54 -0
- package/lib/v2/cls/templates/depth.art +10 -0
- package/lib/v2/cls/templates/telegraph.art +10 -0
- package/lib/v2/cls/utils.js +21 -0
- package/lib/v2/cneb/maintainer.js +4 -0
- package/lib/v2/cneb/radar.js +19 -0
- package/lib/v2/cneb/router.js +5 -0
- package/lib/v2/cneb/yjxw.js +72 -0
- package/lib/v2/cneb/yjxx.js +50 -0
- package/lib/v2/cnki/author.js +38 -26
- package/lib/v2/cnki/maintainer.js +1 -1
- package/lib/v2/cntheory/paper.js +25 -29
- package/lib/v2/codeforces/contests.js +13 -5
- package/lib/v2/codeforces/templates/contest.art +2 -3
- package/lib/v2/coindesk/index.js +34 -0
- package/lib/v2/coindesk/maintainer.js +3 -0
- package/lib/v2/coindesk/radar.js +13 -0
- package/lib/v2/coindesk/router.js +3 -0
- package/lib/v2/comicat/maintainer.js +3 -0
- package/lib/v2/comicat/radar.js +11 -0
- package/lib/v2/comicat/router.js +3 -0
- package/lib/v2/comicat/search.js +42 -0
- package/lib/v2/coomer/utils.js +3 -1
- package/lib/v2/cpuid/maintainer.js +3 -0
- package/lib/v2/cqgas/maintainer.js +3 -0
- package/lib/v2/cqgas/radar.js +13 -0
- package/lib/v2/cqgas/router.js +3 -0
- package/lib/v2/cqgas/tqtz.js +36 -0
- package/lib/v2/crac/index.js +46 -0
- package/lib/v2/crac/maintainer.js +3 -0
- package/lib/v2/crac/radar.js +13 -0
- package/lib/v2/crac/router.js +3 -0
- package/lib/v2/crossbell/feeds/following.js +29 -0
- package/lib/v2/crossbell/maintainer.js +6 -0
- package/lib/v2/crossbell/notes/character.js +22 -0
- package/lib/v2/crossbell/notes/index.js +16 -0
- package/lib/v2/crossbell/notes/source.js +19 -0
- package/lib/v2/crossbell/notes/utils.js +18 -0
- package/lib/v2/crossbell/radar.js +24 -0
- package/lib/v2/crossbell/router.js +6 -0
- package/lib/v2/cssn/iolaw.js +38 -0
- package/lib/v2/cssn/maintainer.js +3 -0
- package/lib/v2/cssn/radar.js +11 -0
- package/lib/v2/cssn/router.js +3 -0
- package/lib/v2/cste/index.js +56 -0
- package/lib/v2/cste/maintainer.js +3 -0
- package/lib/v2/cste/radar.js +13 -0
- package/lib/v2/cste/router.js +3 -0
- package/lib/v2/csu/career.js +51 -0
- package/lib/v2/csu/mail.js +30 -26
- package/lib/v2/csu/maintainer.js +2 -0
- package/lib/v2/csu/radar.js +10 -2
- package/lib/v2/csu/router.js +1 -1
- package/lib/v2/csu/utils.js +17 -0
- package/lib/v2/cuc/radar.js +2 -2
- package/lib/v2/cuc/yz.js +16 -20
- package/lib/v2/cztv/daily.js +41 -0
- package/lib/v2/cztv/maintainer.js +4 -0
- package/lib/v2/cztv/radar.js +19 -0
- package/lib/v2/cztv/router.js +4 -0
- package/lib/v2/cztv/templates/daily.art +4 -0
- package/lib/v2/cztv/templates/zjxwlb.art +3 -0
- package/lib/v2/cztv/zjxwlb.js +38 -0
- package/lib/v2/dahecube/radar.js +3 -2
- package/lib/v2/daily/discussed.js +73 -0
- package/lib/v2/daily/index.js +83 -0
- package/lib/v2/daily/maintainer.js +5 -0
- package/lib/v2/daily/radar.js +25 -0
- package/lib/v2/daily/router.js +5 -0
- package/lib/v2/daily/upvoted.js +77 -0
- package/lib/v2/daily/utils.js +39 -0
- package/lib/v2/dblp/maintainer.js +3 -0
- package/lib/v2/dblp/publication.js +70 -0
- package/lib/v2/dblp/radar.js +13 -0
- package/lib/v2/dblp/router.js +3 -0
- package/lib/v2/dcard/section.js +1 -1
- package/lib/v2/dcfever/maintainer.js +6 -0
- package/lib/v2/dcfever/news.js +36 -0
- package/lib/v2/dcfever/radar.js +37 -0
- package/lib/v2/dcfever/reviews.js +29 -0
- package/lib/v2/dcfever/router.js +6 -0
- package/lib/v2/dcfever/templates/trading.art +14 -0
- package/lib/v2/dcfever/trading-search.js +39 -0
- package/lib/v2/dcfever/trading.js +39 -0
- package/lib/v2/dcfever/utils.js +78 -0
- package/lib/v2/ddosi/radar.js +2 -2
- package/lib/v2/deadline/maintainer.js +4 -0
- package/lib/v2/deadline/posts.js +53 -0
- package/lib/v2/deadline/radar.js +13 -0
- package/lib/v2/deadline/router.js +3 -0
- package/lib/v2/deadline/templates/desc.art +10 -0
- package/lib/v2/devolverdigital/blog.js +50 -0
- package/lib/v2/devolverdigital/maintainer.js +3 -0
- package/lib/v2/devolverdigital/radar.js +13 -0
- package/lib/v2/devolverdigital/router.js +3 -0
- package/lib/v2/dhu/maintainer.js +1 -0
- package/lib/v2/dhu/radar.js +6 -0
- package/lib/v2/dhu/router.js +1 -0
- package/lib/v2/dhu/yjs/zs.js +46 -0
- package/lib/v2/discord/channel.js +38 -0
- package/lib/v2/discord/discord-api.js +61 -0
- package/lib/v2/discord/maintainer.js +3 -0
- package/lib/v2/discord/radar.js +13 -0
- package/lib/v2/discord/router.js +3 -0
- package/lib/v2/discord/templates/message.art +47 -0
- package/lib/v2/disinformationindex/blog.js +12 -13
- package/lib/v2/disinformationindex/maintainer.js +1 -1
- package/lib/v2/disinformationindex/radar.js +1 -1
- package/lib/v2/dlsite/ci-en/article.js +64 -0
- package/lib/v2/dlsite/index.js +5 -0
- package/lib/v2/dlsite/maintainer.js +2 -0
- package/lib/v2/dlsite/radar.js +14 -0
- package/lib/v2/dlsite/router.js +2 -0
- package/lib/v2/dlsite/templates/description.art +158 -0
- package/lib/v2/dlsite/utils.js +176 -0
- package/lib/v2/domp4/detail.js +26 -2
- package/lib/v2/domp4/latest.js +3 -2
- package/lib/v2/domp4/utils.js +3 -0
- package/lib/v2/dorohedoro/maintainer.js +3 -0
- package/lib/v2/dorohedoro/news.js +69 -0
- package/lib/v2/dorohedoro/radar.js +13 -0
- package/lib/v2/douban/maintainer.js +1 -0
- package/lib/v2/douban/other/list.js +40 -0
- package/lib/v2/douban/people/wish.js +3 -24
- package/lib/v2/douban/radar.js +6 -0
- package/lib/v2/douban/router.js +1 -0
- package/lib/v2/douban/templates/list_description.art +25 -0
- package/lib/v2/dtcj/datainsight.js +13 -14
- package/lib/v2/duozhuayu/maintainer.js +3 -0
- package/lib/v2/duozhuayu/radar.js +13 -0
- package/lib/v2/duozhuayu/router.js +3 -0
- package/lib/v2/duozhuayu/search.js +67 -0
- package/lib/v2/duozhuayu/templates/book.art +10 -0
- package/lib/v2/dxy/maintainer.js +4 -0
- package/lib/v2/dxy/profile/thread.js +82 -0
- package/lib/v2/dxy/radar.js +21 -0
- package/lib/v2/dxy/router.js +4 -0
- package/lib/v2/dxy/special.js +79 -0
- package/lib/v2/dxy/utils.js +72 -0
- package/lib/v2/earthquake/radar.js +2 -2
- package/lib/v2/eastday/24.js +14 -15
- package/lib/v2/eastmoney/maintainer.js +5 -0
- package/lib/v2/eastmoney/radar.js +16 -0
- package/lib/v2/eastmoney/report/index.js +55 -0
- package/lib/v2/eastmoney/router.js +2 -0
- package/lib/v2/eastmoney/search/index.js +55 -0
- package/lib/v2/economist/full.js +2 -2
- package/lib/v2/ecust/e/news.js +44 -0
- package/lib/v2/ecust/gschool/yjs.js +27 -0
- package/lib/v2/ecust/maintainer.js +4 -0
- package/lib/v2/ecust/radar.js +21 -0
- package/lib/v2/ecust/router.js +4 -0
- package/lib/v2/ehentai/ehapi.js +10 -5
- package/lib/v2/ehentai/favorites.js +2 -2
- package/lib/v2/ehentai/search.js +2 -2
- package/lib/v2/ehentai/tag.js +1 -1
- package/lib/v2/eleduck/jobs.js +38 -0
- package/lib/v2/eleduck/maintainer.js +4 -0
- package/lib/v2/eleduck/posts.js +41 -0
- package/lib/v2/eleduck/radar.js +25 -0
- package/lib/v2/eleduck/router.js +4 -0
- package/lib/v2/embassy/radar.js +1 -1
- package/lib/v2/embassy/supportedList.js +4 -4
- package/lib/v2/epicgames/radar.js +13 -0
- package/lib/v2/feng/maintainer.js +3 -0
- package/lib/v2/ff14/radar.js +30 -0
- package/lib/v2/fffdm/maintainer.js +3 -0
- package/lib/v2/fffdm/manhua/manhua.js +55 -0
- package/lib/v2/fffdm/radar.js +14 -0
- package/lib/v2/fffdm/router.js +3 -0
- package/lib/v2/fffdm/templates/manhua.art +5 -0
- package/lib/v2/firecore/index.js +37 -0
- package/lib/v2/firecore/maintainer.js +3 -0
- package/lib/v2/firecore/radar.js +13 -0
- package/lib/v2/firecore/router.js +3 -0
- package/lib/v2/fishshell/index.js +27 -0
- package/lib/v2/fishshell/maintainer.js +3 -0
- package/lib/v2/fishshell/radar.js +13 -0
- package/lib/v2/flyert/creditcard.js +3 -0
- package/lib/v2/flyert/utils.js +17 -11
- package/lib/v2/followin/index.js +35 -0
- package/lib/v2/followin/kol.js +25 -0
- package/lib/v2/followin/maintainer.js +7 -0
- package/lib/v2/followin/news.js +21 -0
- package/lib/v2/followin/radar.js +37 -0
- package/lib/v2/followin/router.js +7 -0
- package/lib/v2/followin/tag.js +44 -0
- package/lib/v2/followin/templates/thread.art +15 -0
- package/lib/v2/followin/topic.js +25 -0
- package/lib/v2/followin/utils.js +84 -0
- package/lib/v2/fortnite/maintainer.js +3 -0
- package/lib/v2/fortnite/news.js +58 -0
- package/lib/v2/fortnite/radar.js +16 -0
- package/lib/v2/fortnite/router.js +3 -0
- package/lib/v2/freebuf/index.js +41 -0
- package/lib/v2/freebuf/maintainer.js +3 -0
- package/lib/v2/freebuf/radar.js +13 -0
- package/lib/v2/freebuf/router.js +3 -0
- package/lib/v2/freecomputerbooks/index.js +94 -0
- package/lib/v2/freecomputerbooks/maintainer.js +4 -0
- package/lib/v2/freecomputerbooks/radar.js +31 -0
- package/lib/v2/freecomputerbooks/router.js +3 -0
- package/lib/v2/freecomputerbooks/templates/desc.art +3 -0
- package/lib/v2/furstar/templates/description.art +1 -1
- package/lib/v2/futunn/main.js +67 -0
- package/lib/v2/futunn/maintainer.js +3 -0
- package/lib/v2/futunn/radar.js +13 -0
- package/lib/v2/futunn/router.js +5 -0
- package/lib/v2/futunn/templates/description.art +6 -0
- package/lib/v2/fzmtr/announcements.js +38 -0
- package/lib/v2/fzmtr/maintainer.js +3 -0
- package/lib/v2/fzmtr/radar.js +11 -0
- package/lib/v2/fzmtr/router.js +3 -0
- package/lib/v2/gameapps/index.js +32 -13
- package/lib/v2/gamebase/maintainer.js +3 -0
- package/lib/v2/gamebase/news.js +74 -0
- package/lib/v2/gamebase/radar.js +13 -0
- package/lib/v2/gamebase/router.js +3 -0
- package/lib/v2/gcores/maintainer.js +1 -0
- package/lib/v2/gcores/radar.js +12 -0
- package/lib/v2/gcores/radio.js +90 -0
- package/lib/v2/gcores/router.js +1 -0
- package/lib/v2/gcores/templates/content.art +16 -0
- package/lib/v2/geocaching/blogs.js +30 -0
- package/lib/v2/geocaching/maintainer.js +3 -0
- package/lib/v2/geocaching/radar.js +13 -0
- package/lib/v2/geocaching/router.js +3 -0
- package/lib/v2/geocaching/templates/blogs.art +6 -0
- package/lib/v2/gettr/maintainer.js +3 -0
- package/lib/v2/gettr/radar.js +13 -0
- package/lib/v2/gettr/router.js +3 -0
- package/lib/v2/gettr/templates/post.art +13 -0
- package/lib/v2/gettr/user.js +56 -0
- package/lib/v2/gitee/radar.js +4 -4
- package/lib/v2/github/comments.js +14 -15
- package/lib/v2/github/gist.js +35 -0
- package/lib/v2/github/maintainer.js +4 -2
- package/lib/v2/github/notifications.js +47 -0
- package/lib/v2/github/radar.js +14 -0
- package/lib/v2/github/router.js +2 -0
- package/lib/v2/github/trending.js +8 -10
- package/lib/v2/gocn/topics.js +1 -1
- package/lib/v2/google/sitesRecentChanges.js +12 -13
- package/lib/v2/gov/beijing/bphc/index.js +1 -1
- package/lib/v2/gov/cac/index.js +64 -0
- package/lib/v2/gov/ccdi/index.js +1 -1
- package/lib/v2/gov/ccdi/utils.js +2 -2
- package/lib/v2/gov/chongqing/rsks.js +38 -0
- package/lib/v2/gov/csrc/auditstatus.js +54 -0
- package/lib/v2/gov/csrc/news.js +69 -0
- package/lib/v2/gov/csrc/templates/attachment.art +3 -0
- package/lib/v2/gov/jinan/healthcommission/medical_exam_notice.js +49 -0
- package/lib/v2/gov/maintainer.js +10 -2
- package/lib/v2/gov/moe/moe.js +4 -4
- package/lib/v2/gov/moe/s78.js +44 -0
- package/lib/v2/gov/news/index.js +119 -0
- package/lib/v2/gov/pbc/utils.js +2 -2
- package/lib/v2/gov/radar.js +107 -3
- package/lib/v2/gov/router.js +9 -1
- package/lib/v2/gov/sichuan/deyang/govpublicinfo.js +92 -0
- package/lib/v2/gov/sichuan/deyang/mztoday.js +134 -0
- package/lib/v2/gov/sichuan/deyang/templates/govPublicInfo.art +42 -37
- package/lib/v2/gov/sichuan/deyang/templates/mztoday.art +6 -0
- package/lib/v2/gov/stats/index.js +101 -8
- package/lib/v2/gov/stats/templates/description.art +12 -0
- package/lib/v2/gq/tw/index.js +1 -1
- package/lib/v2/guandian/radar.js +8 -6
- package/lib/v2/guangzhoumetro/maintainer.js +3 -0
- package/lib/v2/guangzhoumetro/news.js +37 -0
- package/lib/v2/guangzhoumetro/radar.js +11 -0
- package/lib/v2/guangzhoumetro/router.js +3 -0
- package/lib/v2/gxmzu/ai.js +18 -0
- package/lib/v2/gxmzu/maintainer.js +4 -0
- package/lib/v2/gxmzu/radar.js +21 -0
- package/lib/v2/gxmzu/router.js +4 -0
- package/lib/v2/gxmzu/utils/index.js +55 -0
- package/lib/v2/gxmzu/yjs.js +18 -0
- package/lib/v2/gz-cmc/index.js +137 -0
- package/lib/v2/gz-cmc/maintainer.js +3 -0
- package/lib/v2/gz-cmc/radar.js +12 -0
- package/lib/v2/gz-cmc/router.js +3 -0
- package/lib/v2/gz-cmc/templates/description.art +3 -0
- package/lib/v2/gzdaily/app.js +53 -0
- package/lib/v2/gzdaily/maintainer.js +3 -0
- package/lib/v2/gzdaily/radar.js +12 -0
- package/lib/v2/gzdaily/router.js +3 -0
- package/lib/v2/gzdaily/templates/description.art +3 -0
- package/lib/v2/gzh360/universal.js +3 -3
- package/lib/v2/gzh360/utils.js +2 -2
- package/lib/v2/gzhu/maintainer.js +3 -0
- package/lib/v2/gzhu/radar.js +13 -0
- package/lib/v2/gzhu/router.js +3 -0
- package/lib/v2/gzhu/yjs.js +31 -0
- package/lib/v2/hackertalk/radar.js +1 -1
- package/lib/v2/hackmd/radar.js +1 -1
- package/lib/v2/hitsz/article.js +41 -0
- package/lib/v2/hitsz/maintainer.js +3 -0
- package/lib/v2/hitsz/radar.js +13 -0
- package/lib/v2/hitsz/router.js +3 -0
- package/lib/v2/hk01/channel.js +2 -2
- package/lib/v2/hk01/latest.js +20 -0
- package/lib/v2/hk01/maintainer.js +1 -0
- package/lib/v2/hk01/radar.js +11 -5
- package/lib/v2/hk01/router.js +1 -0
- package/lib/v2/hk01/utils.js +2 -2
- package/lib/v2/hkepc/data.js +62 -0
- package/lib/v2/hkepc/index.js +55 -164
- package/lib/v2/hnu/careers.js +33 -0
- package/lib/v2/hnu/maintainer.js +3 -0
- package/lib/v2/hnu/radar.js +12 -0
- package/lib/v2/hnu/router.js +3 -0
- package/lib/v2/hrbust/jwzx.js +36 -0
- package/lib/v2/hrbust/maintainer.js +3 -0
- package/lib/v2/hrbust/radar.js +13 -0
- package/lib/v2/hrbust/router.js +3 -0
- package/lib/v2/hrbust/templates/description.art +1 -0
- package/lib/v2/hrbust/utils.js +71 -0
- package/lib/v2/hunanpea/maintainer.js +3 -0
- package/lib/v2/hunanpea/radar.js +13 -0
- package/lib/v2/hunanpea/router.js +3 -0
- package/lib/v2/hunanpea/rsks.js +42 -0
- package/lib/v2/hust/aia/news.js +26 -0
- package/lib/v2/hust/aia/notice.js +29 -0
- package/lib/v2/hust/maintainer.js +7 -0
- package/lib/v2/hust/radar.js +27 -0
- package/lib/v2/hust/router.js +7 -0
- package/lib/v2/hust/yjs.js +27 -0
- package/lib/v2/i-cable/category.js +74 -0
- package/lib/v2/i-cable/maintainer.js +3 -0
- package/lib/v2/i-cable/radar.js +13 -0
- package/lib/v2/i-cable/router.js +3 -0
- package/lib/v2/i-cable/templates/desc.art +8 -0
- package/lib/v2/ibc/maintainer.js +4 -0
- package/lib/v2/ibc/maitta.js +32 -0
- package/lib/v2/ibc/radar.js +19 -0
- package/lib/v2/ibc/radio.js +73 -0
- package/lib/v2/ibc/router.js +4 -0
- package/lib/v2/ibc/templates/description.art +6 -0
- package/lib/v2/icac/radar.js +2 -2
- package/lib/v2/idolypride/maintainer.js +3 -0
- package/lib/v2/idolypride/news.js +29 -0
- package/lib/v2/idolypride/radar.js +13 -0
- package/lib/v2/idolypride/router.js +3 -0
- package/lib/v2/ieee/earlyaccess.js +77 -0
- package/lib/v2/ieee/maintainer.js +1 -0
- package/lib/v2/ieee/radar.js +6 -0
- package/lib/v2/ieee/router.js +2 -1
- package/lib/v2/ifi-audio/radar.js +11 -0
- package/lib/v2/ikea/cn/family_offers.js +70 -0
- package/lib/v2/ikea/cn/low_price.js +22 -0
- package/lib/v2/ikea/cn/new.js +39 -0
- package/lib/v2/ikea/cn/utils.js +42 -0
- package/lib/v2/ikea/maintainer.js +3 -0
- package/lib/v2/ikea/radar.js +23 -0
- package/lib/v2/ikea/router.js +3 -0
- package/lib/v2/ikea/templates/cn/product.art +14 -0
- package/lib/v2/infoq/utils.js +2 -1
- package/lib/v2/inoreader/index.js +46 -0
- package/lib/v2/inoreader/maintainer.js +4 -0
- package/lib/v2/inoreader/radar.js +23 -0
- package/lib/v2/inoreader/router.js +4 -0
- package/lib/v2/inoreader/rss.js +47 -0
- package/lib/v2/instagram/common-utils.js +59 -0
- package/lib/v2/instagram/maintainer.js +4 -0
- package/lib/v2/instagram/private-api/index.js +94 -0
- package/lib/v2/instagram/private-api/utils.js +37 -0
- package/lib/v2/instagram/radar.js +19 -0
- package/lib/v2/instagram/router.js +4 -0
- package/lib/v2/instagram/templates/images.art +5 -0
- package/lib/v2/instagram/templates/video.art +5 -0
- package/lib/v2/instagram/web-api/index.js +70 -0
- package/lib/v2/instagram/web-api/utils.js +99 -0
- package/lib/v2/instructables/maintainer.js +3 -0
- package/lib/v2/instructables/projects.js +56 -0
- package/lib/v2/instructables/radar.js +19 -0
- package/lib/v2/instructables/router.js +3 -0
- package/lib/v2/iqiyi/album.js +62 -0
- package/lib/v2/iqiyi/maintainer.js +4 -0
- package/lib/v2/iqiyi/radar.js +24 -0
- package/lib/v2/iqiyi/router.js +4 -0
- package/lib/v2/iqiyi/templates/album.art +1 -0
- package/lib/v2/iqnew/latest.js +57 -0
- package/lib/v2/iqnew/maintainer.js +3 -0
- package/lib/v2/iqnew/radar.js +13 -0
- package/lib/v2/iqnew/router.js +3 -0
- package/lib/v2/iresearch/radar.js +2 -2
- package/lib/v2/issuehunt/funded.js +28 -0
- package/lib/v2/issuehunt/maintainer.js +3 -0
- package/lib/v2/issuehunt/radar.js +13 -0
- package/lib/v2/issuehunt/router.js +3 -0
- package/lib/v2/ithome/radar.js +3 -3
- package/lib/v2/iwara/index.js +36 -24
- package/lib/v2/iwara/radar.js +3 -3
- package/lib/v2/iwara/subscriptions.js +131 -32
- package/lib/v2/iwara/templates/subscriptions.art +1 -1
- package/lib/v2/jiaoliudao/index.js +35 -0
- package/lib/v2/jiaoliudao/maintainer.js +3 -0
- package/lib/v2/jiaoliudao/radar.js +13 -0
- package/lib/v2/jiaoliudao/router.js +3 -0
- package/lib/v2/jike/user.js +0 -1
- package/lib/v2/jin10/index.js +58 -0
- package/lib/v2/jin10/maintainer.js +4 -0
- package/lib/v2/jin10/radar.js +21 -0
- package/lib/v2/jin10/router.js +4 -0
- package/lib/v2/jin10/templates/description.art +2 -0
- package/lib/v2/jin10/topic.js +50 -0
- package/lib/v2/jou/home.js +18 -0
- package/lib/v2/jou/maintainer.js +4 -0
- package/lib/v2/jou/radar.js +21 -0
- package/lib/v2/jou/router.js +6 -0
- package/lib/v2/jou/utils/index.js +60 -0
- package/lib/v2/jou/yz.js +18 -0
- package/lib/v2/kemono/index.js +21 -17
- package/lib/v2/kemono/templates/discord.art +22 -0
- package/lib/v2/kimlaw/maintainer.js +3 -0
- package/lib/v2/kimlaw/radar.js +13 -0
- package/lib/v2/kimlaw/router.js +3 -0
- package/lib/v2/kimlaw/thesis.js +44 -0
- package/lib/v2/kunchengblog/essay.js +50 -0
- package/lib/v2/kunchengblog/maintainer.js +3 -0
- package/lib/v2/kunchengblog/radar.js +13 -0
- package/lib/v2/kunchengblog/router.js +3 -0
- package/lib/v2/layer3/maintainer.js +3 -0
- package/lib/v2/layer3/quests.js +37 -0
- package/lib/v2/layer3/radar.js +13 -0
- package/lib/v2/layer3/router.js +3 -0
- package/lib/v2/layer3/templates/description.art +24 -0
- package/lib/v2/layoffs/index.js +51 -21
- package/lib/v2/learnblockchain/maintainer.js +3 -0
- package/lib/v2/learnblockchain/posts.js +43 -0
- package/lib/v2/learnblockchain/radar.js +19 -0
- package/lib/v2/learnblockchain/router.js +3 -0
- package/lib/v2/line/maintainer.js +1 -0
- package/lib/v2/line/publisher.js +53 -0
- package/lib/v2/line/radar.js +8 -2
- package/lib/v2/line/router.js +1 -0
- package/lib/v2/line/today.js +5 -41
- package/lib/v2/line/utils.js +43 -0
- package/lib/v2/linkedin/cn/index.js +1 -1
- package/lib/v2/linkedin/cn/renderer.js +179 -0
- package/lib/v2/linkedin/cn/utils.js +22 -19
- package/lib/v2/linkedin/templates/cn/posting.art +2 -2
- package/lib/v2/logonews/router.js +1 -1
- package/lib/v2/macmenubar/maintainer.js +3 -0
- package/lib/v2/macmenubar/radar.js +13 -0
- package/lib/v2/macmenubar/recently.js +47 -0
- package/lib/v2/macmenubar/router.js +3 -0
- package/lib/v2/magazinelib/latest-magazine.js +55 -0
- package/lib/v2/magazinelib/maintainer.js +3 -0
- package/lib/v2/magazinelib/radar.js +19 -0
- package/lib/v2/magazinelib/router.js +3 -0
- package/lib/v2/magazinelib/templates/magazine-description.art +3 -0
- package/lib/v2/mckinsey/maintainer.js +3 -0
- package/lib/v2/mclaren/index.js +96 -0
- package/lib/v2/mclaren/maintainer.js +3 -0
- package/lib/v2/mclaren/radar.js +29 -0
- package/lib/v2/mclaren/router.js +3 -0
- package/lib/v2/mclaren/templates/desc.art +6 -0
- package/lib/v2/mdpi/maintainer.js +0 -0
- package/lib/v2/mdpi/radar.js +0 -0
- package/lib/v2/mdpi/router.js +0 -0
- package/lib/v2/mdpi/templates/description.art +0 -0
- package/lib/v2/medium/following.js +31 -0
- package/lib/v2/medium/for-you.js +31 -0
- package/lib/v2/medium/graphql.js +190 -0
- package/lib/v2/medium/list.js +32 -0
- package/lib/v2/medium/maintainer.js +6 -0
- package/lib/v2/medium/parse-article.js +60 -0
- package/lib/v2/medium/radar.js +23 -0
- package/lib/v2/medium/router.js +6 -0
- package/lib/v2/medium/tag.js +32 -0
- package/lib/v2/mihoyo/maintainer.js +1 -0
- package/lib/v2/mihoyo/radar.js +16 -0
- package/lib/v2/mihoyo/router.js +1 -0
- package/lib/v2/mihoyo/sr/news.js +71 -0
- package/lib/v2/mihoyo/templates/ys.art +4 -0
- package/lib/v2/mihoyo/ys/news.js +132 -52
- package/lib/v2/misskey/featured-notes.js +29 -0
- package/lib/v2/misskey/maintainer.js +3 -0
- package/lib/v2/misskey/radar.js +35 -0
- package/lib/v2/misskey/router.js +3 -0
- package/lib/v2/misskey/templates/note.art +23 -0
- package/lib/v2/misskey/utils.js +31 -0
- package/lib/v2/modelscope/community.js +55 -0
- package/lib/v2/modelscope/datasets.js +55 -0
- package/lib/v2/modelscope/maintainer.js +6 -0
- package/lib/v2/modelscope/models.js +45 -0
- package/lib/v2/modelscope/radar.js +33 -0
- package/lib/v2/modelscope/router.js +6 -0
- package/lib/v2/modelscope/studios.js +57 -0
- package/lib/v2/modelscope/templates/community.art +11 -0
- package/lib/v2/modelscope/templates/desc.art +9 -0
- package/lib/v2/mrdx/radar.js +1 -1
- package/lib/v2/mysql/release.js +9 -2
- package/lib/v2/natgeo/radar.js +1 -1
- package/lib/v2/nationalgeographic/latest-stories.js +56 -0
- package/lib/v2/nationalgeographic/maintainer.js +3 -0
- package/lib/v2/nationalgeographic/radar.js +13 -0
- package/lib/v2/nationalgeographic/router.js +3 -0
- package/lib/v2/nationalgeographic/templates/stories.art +44 -0
- package/lib/v2/nature/radar.js +1 -1
- package/lib/v2/nbd/index.js +6 -6
- package/lib/v2/nber/index.js +48 -0
- package/lib/v2/nber/maintainer.js +4 -0
- package/lib/v2/nber/radar.js +19 -0
- package/lib/v2/nber/router.js +4 -0
- package/lib/v2/nber/template/description.art +6 -0
- package/lib/v2/ncepu/radar.js +1 -1
- package/lib/v2/nenu/maintainer.js +4 -0
- package/lib/v2/nenu/radar.js +21 -0
- package/lib/v2/nenu/router.js +4 -0
- package/lib/v2/nenu/sohac.js +60 -0
- package/lib/v2/nenu/yjsy.js +64 -0
- package/lib/v2/newrank/douyin.js +63 -0
- package/lib/v2/newrank/maintainer.js +4 -0
- package/lib/v2/newrank/radar.js +15 -0
- package/lib/v2/newrank/router.js +4 -0
- package/lib/v2/newrank/wechat.js +65 -0
- package/lib/v2/newzmz/index.js +90 -0
- package/lib/v2/newzmz/maintainer.js +4 -0
- package/lib/v2/newzmz/radar.js +19 -0
- package/lib/v2/newzmz/router.js +5 -0
- package/lib/v2/newzmz/templates/description.art +7 -0
- package/lib/v2/newzmz/view.js +57 -0
- package/lib/v2/nhentai/maintainer.js +4 -0
- package/lib/v2/nhentai/other.js +30 -0
- package/lib/v2/nhentai/radar.js +19 -0
- package/lib/v2/nhentai/router.js +4 -0
- package/lib/v2/nhentai/search.js +23 -0
- package/lib/v2/nhentai/templates/desc.art +4 -0
- package/lib/v2/nhentai/util.js +147 -0
- package/lib/v2/nhk/maintainer.js +4 -0
- package/lib/v2/nikkei/asia/index.js +53 -0
- package/lib/v2/nikkei/cn/index.js +91 -0
- package/lib/v2/nikkei/index.js +36 -0
- package/lib/v2/nikkei/maintainer.js +6 -0
- package/lib/v2/nikkei/news.js +90 -0
- package/lib/v2/nikkei/radar.js +59 -0
- package/lib/v2/nikkei/router.js +7 -0
- package/lib/v2/nikkei/templates/news.art +4 -0
- package/lib/v2/njglyy/maintainer.js +3 -0
- package/lib/v2/njglyy/radar.js +13 -0
- package/lib/v2/njglyy/router.js +3 -0
- package/lib/v2/njglyy/utils/index.js +50 -0
- package/lib/v2/njglyy/ygbjypx.js +18 -0
- package/lib/v2/njnu/ceai/utils.js +3 -3
- package/lib/v2/njnu/jwc/utils.js +3 -3
- package/lib/v2/nju/zcc.js +7 -13
- package/lib/v2/njucm/grabs.js +18 -0
- package/lib/v2/njucm/maintainer.js +3 -0
- package/lib/v2/njucm/radar.js +13 -0
- package/lib/v2/njucm/router.js +3 -0
- package/lib/v2/njucm/utils/index.js +47 -0
- package/lib/v2/njxzc/home.js +13 -53
- package/lib/v2/njxzc/lib.js +26 -0
- package/lib/v2/njxzc/maintainer.js +1 -0
- package/lib/v2/njxzc/radar.js +9 -1
- package/lib/v2/njxzc/router.js +3 -1
- package/lib/v2/njxzc/utils/index.js +48 -0
- package/lib/v2/notateslaapp/maintainer.js +3 -0
- package/lib/v2/notateslaapp/radar.js +13 -0
- package/lib/v2/notateslaapp/router.js +3 -0
- package/lib/v2/notateslaapp/update.js +36 -0
- package/lib/v2/notefolio/maintainer.js +3 -0
- package/lib/v2/notefolio/radar.js +13 -0
- package/lib/v2/notefolio/router.js +3 -0
- package/lib/v2/notefolio/search.js +145 -0
- package/lib/v2/notefolio/templates/search.art +9 -0
- package/lib/v2/notion/database.js +161 -0
- package/lib/v2/notion/maintainer.js +3 -0
- package/lib/v2/notion/radar.js +13 -0
- package/lib/v2/notion/router.js +3 -0
- package/lib/v2/nua/utils.js +2 -2
- package/lib/v2/nytimes/author.js +1 -1
- package/lib/v2/odaily/activity.js +13 -14
- package/lib/v2/odaily/user.js +14 -15
- package/lib/v2/oeeee/app/channel.js +36 -0
- package/lib/v2/oeeee/app/reporter.js +30 -0
- package/lib/v2/oeeee/maintainer.js +5 -0
- package/lib/v2/oeeee/radar.js +12 -0
- package/lib/v2/oeeee/router.js +5 -0
- package/lib/v2/oeeee/templates/description.art +7 -0
- package/lib/v2/oeeee/utils.js +41 -0
- package/lib/v2/oeeee/web.js +36 -0
- package/lib/v2/oilchem/index.js +20 -21
- package/lib/v2/oncc/maintainer.js +1 -0
- package/lib/v2/oncc/money18.js +115 -0
- package/lib/v2/oncc/radar.js +13 -5
- package/lib/v2/oncc/router.js +1 -0
- package/lib/v2/oncc/templates/money18.art +6 -0
- package/lib/v2/openai/blog.js +44 -0
- package/lib/v2/openai/chatgpt.js +98 -0
- package/lib/v2/openai/common.js +72 -0
- package/lib/v2/openai/maintainer.js +4 -0
- package/lib/v2/openai/radar.js +35 -0
- package/lib/v2/openai/research.js +32 -0
- package/lib/v2/openai/router.js +5 -0
- package/lib/v2/openai/templates/article.art +2 -0
- package/lib/v2/oshwhub/explore.js +116 -0
- package/lib/v2/oshwhub/maintainer.js +3 -0
- package/lib/v2/oshwhub/radar.js +16 -0
- package/lib/v2/oshwhub/router.js +3 -0
- package/lib/v2/oshwhub/templates/description.art +58 -0
- package/lib/v2/ouc/it-postgraduate.js +27 -0
- package/lib/v2/ouc/it.js +43 -0
- package/lib/v2/ouc/maintainer.js +5 -0
- package/lib/v2/ouc/radar.js +27 -0
- package/lib/v2/ouc/router.js +5 -0
- package/lib/v2/ouc/yjs.js +27 -0
- package/lib/v2/patagonia/maintainer.js +3 -0
- package/lib/v2/patagonia/new-arrivals.js +61 -0
- package/lib/v2/patagonia/radar.js +23 -0
- package/lib/v2/patagonia/router.js +3 -0
- package/lib/v2/patagonia/templates/product-description.art +4 -0
- package/lib/v2/people/router.js +1 -1
- package/lib/v2/phoronix/index.js +107 -0
- package/lib/v2/phoronix/maintainer.js +3 -0
- package/lib/v2/phoronix/radar.js +13 -0
- package/lib/v2/phoronix/router.js +3 -0
- package/lib/v2/picnob/maintainer.js +3 -0
- package/lib/v2/picnob/radar.js +13 -0
- package/lib/v2/picnob/router.js +3 -0
- package/lib/v2/picnob/templates/desc.art +13 -0
- package/lib/v2/picnob/user.js +61 -0
- package/lib/v2/pikabu/community.js +37 -0
- package/lib/v2/pikabu/maintainer.js +5 -0
- package/lib/v2/pikabu/radar.js +25 -0
- package/lib/v2/pikabu/router.js +4 -0
- package/lib/v2/pikabu/templates/video.art +8 -0
- package/lib/v2/pikabu/user.js +46 -0
- package/lib/v2/pikabu/utils.js +43 -0
- package/lib/v2/pingwest/maintainer.js +5 -0
- package/lib/v2/pingwest/radar.js +25 -0
- package/lib/v2/pingwest/router.js +5 -0
- package/lib/v2/pingwest/status.js +47 -0
- package/lib/v2/pingwest/tag.js +43 -0
- package/lib/v2/pingwest/user.js +59 -0
- package/lib/v2/pingwest/utils.js +92 -0
- package/lib/v2/pixabay/maintainer.js +3 -0
- package/lib/v2/pixabay/radar.js +13 -0
- package/lib/v2/pixabay/router.js +3 -0
- package/lib/v2/pixabay/search.js +50 -0
- package/lib/v2/pixabay/templates/img.art +1 -0
- package/lib/v2/pixiv/api/getRanking.js +1 -1
- package/lib/v2/pixiv/ranking.js +3 -0
- package/lib/v2/piyao/jrpy.js +39 -0
- package/lib/v2/piyao/maintainer.js +3 -0
- package/lib/v2/piyao/radar.js +13 -0
- package/lib/v2/piyao/router.js +3 -0
- package/lib/v2/pku/ss/admission.js +4 -42
- package/lib/v2/pku/ss/common.js +37 -0
- package/lib/v2/pku/ss/notice.js +4 -42
- package/lib/v2/pku/ss/pg_admin.js +4 -42
- package/lib/v2/pnas/index.js +101 -0
- package/lib/v2/pnas/maintainer.js +3 -0
- package/lib/v2/pnas/radar.js +13 -0
- package/lib/v2/pnas/router.js +3 -0
- package/lib/v2/pnas/templates/article.art +8 -0
- package/lib/v2/pumc/maintainer.js +3 -0
- package/lib/v2/pumc/mdadmission.js +62 -0
- package/lib/v2/pumc/radar.js +13 -0
- package/lib/v2/pumc/router.js +3 -0
- package/lib/v2/qdaily/index.js +87 -0
- package/lib/v2/qdaily/maintainer.js +3 -0
- package/lib/v2/qdaily/radar.js +25 -0
- package/lib/v2/qdaily/router.js +3 -0
- package/lib/v2/qdaily/templates/article.art +5 -0
- package/lib/v2/qdu/jwc.js +58 -0
- package/lib/v2/qdu/maintainer.js +3 -0
- package/lib/v2/qdu/radar.js +13 -0
- package/lib/v2/qdu/router.js +3 -0
- package/lib/v2/qianp/maintainer.js +3 -0
- package/lib/v2/qianp/news.js +48 -0
- package/lib/v2/qianp/radar.js +13 -0
- package/lib/v2/qianp/router.js +3 -0
- package/lib/v2/qiyoujiage/maintainer.js +3 -0
- package/lib/v2/qiyoujiage/price.js +28 -0
- package/lib/v2/qiyoujiage/radar.js +13 -0
- package/lib/v2/qiyoujiage/router.js +3 -0
- package/lib/v2/qq/fact/index.js +61 -0
- package/lib/v2/qq/maintainer.js +1 -0
- package/lib/v2/qq/radar.js +8 -0
- package/lib/v2/qq/router.js +1 -0
- package/lib/v2/qq/templates/article.art +19 -0
- package/lib/v2/qweather/3days.js +1 -1
- package/lib/v2/qweather/maintainer.js +2 -2
- package/lib/v2/qweather/now.js +1 -1
- package/lib/v2/qweather/radar.js +15 -0
- package/lib/v2/rattibha/maintainer.js +3 -0
- package/lib/v2/rattibha/radar.js +13 -0
- package/lib/v2/rattibha/router.js +3 -0
- package/lib/v2/rattibha/user.js +45 -0
- package/lib/v2/readhub/index.js +4 -4
- package/lib/v2/readhub/maintainer.js +1 -1
- package/lib/v2/right/forum.js +65 -0
- package/lib/v2/right/maintainer.js +3 -0
- package/lib/v2/right/radar.js +13 -0
- package/lib/v2/right/router.js +3 -0
- package/lib/v2/rodong/maintainer.js +3 -0
- package/lib/v2/rodong/news.js +45 -0
- package/lib/v2/rodong/radar.js +13 -0
- package/lib/v2/rodong/router.js +3 -0
- package/lib/v2/rsshub/radar.js +2 -2
- package/lib/v2/sass/gs/index.js +55 -0
- package/lib/v2/sass/maintainer.js +3 -0
- package/lib/v2/sass/radar.js +13 -0
- package/lib/v2/sass/router.js +3 -0
- package/lib/v2/scau/maintainer.js +3 -0
- package/lib/v2/scau/radar.js +13 -0
- package/lib/v2/scau/router.js +3 -0
- package/lib/v2/scau/yjs.js +27 -0
- package/lib/v2/scnu/cs/match.js +36 -0
- package/lib/v2/scnu/jw.js +33 -0
- package/lib/v2/scnu/library.js +33 -0
- package/lib/v2/scnu/maintainer.js +10 -0
- package/lib/v2/scnu/physics_school_announcements_and_news.js +94 -0
- package/lib/v2/scnu/radar.js +65 -0
- package/lib/v2/scnu/router.js +10 -0
- package/lib/v2/scnu/ss.js +28 -0
- package/lib/v2/scnu/yjs.js +24 -0
- package/lib/v2/scut/maintainer.js +8 -0
- package/lib/v2/scut/radar.js +33 -0
- package/lib/v2/scut/router.js +8 -0
- package/lib/v2/scut/scet/notice.js +31 -0
- package/lib/v2/scut/seie/news_center.js +52 -0
- package/lib/v2/scut/yjs.js +30 -0
- package/lib/v2/sdu/extractor/index.js +5 -5
- package/lib/v2/sdu/extractor/sdrj.js +2 -2
- package/lib/v2/sdu/extractor/view.js +2 -2
- package/lib/v2/sdu/extractor/wh/jwc.js +2 -2
- package/lib/v2/sdu/extractor/wh/news.js +2 -2
- package/lib/v2/sdu/wh/jwc.js +1 -1
- package/lib/v2/sdu/wh/news.js +1 -1
- package/lib/v2/sdust/maintainer.js +3 -0
- package/lib/v2/sdust/radar.js +13 -0
- package/lib/v2/sdust/router.js +3 -0
- package/lib/v2/sdust/yjsy/zhaosheng.js +52 -0
- package/lib/v2/sdzk/index.js +55 -0
- package/lib/v2/sdzk/maintainer.js +3 -0
- package/lib/v2/sdzk/radar.js +17 -0
- package/lib/v2/sdzk/router.js +3 -0
- package/lib/v2/segmentfault/channel.js +2 -2
- package/lib/v2/sehuatang/index.js +131 -0
- package/lib/v2/sehuatang/maintainer.js +8 -0
- package/lib/v2/sehuatang/radar.js +19 -0
- package/lib/v2/sehuatang/router.js +8 -0
- package/lib/v2/sehuatang/user.js +113 -0
- package/lib/v2/setn/index.js +100 -0
- package/lib/v2/setn/maintainer.js +3 -0
- package/lib/v2/setn/radar.js +53 -0
- package/lib/v2/setn/router.js +3 -0
- package/lib/v2/shiep/config.js +64 -0
- package/lib/v2/shiep/index.js +13 -34
- package/lib/v2/shiep/radar.js +303 -15
- package/lib/v2/shmeea/self-study.js +4 -4
- package/lib/v2/shuiguopai/index.js +1 -1
- package/lib/v2/sicau/dky.js +12 -13
- package/lib/v2/sicau/yan.js +13 -14
- package/lib/v2/sina/chuangshiji.js +17 -0
- package/lib/v2/sina/discovery.js +32 -0
- package/lib/v2/sina/finance/china.js +25 -0
- package/lib/v2/sina/finance/stock/usstock.js +37 -0
- package/lib/v2/sina/maintainer.js +8 -0
- package/lib/v2/sina/radar.js +49 -0
- package/lib/v2/sina/rollnews.js +31 -0
- package/lib/v2/sina/router.js +8 -0
- package/lib/v2/sina/sports.js +43 -0
- package/lib/v2/sina/templates/slide.art +3 -0
- package/lib/v2/sina/templates/video.art +5 -0
- package/lib/v2/sina/utils.js +104 -0
- package/lib/v2/slowmist/maintainer.js +3 -0
- package/lib/v2/snowpeak/maintainer.js +3 -0
- package/lib/v2/snowpeak/radar.js +13 -0
- package/lib/v2/snowpeak/router.js +3 -0
- package/lib/v2/snowpeak/templates/new-arrivals.art +11 -0
- package/lib/v2/snowpeak/us-new-arrivals.js +45 -0
- package/lib/v2/sony/downloads.js +48 -0
- package/lib/v2/sony/maintainer.js +3 -0
- package/lib/v2/sony/radar.js +13 -0
- package/lib/v2/sony/router.js +3 -0
- package/lib/v2/sony/templates/software-description.art +4 -0
- package/lib/v2/southcn/maintainer.js +4 -0
- package/lib/v2/southcn/nfapp/column.js +45 -0
- package/lib/v2/southcn/nfapp/reporter.js +33 -0
- package/lib/v2/southcn/nfapp/utils.js +23 -0
- package/lib/v2/southcn/radar.js +12 -0
- package/lib/v2/southcn/router.js +4 -0
- package/lib/v2/southcn/templates/description.art +6 -0
- package/lib/v2/springer/maintainer.js +0 -0
- package/lib/v2/springer/radar.js +0 -0
- package/lib/v2/springer/router.js +0 -0
- package/lib/v2/springer/templates/description.art +0 -0
- package/lib/v2/sspai/bookmarks.js +41 -0
- package/lib/v2/sspai/maintainer.js +1 -0
- package/lib/v2/sspai/radar.js +7 -1
- package/lib/v2/sspai/router.js +1 -0
- package/lib/v2/stbu/jsjxy.js +51 -0
- package/lib/v2/stbu/maintainer.js +4 -0
- package/lib/v2/stbu/radar.js +21 -0
- package/lib/v2/stbu/router.js +4 -0
- package/lib/v2/stbu/xyxw.js +52 -0
- package/lib/v2/stcn/index.js +25 -32
- package/lib/v2/stcn/maintainer.js +0 -3
- package/lib/v2/stcn/radar.js +4 -22
- package/lib/v2/stcn/router.js +1 -1
- package/lib/v2/stdaily/digitalpaper.js +125 -0
- package/lib/v2/stdaily/maintainer.js +3 -0
- package/lib/v2/stdaily/radar.js +11 -0
- package/lib/v2/stdaily/router.js +3 -0
- package/lib/v2/stdaily/templates/description.art +16 -0
- package/lib/v2/storyfm/episodes.js +63 -0
- package/lib/v2/storyfm/maintainer.js +4 -0
- package/lib/v2/storyfm/radar.js +19 -0
- package/lib/v2/storyfm/router.js +4 -0
- package/lib/v2/storyfm/templates/description.art +6 -0
- package/lib/v2/studygolang/go.js +5 -0
- package/lib/v2/studygolang/jobs.js +3 -33
- package/lib/v2/studygolang/maintainer.js +3 -1
- package/lib/v2/studygolang/radar.js +14 -2
- package/lib/v2/studygolang/router.js +2 -0
- package/lib/v2/studygolang/utils.js +74 -0
- package/lib/v2/studygolang/weekly.js +7 -0
- package/lib/v2/sustech/bidding.js +34 -0
- package/lib/v2/sustech/maintainer.js +5 -0
- package/lib/v2/sustech/newshub-zh.js +39 -0
- package/lib/v2/sustech/radar.js +29 -0
- package/lib/v2/sustech/router.js +5 -0
- package/lib/v2/sustech/yjs.js +29 -0
- package/lib/v2/swjtu/jtys/yjs.js +55 -0
- package/lib/v2/swjtu/jwc.js +67 -0
- package/lib/v2/swjtu/jyzpxx.js +28 -0
- package/lib/v2/swjtu/maintainer.js +6 -0
- package/lib/v2/swjtu/radar.js +37 -0
- package/lib/v2/swjtu/router.js +6 -0
- package/lib/v2/swjtu/templates/job_desc.art +19 -0
- package/lib/v2/swjtu/templates/job_detail.art +21 -0
- package/lib/v2/swjtu/utils.js +33 -0
- package/lib/v2/swjtu/xg.js +79 -0
- package/lib/v2/sysu/maintainer.js +1 -0
- package/lib/v2/sysu/radar.js +8 -0
- package/lib/v2/sysu/router.js +1 -0
- package/lib/v2/sysu/ygafz.js +69 -0
- package/lib/v2/szu/maintainer.js +3 -0
- package/lib/v2/szu/radar.js +19 -0
- package/lib/v2/szu/router.js +3 -0
- package/lib/v2/szu/yz/index.js +51 -0
- package/lib/v2/szu/yz/utils.js +74 -0
- package/lib/v2/taiwannews/radar.js +1 -1
- package/lib/v2/techcrunch/maintainer.js +3 -0
- package/lib/v2/techcrunch/news.js +38 -0
- package/lib/v2/techcrunch/radar.js +13 -0
- package/lib/v2/techcrunch/router.js +3 -0
- package/lib/v2/techpowerup/index.js +69 -0
- package/lib/v2/techpowerup/maintainer.js +5 -0
- package/lib/v2/techpowerup/radar.js +19 -0
- package/lib/v2/techpowerup/review.js +69 -0
- package/lib/v2/techpowerup/router.js +4 -0
- package/lib/v2/techpowerup/utils.js +84 -0
- package/lib/v2/telecompaper/maintainer.js +4 -0
- package/lib/v2/telecompaper/news.js +101 -0
- package/lib/v2/telecompaper/radar.js +15 -0
- package/lib/v2/telecompaper/router.js +4 -0
- package/lib/v2/telegram/channel.js +24 -4
- package/lib/v2/tencent/maintainer.js +1 -0
- package/lib/v2/tencent/news/author.js +48 -0
- package/lib/v2/tencent/radar.js +8 -2
- package/lib/v2/tencent/router.js +1 -0
- package/lib/v2/theatlantic/maintainer.js +3 -0
- package/lib/v2/theatlantic/news.js +32 -0
- package/lib/v2/theatlantic/radar.js +13 -0
- package/lib/v2/theatlantic/router.js +3 -0
- package/lib/v2/theatlantic/templates/article-description.art +19 -0
- package/lib/v2/theatlantic/utils.js +54 -0
- package/lib/v2/themoviedb/api-key.js +23 -0
- package/lib/v2/themoviedb/collection.js +21 -0
- package/lib/v2/themoviedb/episodes.js +27 -0
- package/lib/v2/themoviedb/maintainer.js +7 -0
- package/lib/v2/themoviedb/radar.js +73 -0
- package/lib/v2/themoviedb/router.js +7 -0
- package/lib/v2/themoviedb/seasons.js +31 -0
- package/lib/v2/themoviedb/sheet.js +45 -0
- package/lib/v2/themoviedb/templates/description.art +6 -0
- package/lib/v2/themoviedb/trending.js +24 -0
- package/lib/v2/themoviedb/utils.js +34 -0
- package/lib/v2/thepaper/maintainer.js +2 -1
- package/lib/v2/thepaper/radar.js +6 -0
- package/lib/v2/thepaper/router.js +2 -1
- package/lib/v2/thepaper/sidebar.js +24 -0
- package/lib/v2/thepaper/utils.js +51 -65
- package/lib/v2/tiktok/user.js +5 -5
- package/lib/v2/tingshuitz/maintainer.js +1 -0
- package/lib/v2/tingshuitz/radar.js +11 -0
- package/lib/v2/tingshuitz/router.js +1 -0
- package/lib/v2/tingshuitz/shenzhen.js +29 -0
- package/lib/v2/tingshuitz/templates/shenzhen.art +8 -0
- package/lib/v2/tingshuitz/xiaoshan.js +3 -3
- package/lib/v2/tingtingfm/maintainer.js +3 -0
- package/lib/v2/tingtingfm/program.js +104 -0
- package/lib/v2/tingtingfm/radar.js +13 -0
- package/lib/v2/tingtingfm/router.js +3 -0
- package/lib/v2/tingtingfm/templates/audio.art +5 -0
- package/lib/v2/tingtingfm/utils.js +32 -0
- package/lib/v2/tongji/maintainer.js +4 -0
- package/lib/v2/tongji/radar.js +21 -0
- package/lib/v2/tongji/router.js +4 -0
- package/lib/v2/tongji/sse/_article.js +25 -0
- package/lib/v2/tongji/sse/notice.js +46 -0
- package/lib/v2/tongji/yjs.js +27 -0
- package/lib/v2/twitter/maintainer.js +1 -0
- package/lib/v2/twitter/radar.js +10 -0
- package/lib/v2/twitter/router.js +1 -0
- package/lib/v2/twitter/tweet.js +5 -0
- package/lib/v2/twitter/utils.js +18 -38
- package/lib/v2/twitter/web-api/tweet.js +25 -0
- package/lib/v2/twitter/web-api/twitter-api.js +46 -7
- package/lib/v2/u9a9/index.js +66 -0
- package/lib/v2/u9a9/maintainer.js +4 -0
- package/lib/v2/u9a9/radar.js +19 -0
- package/lib/v2/u9a9/router.js +4 -0
- package/lib/v2/uber/blog.js +20 -21
- package/lib/v2/ucas/ai.js +28 -0
- package/lib/v2/ucas/maintainer.js +1 -0
- package/lib/v2/ucas/radar.js +41 -0
- package/lib/v2/ucas/router.js +1 -0
- package/lib/v2/uchicago/current.js +80 -0
- package/lib/v2/uchicago/maintainer.js +3 -0
- package/lib/v2/uchicago/radar.js +13 -0
- package/lib/v2/uchicago/router.js +3 -0
- package/lib/v2/uestc/auto.js +45 -0
- package/lib/v2/uestc/cqe.js +60 -0
- package/lib/v2/uestc/gr.js +48 -0
- package/lib/v2/uestc/jwc.js +52 -0
- package/lib/v2/uestc/maintainer.js +12 -0
- package/lib/v2/uestc/news.js +51 -0
- package/lib/v2/uestc/radar.js +69 -0
- package/lib/v2/uestc/router.js +12 -0
- package/lib/v2/uestc/scse.js +90 -0
- package/lib/v2/uestc/sice.js +46 -0
- package/lib/v2/uestc/sise.js +80 -0
- package/lib/v2/upc/jsj.js +77 -0
- package/lib/v2/upc/main.js +72 -0
- package/lib/v2/upc/maintainer.js +5 -0
- package/lib/v2/upc/radar.js +53 -0
- package/lib/v2/upc/router.js +5 -0
- package/lib/v2/upc/yjs.js +28 -0
- package/lib/v2/uraaka-joshi/radar.js +2 -2
- package/lib/v2/urbandictionary/maintainer.js +3 -0
- package/lib/v2/urbandictionary/radar.js +13 -0
- package/lib/v2/urbandictionary/random.js +24 -0
- package/lib/v2/urbandictionary/router.js +3 -0
- package/lib/v2/urbandictionary/templates/definition.art +11 -0
- package/lib/v2/ustb/maintainer.js +3 -22
- package/lib/v2/ustb/radar.js +16 -0
- package/lib/v2/ustb/router.js +2 -0
- package/lib/v2/ustb/tj/news.js +61 -0
- package/lib/v2/ustb/yzxc/tzgg.js +49 -0
- package/lib/v2/utgd/category.js +68 -0
- package/lib/v2/utgd/maintainer.js +5 -0
- package/lib/v2/utgd/radar.js +25 -0
- package/lib/v2/utgd/router.js +5 -0
- package/lib/v2/utgd/templates/description.art +7 -0
- package/lib/v2/utgd/timeline.js +54 -0
- package/lib/v2/utgd/topic.js +70 -0
- package/lib/v2/v1tx/index.js +55 -0
- package/lib/v2/v1tx/maintainer.js +4 -0
- package/lib/v2/v1tx/radar.js +13 -0
- package/lib/v2/v1tx/router.js +3 -0
- package/lib/v2/vcb-s/category.js +51 -0
- package/lib/v2/vcb-s/index.js +39 -0
- package/lib/v2/vcb-s/maintainer.js +4 -0
- package/lib/v2/vcb-s/radar.js +19 -0
- package/lib/v2/vcb-s/router.js +4 -0
- package/lib/v2/vcb-s/templates/post.art +9 -0
- package/lib/v2/vimeo/maintainer.js +5 -0
- package/lib/v2/vocus/maintainer.js +4 -0
- package/lib/v2/vocus/publication.js +42 -0
- package/lib/v2/vocus/radar.js +19 -0
- package/lib/v2/vocus/router.js +4 -0
- package/lib/v2/vocus/user.js +43 -0
- package/lib/v2/vocus/utils.js +51 -0
- package/lib/v2/wanqu/maintainer.js +3 -0
- package/lib/v2/wanqu/news.js +27 -0
- package/lib/v2/wanqu/radar.js +13 -0
- package/lib/v2/wanqu/router.js +3 -0
- package/lib/v2/wechat/ce.js +2 -2
- package/lib/v2/wechat/data258.js +1 -1
- package/lib/v2/wechat/ershcimi.js +1 -1
- package/lib/v2/wechat/feeddd.js +13 -4
- package/lib/v2/wechat/feeds.js +1 -1
- package/lib/v2/wechat/maintainer.js +2 -1
- package/lib/v2/wechat/mp.js +2 -2
- package/lib/v2/wechat/msgalbum.js +2 -2
- package/lib/v2/wechat/radar.js +24 -7
- package/lib/v2/wechat/router.js +2 -1
- package/lib/v2/wechat/sogou.js +58 -0
- package/lib/v2/wechat/tgchannel.js +5 -5
- package/lib/v2/wechat/wechat2rss.js +28 -0
- package/lib/v2/weekendhk/maintainer.js +4 -0
- package/lib/v2/weekendhk/posts.js +29 -0
- package/lib/v2/weekendhk/radar.js +13 -0
- package/lib/v2/weekendhk/router.js +3 -0
- package/lib/v2/weibo/group.js +93 -0
- package/lib/v2/weibo/keyword.js +1 -10
- package/lib/v2/weibo/maintainer.js +4 -3
- package/lib/v2/weibo/router.js +1 -0
- package/lib/v2/weibo/super_index.js +1 -10
- package/lib/v2/weibo/timeline.js +5 -5
- package/lib/v2/weibo/user.js +2 -8
- package/lib/v2/weibo/utils.js +15 -3
- package/lib/v2/wfdf/maintainer.js +3 -0
- package/lib/v2/wfdf/news.js +29 -0
- package/lib/v2/wfdf/radar.js +13 -0
- package/lib/v2/wfdf/router.js +3 -0
- package/lib/v2/wfu/news.js +1 -1
- package/lib/v2/who/news-room.js +17 -18
- package/lib/v2/who/news.js +11 -12
- package/lib/v2/winstall/maintainer.js +3 -0
- package/lib/v2/winstall/radar.js +13 -0
- package/lib/v2/winstall/router.js +3 -0
- package/lib/v2/winstall/templates/desc.art +5 -0
- package/lib/v2/winstall/update.js +43 -0
- package/lib/v2/wise/radar.js +1 -1
- package/lib/v2/wnacg/index.js +1 -1
- package/lib/v2/wnacg/templates/manga.art +4 -4
- package/lib/v2/wp-china/news.js +12 -13
- package/lib/v2/wsj/news.js +51 -0
- package/lib/v2/wsj/radar.js +2 -2
- package/lib/v2/wsj/router.js +1 -1
- package/lib/v2/wsj/templates/article-description.art +6 -0
- package/lib/v2/wsj/utils.js +121 -0
- package/lib/v2/wtu/index.js +37 -0
- package/lib/v2/wtu/job.js +80 -0
- package/lib/v2/wtu/maintainer.js +4 -0
- package/lib/v2/wtu/radar.js +22 -0
- package/lib/v2/wtu/router.js +4 -0
- package/lib/v2/wxkol/maintainer.js +3 -0
- package/lib/v2/wxkol/radar.js +13 -0
- package/lib/v2/wxkol/router.js +3 -0
- package/lib/v2/wxkol/show.js +80 -0
- package/lib/v2/wyzxwk/article.js +20 -21
- package/lib/v2/xaufe/jiaowu.js +72 -0
- package/lib/v2/xaufe/maintainer.js +3 -0
- package/lib/v2/xaufe/radar.js +11 -0
- package/lib/v2/xaufe/router.js +3 -0
- package/lib/v2/xiaohongshu/board.js +4 -2
- package/lib/v2/xiaohongshu/maintainer.js +2 -1
- package/lib/v2/xiaohongshu/notes.js +16 -0
- package/lib/v2/xiaohongshu/radar.js +2 -2
- package/lib/v2/xiaohongshu/router.js +1 -0
- package/lib/v2/xiaohongshu/user.js +20 -41
- package/lib/v2/xiaohongshu/util.js +169 -7
- package/lib/v2/xiaomiyoupin/crowdfunding.js +33 -5
- package/lib/v2/xiaomiyoupin/templates/goods.art +6 -6
- package/lib/v2/xkb/index.js +54 -0
- package/lib/v2/xkb/maintainer.js +3 -0
- package/lib/v2/xkb/radar.js +13 -0
- package/lib/v2/xkb/router.js +3 -0
- package/lib/v2/xkb/templates/description.art +3 -0
- package/lib/v2/xmanhua/maintainer.js +3 -0
- package/lib/v2/xsijishe/forum.js +61 -0
- package/lib/v2/xsijishe/maintainer.js +3 -0
- package/lib/v2/xsijishe/radar.js +19 -0
- package/lib/v2/xsijishe/router.js +3 -0
- package/lib/v2/xueqiu/user.js +35 -14
- package/lib/v2/xyzrank/radar.js +7 -7
- package/lib/v2/yahoo/maintainer.js +3 -0
- package/lib/v2/yahoo/news/index.js +46 -0
- package/lib/v2/yahoo/radar.js +13 -0
- package/lib/v2/yahoo/router.js +3 -0
- package/lib/v2/ycwb/index.js +82 -0
- package/lib/v2/ycwb/maintainer.js +3 -0
- package/lib/v2/ycwb/radar.js +12 -0
- package/lib/v2/ycwb/router.js +3 -0
- package/lib/v2/ycwb/templates/description.art +7 -0
- package/lib/v2/yicai/utils.js +1 -1
- package/lib/v2/yomiuri/maintainer.js +1 -1
- package/lib/v2/yomiuri/news.js +50 -100
- package/lib/v2/yomiuri/radar.js +3 -3
- package/lib/v2/youtube/channel.js +3 -4
- package/lib/v2/youtube/charts.js +97 -0
- package/lib/v2/youtube/community.js +56 -0
- package/lib/v2/youtube/maintainer.js +3 -0
- package/lib/v2/youtube/radar.js +14 -0
- package/lib/v2/youtube/router.js +2 -0
- package/lib/v2/youtube/templates/community.art +17 -0
- package/lib/v2/youtube/user.js +16 -4
- package/lib/v2/youtube/utils.js +3 -1
- package/lib/v2/yuque/book.js +93 -0
- package/lib/v2/yuque/maintainer.js +3 -0
- package/lib/v2/yuque/radar.js +13 -0
- package/lib/v2/yuque/router.js +3 -0
- package/lib/v2/yuque/utils.js +50 -0
- package/lib/v2/zagg/maintainer.js +3 -0
- package/lib/v2/zagg/new-arrivals.js +52 -0
- package/lib/v2/zagg/radar.js +16 -0
- package/lib/v2/zagg/router.js +3 -0
- package/lib/v2/zagg/templates/new-arrivals.art +3 -0
- package/lib/v2/zcool/radar.js +6 -6
- package/lib/v2/zhibo8/forum.js +15 -16
- package/lib/v2/zhibo8/luxiang.js +38 -0
- package/lib/v2/zhibo8/maintainer.js +1 -0
- package/lib/v2/zhibo8/more.js +12 -17
- package/lib/v2/zhibo8/post.js +28 -18
- package/lib/v2/zhibo8/radar.js +8 -0
- package/lib/v2/zhibo8/router.js +1 -0
- package/lib/v2/zhihu/answers.js +13 -9
- package/lib/v2/zhihu/radar.js +2 -2
- package/lib/v2/zhubai/maintainer.js +1 -0
- package/lib/v2/zhubai/radar.js +7 -0
- package/lib/v2/zhubai/router.js +1 -0
- package/lib/v2/zhubai/templates/description.art +31 -0
- package/lib/v2/zhubai/top20.js +57 -0
- package/lib/v2/zjol/maintainer.js +3 -0
- package/lib/v2/zjol/paper.js +88 -0
- package/lib/v2/zjol/radar.js +61 -0
- package/lib/v2/zjol/router.js +3 -0
- package/lib/v2/zju/radar.js +1 -1
- package/lib/v2/zuvio/maintainer.js +4 -0
- package/lib/v2/zuzhirenshi/index.js +87 -0
- package/lib/v2/zuzhirenshi/maintainer.js +3 -0
- package/lib/v2/zuzhirenshi/radar.js +13 -0
- package/lib/v2/zuzhirenshi/router.js +3 -0
- package/lib/v2/zyw/hot.js +63 -0
- package/lib/v2/zyw/maintainer.js +3 -0
- package/lib/v2/zyw/radar.js +16 -0
- package/lib/v2/zyw/router.js +3 -0
- package/lib/views/error.art +7 -3
- package/lib/views/json.js +46 -0
- package/lib/views/rss.art +1 -1
- package/lib/views/welcome.art +2 -2
- package/package.json +129 -136
- package/lib/routes/141jav/141jav.js +0 -37
- package/lib/routes/141ppv/141ppv.js +0 -37
- package/lib/routes/1point3acres/blog.js +0 -52
- package/lib/routes/1point3acres/offer.js +0 -211
- package/lib/routes/1point3acres/post.js +0 -50
- package/lib/routes/3dm/game.js +0 -42
- package/lib/routes/3dm/news_center.js +0 -54
- package/lib/routes/3k8/latest.js +0 -50
- package/lib/routes/6park/index.js +0 -57
- package/lib/routes/aeon/category.js +0 -70
- package/lib/routes/aisixiang/column.js +0 -37
- package/lib/routes/aisixiang/ranking.js +0 -37
- package/lib/routes/aisixiang/thinktank.js +0 -40
- package/lib/routes/aisixiang/utils.js +0 -39
- package/lib/routes/apkpure/versions.js +0 -23
- package/lib/routes/baidu/topwords.js +0 -38
- package/lib/routes/cartoonmad/comic.js +0 -69
- package/lib/routes/ccf/news.js +0 -51
- package/lib/routes/chiculture/topic.js +0 -59
- package/lib/routes/cls/depth.js +0 -63
- package/lib/routes/cls/telegraph.js +0 -34
- package/lib/routes/cneb/guoneinews.js +0 -27
- package/lib/routes/cneb/yjxx.js +0 -36
- package/lib/routes/csrc/auditstatus.js +0 -61
- package/lib/routes/csrc/fashenwei.js +0 -42
- package/lib/routes/csrc/news.js +0 -45
- package/lib/routes/duozhuayu/search.js +0 -76
- package/lib/routes/eleduck/jobs.js +0 -38
- package/lib/routes/futunn/highlights.js +0 -58
- package/lib/routes/fzdm/manhua.js +0 -62
- package/lib/routes/go-weekly/index.js +0 -29
- package/lib/routes/gov/news/index.js +0 -115
- package/lib/routes/icable/category.js +0 -64
- package/lib/routes/instagram/index.js +0 -131
- package/lib/routes/instagram/utils.js +0 -28
- package/lib/routes/iqiyi/dongman.js +0 -42
- package/lib/routes/jinshi/index.js +0 -35
- package/lib/routes/maitta/index.js +0 -29
- package/lib/routes/ncm/artist.js +0 -33
- package/lib/routes/ncm/djradio.js +0 -80
- package/lib/routes/ncm/playlist.js +0 -45
- package/lib/routes/ncm/userplaylist.js +0 -58
- package/lib/routes/ncm/userplayrecords.js +0 -57
- package/lib/routes/netease/ds.js +0 -41
- package/lib/routes/netease/dy.js +0 -54
- package/lib/routes/netease/dy2.js +0 -62
- package/lib/routes/netease/news/special.js +0 -121
- package/lib/routes/netease/open/latest.js +0 -68
- package/lib/routes/netease/open/vip.js +0 -39
- package/lib/routes/newrank/douyin.js +0 -60
- package/lib/routes/newrank/wechat.js +0 -37
- package/lib/routes/newzmz/index.js +0 -78
- package/lib/routes/newzmz/view.js +0 -42
- package/lib/routes/nhentai/other.js +0 -25
- package/lib/routes/nhentai/search.js +0 -16
- package/lib/routes/nhentai/util.js +0 -136
- package/lib/routes/nikkei/index.js +0 -34
- package/lib/routes/nikkei/news.js +0 -155
- package/lib/routes/notefolio/index.js +0 -67
- package/lib/routes/oilprice/index.js +0 -66
- package/lib/routes/openai/blog.js +0 -52
- package/lib/routes/phoronix/index.js +0 -111
- package/lib/routes/pingwest/status.js +0 -40
- package/lib/routes/pingwest/tag.js +0 -50
- package/lib/routes/pingwest/user.js +0 -55
- package/lib/routes/pingwest/utils.js +0 -76
- package/lib/routes/pnas/index.js +0 -66
- package/lib/routes/qdaily/index.js +0 -88
- package/lib/routes/right/forum.js +0 -67
- package/lib/routes/rss3/blog.js +0 -47
- package/lib/routes/sina/chuangshiji.js +0 -38
- package/lib/routes/sina/discovery.js +0 -52
- package/lib/routes/sina/finance.js +0 -37
- package/lib/routes/sina/rollnews.js +0 -41
- package/lib/routes/sina/sports.js +0 -54
- package/lib/routes/swjtu/tl/news.js +0 -35
- package/lib/routes/telecompaper/news.js +0 -100
- package/lib/routes/tencent/factcheck/index.js +0 -51
- package/lib/routes/tencent/news/author.js +0 -59
- package/lib/routes/tesla/update.js +0 -42
- package/lib/routes/universities/bit/bityjs.js +0 -23
- package/lib/routes/universities/bit/cs/cs.js +0 -26
- package/lib/routes/universities/bit/cs/utils.js +0 -73
- package/lib/routes/universities/bit/jwc/jwc.js +0 -26
- package/lib/routes/universities/bit/jwc/utils.js +0 -65
- package/lib/routes/universities/cas/cg/index.js +0 -50
- package/lib/routes/universities/cas/iee/kydt.js +0 -46
- package/lib/routes/universities/cas/mesalab/kb.js +0 -45
- package/lib/routes/universities/cas/sim/academic.js +0 -59
- package/lib/routes/universities/cauele/cauele.js +0 -24
- package/lib/routes/universities/cauyjs/cauyjs.js +0 -24
- package/lib/routes/universities/ccnu/career.js +0 -43
- package/lib/routes/universities/ccnu/ccnucs.js +0 -23
- package/lib/routes/universities/ccnu/ccnuwu.js +0 -23
- package/lib/routes/universities/ccnu/ccnuyjs.js +0 -23
- package/lib/routes/universities/cucyjs/cucyjs.js +0 -23
- package/lib/routes/universities/ecustyjs/ecustyjs.js +0 -23
- package/lib/routes/universities/gzyjs/gzyjs.js +0 -24
- package/lib/routes/universities/hitsz/article.js +0 -43
- package/lib/routes/universities/hust/aia/news.js +0 -32
- package/lib/routes/universities/hust/aia/notice.js +0 -35
- package/lib/routes/universities/hustyjs/hustyjs.js +0 -23
- package/lib/routes/universities/ouc/it.js +0 -52
- package/lib/routes/universities/outele/outele.js +0 -23
- package/lib/routes/universities/outyjs/outyjs.js +0 -23
- package/lib/routes/universities/scauyjs/scauyjs.js +0 -23
- package/lib/routes/universities/scnu/cs/match.js +0 -35
- package/lib/routes/universities/scnu/jw.js +0 -32
- package/lib/routes/universities/scnu/library.js +0 -32
- package/lib/routes/universities/scnu/scnucs.js +0 -23
- package/lib/routes/universities/scnu/scnuyjs.js +0 -23
- package/lib/routes/universities/scut/scet/notice.js +0 -32
- package/lib/routes/universities/scut/scutyjs.js +0 -28
- package/lib/routes/universities/scut/seie/news_center.js +0 -57
- package/lib/routes/universities/sustech/bidding.js +0 -34
- package/lib/routes/universities/sustech/newshub-zh.js +0 -35
- package/lib/routes/universities/sustyjs/sustyjs.js +0 -24
- package/lib/routes/universities/szu/yz/index.js +0 -51
- package/lib/routes/universities/szu/yz/utils.js +0 -78
- package/lib/routes/universities/szuyjs/szuyjs.js +0 -24
- package/lib/routes/universities/tju/sse/_article.js +0 -34
- package/lib/routes/universities/tju/sse/notice.js +0 -41
- package/lib/routes/universities/tjuyjs/tjuyjs.js +0 -23
- package/lib/routes/universities/uestc/auto.js +0 -113
- package/lib/routes/universities/uestc/cqe.js +0 -40
- package/lib/routes/universities/uestc/cs.js +0 -119
- package/lib/routes/universities/uestc/gr.js +0 -46
- package/lib/routes/universities/uestc/is.js +0 -102
- package/lib/routes/universities/uestc/jwc.js +0 -38
- package/lib/routes/universities/uestc/news.js +0 -33
- package/lib/routes/universities/uestc/sice.js +0 -43
- package/lib/routes/universities/upc/jsj.js +0 -81
- package/lib/routes/universities/upc/main.js +0 -72
- package/lib/routes/universities/upcyjs/upcyjs.js +0 -23
- package/lib/routes/universities/ustb/tj/news.js +0 -62
- package/lib/routes/universities/wtu/index.js +0 -34
- package/lib/routes/universities/zkyai/zkyai.js +0 -23
- package/lib/routes/universities/zkyyjs/zkyyjs.js +0 -23
- package/lib/routes/vocus/publication.js +0 -19
- package/lib/routes/vocus/utils.js +0 -29
- package/lib/routes/yahoo-news/index.js +0 -48
- package/lib/routes/yuque/doc.js +0 -60
- package/lib/utils/torrent.js +0 -163
- package/lib/v2/ccfcv/index.js +0 -68
- package/lib/v2/ccfcv/maintainer.js +0 -3
- package/lib/v2/ccfcv/radar.js +0 -25
- package/lib/v2/ccfcv/router.js +0 -3
- package/lib/v2/csu/job.js +0 -34
- package/lib/v2/dsndsht23/index.js +0 -121
- package/lib/v2/dsndsht23/maintainer.js +0 -7
- package/lib/v2/dsndsht23/radar.js +0 -19
- package/lib/v2/dsndsht23/router.js +0 -7
- package/lib/v2/ecust-jxjy/maintainer.js +0 -3
- package/lib/v2/ecust-jxjy/news.js +0 -47
- package/lib/v2/ecust-jxjy/radar.js +0 -13
- package/lib/v2/gov/sichuan/deyang/govpulicinfo.js +0 -95
- package/lib/v2/gov/stats/templates/attachments.art +0 -5
- package/lib/v2/gov/stats/utils.js +0 -73
- package/lib/v2/hkepc/templates/image.art +0 -1
- package/lib/v2/mp4er/index.js +0 -83
- package/lib/v2/mp4er/maintainer.js +0 -3
- package/lib/v2/mp4er/radar.js +0 -13
- package/lib/v2/mp4er/router.js +0 -3
- package/lib/v2/netease/maintainer.js +0 -6
- package/lib/v2/netease/radar.js +0 -37
- package/lib/v2/netease/rank.js +0 -154
- package/lib/v2/netease/renjian.js +0 -74
- package/lib/v2/netease/router.js +0 -6
- package/lib/v2/netease/today.js +0 -55
- package/lib/v2/nikkei-asia/index.js +0 -40
- package/lib/v2/nikkei-asia/maintainer.js +0 -3
- package/lib/v2/nikkei-asia/radar.js +0 -13
- package/lib/v2/nikkei-cn/index.js +0 -89
- package/lib/v2/nikkei-cn/maintainer.js +0 -3
- package/lib/v2/nikkei-cn/radar.js +0 -21
- package/lib/v2/nikkei-cn/router.js +0 -3
- package/lib/v2/wechat/wemp.js +0 -58
- package/lib/v2/wsj/index.js +0 -141
- /package/lib/v2/{netease → 163}/exclusive.js +0 -0
- /package/lib/v2/{netease → 163}/templates/exclusive.art +0 -0
- /package/lib/{routes/ncm/templates → v2/163/templates/music}/djradio-content.art +0 -0
- /package/lib/{routes/1point3acres/posts.js → v2/1point3acres/user/post.js} +0 -0
- /package/lib/{routes/1point3acres/threads.js → v2/1point3acres/user/thread.js} +0 -0
- /package/lib/v2/{hkepc → caai}/templates/description.art +0 -0
- /package/lib/v2/{ccfcv/templates → ccf/templates/ccfcv}/description.art +0 -0
- /package/lib/v2/{ecust-jxjy → dorohedoro}/router.js +0 -0
- /package/lib/v2/{nikkei-asia → fishshell}/router.js +0 -0
- /package/lib/{routes → v2}/iqiyi/video.js +0 -0
- /package/lib/{routes → v2}/newrank/utils.js +0 -0
- /package/lib/v2/qweather/{util → templates}/3days.art +0 -0
- /package/lib/v2/qweather/{util → templates}/now.art +0 -0
- /package/lib/{routes/universities → v2}/scut/jwc/news.js +0 -0
- /package/lib/{routes/universities → v2}/scut/jwc/notice.js +0 -0
- /package/lib/{routes/universities → v2}/scut/jwc/school.js +0 -0
- /package/lib/{routes → v2}/storyfm/index.js +0 -0
- /package/lib/{routes → v2}/telecompaper/search.js +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<p>名称:{{name}}</p>
|
|
2
|
+
<p>类型:{{productType}}</p>
|
|
3
|
+
<p>尺寸:{{measureText}}</p>
|
|
4
|
+
{{if isFamilyOffer}}
|
|
5
|
+
<p>会员价格:¥{{currentPrice}}</p>
|
|
6
|
+
<p>非会员价格:¥{{originalPrice}}</p>
|
|
7
|
+
{{else}}
|
|
8
|
+
<p>价格:¥{{currentPrice}}</p>
|
|
9
|
+
{{/if}}
|
|
10
|
+
<p>
|
|
11
|
+
{{each images}}
|
|
12
|
+
<img src="{{$value}}" />
|
|
13
|
+
{{/each}}
|
|
14
|
+
</p>
|
package/lib/v2/infoq/utils.js
CHANGED
|
@@ -21,10 +21,11 @@ const ProcessFeed = async (list, cache) => {
|
|
|
21
21
|
const data = resp.data.data;
|
|
22
22
|
const author = data.author ? data.author.map((p) => p.nickname).join(',') : data.no_author;
|
|
23
23
|
const category = e.topic.map((t) => t.name).concat(e.label.map((l) => l.name));
|
|
24
|
+
const content = data.content_url ? (await got(data.content_url)).body : data.content;
|
|
24
25
|
|
|
25
26
|
return {
|
|
26
27
|
title: data.article_title,
|
|
27
|
-
description: parseContent(
|
|
28
|
+
description: parseContent(content),
|
|
28
29
|
pubDate: parseDate(e.publish_time, 'x'),
|
|
29
30
|
category,
|
|
30
31
|
author,
|
|
@@ -0,0 +1,46 @@
|
|
|
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 type = 'html';
|
|
7
|
+
const user = ctx.params.user;
|
|
8
|
+
const tag = ctx.params.tag;
|
|
9
|
+
const num = ctx.query.limit || 20;
|
|
10
|
+
const rootUrl = 'https://www.inoreader.com/stream';
|
|
11
|
+
const currentUrl = `${rootUrl}/user/${user}/tag/${tag}/view/${type}?n=${num}`;
|
|
12
|
+
|
|
13
|
+
const response = await got({
|
|
14
|
+
method: 'get',
|
|
15
|
+
url: currentUrl,
|
|
16
|
+
});
|
|
17
|
+
const data = response.data;
|
|
18
|
+
const $ = cheerio.load(data);
|
|
19
|
+
const entries = $('#snip_body>.article_content');
|
|
20
|
+
|
|
21
|
+
ctx.state.data = {
|
|
22
|
+
title: $('.header_text').text().trim(),
|
|
23
|
+
link: currentUrl,
|
|
24
|
+
item: entries
|
|
25
|
+
.map((idx, item) => {
|
|
26
|
+
const content = $(item).clone();
|
|
27
|
+
const header = $(item).prev();
|
|
28
|
+
const pubDate = $('div.article_author .au1', header)
|
|
29
|
+
.contents()
|
|
30
|
+
.filter((_, e) => e.nodeType === 3)
|
|
31
|
+
.text()
|
|
32
|
+
.replace(/posted (on|at) /, '')
|
|
33
|
+
.replace(/UTC.*/, '');
|
|
34
|
+
return {
|
|
35
|
+
title: $('a.title_link', header).text().trim(),
|
|
36
|
+
link: $('a.title_link', header).attr('href'),
|
|
37
|
+
author: $('div.article_author span span', header).text().trim() + ' via ' + $('div.article_author a.feed_link', header).text().trim(),
|
|
38
|
+
pubDate: parseDate(pubDate, ['MMM DD YYYY HH:mm:ss', 'HH:mm:ss']),
|
|
39
|
+
description: $(content).html(),
|
|
40
|
+
};
|
|
41
|
+
})
|
|
42
|
+
.get(),
|
|
43
|
+
allowEmpty: true,
|
|
44
|
+
};
|
|
45
|
+
ctx.state.json = ctx.state.data;
|
|
46
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'inoreader.com': {
|
|
3
|
+
_name: 'Inoreader',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: 'HTML Clip',
|
|
7
|
+
docs: 'https://docs.rsshub.app/reading.html#inoreader',
|
|
8
|
+
source: ['/stream/user/:user/tag/:tag/*'],
|
|
9
|
+
target: (params, url) => {
|
|
10
|
+
const origin = new URL(url);
|
|
11
|
+
const limit = origin.searchParams.get('n');
|
|
12
|
+
return `/inoreader/html_clip/${params.user}/${params.tag}` + (limit ? `?limit=${limit}` : '');
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
title: 'RSS',
|
|
17
|
+
docs: 'https://docs.rsshub.app/reading.html#inoreader',
|
|
18
|
+
source: ['/stream/user/:user/tag/:tag'],
|
|
19
|
+
target: (params) => `/inoreader/rss/${params.user}/${params.tag}`,
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const parser = require('@/utils/rss-parser');
|
|
2
|
+
const cheerio = require('cheerio');
|
|
3
|
+
|
|
4
|
+
module.exports = async (ctx) => {
|
|
5
|
+
const user = ctx.params.user;
|
|
6
|
+
const tag = ctx.params.tag;
|
|
7
|
+
const rootUrl = 'https://www.inoreader.com/stream';
|
|
8
|
+
const rssUrl = `${rootUrl}/user/${user}/tag/${tag}`;
|
|
9
|
+
const feed = await parser.parseURL(rssUrl);
|
|
10
|
+
feed.items = feed.items.map((item) => {
|
|
11
|
+
if (item && item.enclosure && item.enclosure.type.includes('audio')) {
|
|
12
|
+
// output podcast rss
|
|
13
|
+
// get first image in content
|
|
14
|
+
let firstImgSrc = '';
|
|
15
|
+
if (item.content !== null) {
|
|
16
|
+
const $ = cheerio.load(item.content);
|
|
17
|
+
firstImgSrc = $('img').first().attr('src');
|
|
18
|
+
}
|
|
19
|
+
return {
|
|
20
|
+
title: item.title,
|
|
21
|
+
pubDate: item.pubDate,
|
|
22
|
+
link: item.link,
|
|
23
|
+
description: item.content,
|
|
24
|
+
category: item.categories,
|
|
25
|
+
itunes_item_image: firstImgSrc,
|
|
26
|
+
enclosure_url: item.enclosure.url,
|
|
27
|
+
enclosure_length: item.enclosure.length,
|
|
28
|
+
enclosure_type: item.enclosure.type,
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
title: item?.title ?? '',
|
|
33
|
+
pubDate: item?.pubDate ?? '',
|
|
34
|
+
link: item?.link ?? '',
|
|
35
|
+
description: item?.content ?? '',
|
|
36
|
+
category: item?.categories ?? [],
|
|
37
|
+
};
|
|
38
|
+
});
|
|
39
|
+
ctx.state.data = {
|
|
40
|
+
title: feed.title,
|
|
41
|
+
itunes_author: 'Inoreader',
|
|
42
|
+
image: 'https://www.inoreader.com/brand/img/ino_app_icon.png',
|
|
43
|
+
link: feed.link,
|
|
44
|
+
description: feed.description,
|
|
45
|
+
item: feed.items,
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const { parseDate } = require('@/utils/parse-date');
|
|
2
|
+
const { art } = require('@/utils/render');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
|
|
5
|
+
const renderItems = (items) =>
|
|
6
|
+
items.map((item) => {
|
|
7
|
+
const { product_type } = item; // carousel_container, feed, clips, igtv
|
|
8
|
+
// Content
|
|
9
|
+
const summary = item.caption?.text ?? '';
|
|
10
|
+
|
|
11
|
+
let description = '';
|
|
12
|
+
switch (product_type) {
|
|
13
|
+
case 'carousel_container': {
|
|
14
|
+
const images = item.carousel_media.map((i) => i.image_versions2.candidates[0]);
|
|
15
|
+
description = art(path.join(__dirname, 'templates/images.art'), {
|
|
16
|
+
summary,
|
|
17
|
+
images,
|
|
18
|
+
});
|
|
19
|
+
break;
|
|
20
|
+
}
|
|
21
|
+
case 'clips':
|
|
22
|
+
case 'igtv':
|
|
23
|
+
description = art(path.join(__dirname, 'templates/video.art'), {
|
|
24
|
+
summary,
|
|
25
|
+
image: item.image_versions2.candidates[0].url,
|
|
26
|
+
video: item.video_versions[0],
|
|
27
|
+
});
|
|
28
|
+
break;
|
|
29
|
+
case 'feed': {
|
|
30
|
+
const images = [item.image_versions2.candidates[0]];
|
|
31
|
+
description = art(path.join(__dirname, 'templates/images.art'), {
|
|
32
|
+
summary,
|
|
33
|
+
images,
|
|
34
|
+
});
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
default:
|
|
38
|
+
throw Error(`Instagram: Unhandled feed type: ${product_type}`);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// Metadata
|
|
42
|
+
const url = `https://www.instagram.com/p/${item.code}/`;
|
|
43
|
+
const pubDate = parseDate(item.taken_at, 'X');
|
|
44
|
+
const title = summary.split('\n')[0];
|
|
45
|
+
|
|
46
|
+
return {
|
|
47
|
+
title,
|
|
48
|
+
id: item.pk,
|
|
49
|
+
pubDate,
|
|
50
|
+
author: item.user.username,
|
|
51
|
+
link: url,
|
|
52
|
+
summary,
|
|
53
|
+
description,
|
|
54
|
+
};
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
module.exports = {
|
|
58
|
+
renderItems,
|
|
59
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
const { ig, login } = require('./utils');
|
|
2
|
+
const logger = require('@/utils/logger');
|
|
3
|
+
const config = require('@/config').value;
|
|
4
|
+
const { renderItems } = require('../common-utils');
|
|
5
|
+
|
|
6
|
+
// loadContent pulls the desired user/tag/etc
|
|
7
|
+
async function loadContent(category, nameOrId, tryGet) {
|
|
8
|
+
let feedTitle, feedLink, feedDescription, feedLogo;
|
|
9
|
+
let itemsRaw;
|
|
10
|
+
|
|
11
|
+
switch (category) {
|
|
12
|
+
case 'user': {
|
|
13
|
+
let userInfo, username, id;
|
|
14
|
+
if (!isNaN(nameOrId)) {
|
|
15
|
+
id = nameOrId;
|
|
16
|
+
userInfo = await tryGet(`instagram:userInfo:${id}`, () => ig.user.info(id));
|
|
17
|
+
username = userInfo.username;
|
|
18
|
+
} else {
|
|
19
|
+
username = nameOrId;
|
|
20
|
+
id = await tryGet(`instagram:getIdByUsername:${username}`, () => ig.user.getIdByUsername(username), 31536000); // 1 year since it will never change
|
|
21
|
+
userInfo = await tryGet(`instagram:userInfo:${id}`, () => ig.user.info(id));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
feedDescription = userInfo.biography;
|
|
25
|
+
// exists in web api ?? exist in private api ?? exist in both
|
|
26
|
+
feedLogo = userInfo.profile_pic_url_hd ?? userInfo.hd_profile_pic_url_info?.url ?? userInfo.profile_pic_url;
|
|
27
|
+
const fullName = userInfo.full_name;
|
|
28
|
+
feedTitle = `${fullName} (@${username}) - Instagram`;
|
|
29
|
+
feedLink = `https://www.instagram.com/${username}`;
|
|
30
|
+
|
|
31
|
+
itemsRaw = await tryGet(`instagram:feed:${id}`, () => ig.feed.user(id).items(), config.cache.routeExpire, false);
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
case 'tags': {
|
|
35
|
+
const tag = nameOrId;
|
|
36
|
+
|
|
37
|
+
feedTitle = `#${tag} - Instagram`;
|
|
38
|
+
feedLink = `https://www.instagram.com/explore/tags/${tag}`;
|
|
39
|
+
|
|
40
|
+
itemsRaw = await tryGet(`instagram:tags:${tag}`, () => ig.feed.tags(tag, 'recent').items(), config.cache.routeExpire, false);
|
|
41
|
+
break;
|
|
42
|
+
}
|
|
43
|
+
default:
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
return {
|
|
48
|
+
feedTitle,
|
|
49
|
+
feedLink,
|
|
50
|
+
feedDescription,
|
|
51
|
+
feedLogo,
|
|
52
|
+
itemsRaw,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
module.exports = async (ctx) => {
|
|
57
|
+
// https://github.com/dilame/instagram-private-api#feeds
|
|
58
|
+
// const availableCategories = ["accountFollowers", "accountFollowing", "news",
|
|
59
|
+
// "discover", "pendingFriendships", "blockedUsers", "directInbox", "directPending",
|
|
60
|
+
// "directThread", "user", "tag", "location", "mediaComments", "reelsMedia", "reelsTray",
|
|
61
|
+
// "timeline", "musicTrending", "musicSearch", "musicGenre", "musicMood", "usertags", "saved"];
|
|
62
|
+
const availableCategories = ['user', 'tags'];
|
|
63
|
+
// Unique key for a feed category
|
|
64
|
+
// e.g. username for user feed
|
|
65
|
+
const { category, key } = ctx.params;
|
|
66
|
+
if (!availableCategories.includes(category)) {
|
|
67
|
+
throw Error('Such feed is not supported.');
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
if (config.instagram && config.instagram.proxy) {
|
|
71
|
+
ig.state.proxyUrl = config.instagram.proxy;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
await login(ig, ctx.cache);
|
|
75
|
+
|
|
76
|
+
let data;
|
|
77
|
+
try {
|
|
78
|
+
data = await loadContent(category, key, ctx.cache.tryGet);
|
|
79
|
+
} catch (e) {
|
|
80
|
+
logger.error(`Instagram error: ${e}`);
|
|
81
|
+
throw e;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
ctx.state.data = {
|
|
85
|
+
title: data.feedTitle,
|
|
86
|
+
link: data.feedLink,
|
|
87
|
+
description: data.feedDescription,
|
|
88
|
+
item: renderItems(data.itemsRaw),
|
|
89
|
+
icon: 'https://www.instagram.com/static/images/ico/xxhdpi_launcher.png/99cf3909d459.png',
|
|
90
|
+
logo: data.feedLogo,
|
|
91
|
+
image: data.feedLogo,
|
|
92
|
+
allowEmpty: true,
|
|
93
|
+
};
|
|
94
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const { IgApiClient } = require('instagram-private-api');
|
|
2
|
+
const logger = require('@/utils/logger');
|
|
3
|
+
const config = require('@/config').value;
|
|
4
|
+
|
|
5
|
+
const ig = new IgApiClient();
|
|
6
|
+
|
|
7
|
+
async function login(ig, cache) {
|
|
8
|
+
if (!config.instagram || !config.instagram.username || !config.instagram.password) {
|
|
9
|
+
throw Error('Instagram RSS is disabled due to the lack of <a href="https://docs.rsshub.app/install/#pei-zhi-bu-fen-rss-mo-kuai-pei-zhi">relevant config</a>');
|
|
10
|
+
}
|
|
11
|
+
const LOGIN_CACHE_KEY = 'instagram:login';
|
|
12
|
+
const { username, password } = config.instagram;
|
|
13
|
+
const state = await cache.get(LOGIN_CACHE_KEY);
|
|
14
|
+
if (state) {
|
|
15
|
+
ig.state.deserialize(state);
|
|
16
|
+
} else {
|
|
17
|
+
ig.state.generateDevice(username);
|
|
18
|
+
// try {
|
|
19
|
+
// await ig.simulate.preLoginFlow();
|
|
20
|
+
// } catch (error) {
|
|
21
|
+
// logger.info('Instagram preLoginFlow fail: ' + error);
|
|
22
|
+
// }
|
|
23
|
+
await ig.account.login(username, password);
|
|
24
|
+
process.nextTick(() => ig.simulate.postLoginFlow());
|
|
25
|
+
logger.debug('Instagram login success.');
|
|
26
|
+
}
|
|
27
|
+
// Post request hook
|
|
28
|
+
ig.request.end$.subscribe(async () => {
|
|
29
|
+
const loginState = await ig.state.serialize();
|
|
30
|
+
delete loginState.constants;
|
|
31
|
+
// lifetime is defined in
|
|
32
|
+
// https://github.com/dilame/instagram-private-api/blob/6c160b2defcf8b0790b5a80033aab3e3084d0114/docs/classes/index/State.md#clientsessionidlifetime
|
|
33
|
+
await cache.set(LOGIN_CACHE_KEY, loginState, 1200000);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
module.exports = { ig, login };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'instagram.com': {
|
|
3
|
+
_name: 'Instagram',
|
|
4
|
+
www: [
|
|
5
|
+
{
|
|
6
|
+
title: '用户',
|
|
7
|
+
docs: 'https://docs.rsshub.app/social-media.html#instagram',
|
|
8
|
+
source: ['/:id'],
|
|
9
|
+
target: '/instagram/user/:id',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: '标签',
|
|
13
|
+
docs: 'https://docs.rsshub.app/social-media.html#instagram',
|
|
14
|
+
source: ['/explore/tags/:key'],
|
|
15
|
+
target: '/instagram/tags/:key',
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
const { CookieJar } = require('tough-cookie');
|
|
2
|
+
const config = require('@/config').value;
|
|
3
|
+
const { renderItems } = require('../common-utils');
|
|
4
|
+
const { baseUrl, COOKIE_URL, getUserInfo, getUserFeedItems, getTagsFeedItems } = require('./utils');
|
|
5
|
+
|
|
6
|
+
module.exports = async (ctx) => {
|
|
7
|
+
if (!config.instagram || !config.instagram.cookie) {
|
|
8
|
+
throw Error('Instagram RSS is disabled due to the lack of <a href="https://docs.rsshub.app/install/#pei-zhi-bu-fen-rss-mo-kuai-pei-zhi">relevant config</a>');
|
|
9
|
+
}
|
|
10
|
+
const availableCategories = ['user', 'tags'];
|
|
11
|
+
const { category, key } = ctx.params;
|
|
12
|
+
const { cookie } = config.instagram;
|
|
13
|
+
if (!availableCategories.includes(category)) {
|
|
14
|
+
throw Error('Such feed is not supported.');
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
let cookieJar = await ctx.cache.get('instagram:cookieJar');
|
|
18
|
+
const cacheMiss = !cookieJar;
|
|
19
|
+
if (cacheMiss) {
|
|
20
|
+
cookieJar = new CookieJar();
|
|
21
|
+
for await (const c of cookie.split('; ')) {
|
|
22
|
+
await cookieJar.setCookie(c, COOKIE_URL);
|
|
23
|
+
}
|
|
24
|
+
} else {
|
|
25
|
+
cookieJar = CookieJar.fromJSON(cookieJar);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
let feedTitle, feedLink, feedDescription, feedLogo;
|
|
29
|
+
let items;
|
|
30
|
+
switch (category) {
|
|
31
|
+
case 'user': {
|
|
32
|
+
const userInfo = await getUserInfo(key, cookieJar, ctx.cache);
|
|
33
|
+
|
|
34
|
+
// User feed metadata
|
|
35
|
+
const { biography, full_name, id, username } = userInfo;
|
|
36
|
+
feedTitle = `${full_name} (@${username}) - Instagram`;
|
|
37
|
+
feedDescription = biography;
|
|
38
|
+
// exists in web api ?? exist in private api ?? exist in both
|
|
39
|
+
feedLogo = userInfo.profile_pic_url_hd ?? userInfo.hd_profile_pic_url_info?.url ?? userInfo.profile_pic_url;
|
|
40
|
+
feedLink = `${baseUrl}/${username}`;
|
|
41
|
+
|
|
42
|
+
items = await getUserFeedItems(id, username, cookieJar, ctx.cache.tryGet);
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
case 'tags': {
|
|
46
|
+
const tag = key;
|
|
47
|
+
|
|
48
|
+
feedTitle = `#${tag} - Instagram`;
|
|
49
|
+
feedLink = `${baseUrl}/explore/tags/${tag}`;
|
|
50
|
+
|
|
51
|
+
items = await getTagsFeedItems(tag, 'recent', cookieJar, ctx.cache.tryGet);
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
default:
|
|
55
|
+
break;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
await ctx.cache.set('instagram:cookieJar', cookieJar.toJSON(), 31536000);
|
|
59
|
+
|
|
60
|
+
ctx.state.data = {
|
|
61
|
+
title: feedTitle,
|
|
62
|
+
link: feedLink,
|
|
63
|
+
description: feedDescription,
|
|
64
|
+
item: renderItems(items),
|
|
65
|
+
icon: `${baseUrl}/static/images/ico/xxhdpi_launcher.png/99cf3909d459.png`,
|
|
66
|
+
logo: feedLogo,
|
|
67
|
+
image: feedLogo,
|
|
68
|
+
allowEmpty: true,
|
|
69
|
+
};
|
|
70
|
+
};
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
const config = require('@/config').value;
|
|
3
|
+
|
|
4
|
+
const baseUrl = 'https://www.instagram.com';
|
|
5
|
+
const COOKIE_URL = 'https://instagram.com';
|
|
6
|
+
let igWwwClaim;
|
|
7
|
+
|
|
8
|
+
const getCSRFTokenFromJar = async (cookieJar) => {
|
|
9
|
+
const cookieString = await cookieJar.getCookieString(COOKIE_URL);
|
|
10
|
+
return cookieString.match(/csrftoken=([^;]+)/)?.[1];
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const getHeaders = async (cookieJar) => ({
|
|
14
|
+
'X-ASBD-ID': 198387,
|
|
15
|
+
'X-CSRFToken': await getCSRFTokenFromJar(cookieJar),
|
|
16
|
+
'X-IG-App-ID': 936619743392459,
|
|
17
|
+
'X-IG-WWW-Claim': igWwwClaim,
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
const getUserInfo = async (username, cookieJar, cache) => {
|
|
21
|
+
let webProfileInfo;
|
|
22
|
+
let id = await cache.get(`instagram:getIdByUsername:${username}`);
|
|
23
|
+
let userInfoCache = await cache.get(`instagram:userInfo:${id}`);
|
|
24
|
+
|
|
25
|
+
if (!userInfoCache) {
|
|
26
|
+
const response = await got(`${baseUrl}/api/v1/users/web_profile_info/`, {
|
|
27
|
+
cookieJar,
|
|
28
|
+
headers: await getHeaders(cookieJar),
|
|
29
|
+
searchParams: {
|
|
30
|
+
username,
|
|
31
|
+
},
|
|
32
|
+
});
|
|
33
|
+
if (response.url.includes('/accounts/login/')) {
|
|
34
|
+
throw Error('Invalid cookie');
|
|
35
|
+
}
|
|
36
|
+
igWwwClaim = response.headers['x-ig-set-www-claim'] || igWwwClaim;
|
|
37
|
+
|
|
38
|
+
webProfileInfo = response.data.data.user;
|
|
39
|
+
id = webProfileInfo.id;
|
|
40
|
+
|
|
41
|
+
await cache.set(`instagram:getIdByUsername:${username}`, id, 31536000); // 1 year since it will never change
|
|
42
|
+
await cache.set(`instagram:userInfo:${id}`, webProfileInfo);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
userInfoCache = typeof userInfoCache === 'string' ? JSON.parse(userInfoCache) : userInfoCache;
|
|
46
|
+
|
|
47
|
+
return userInfoCache || webProfileInfo;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const getUserFeedItems = (id, username, cookieJar, tryGet) =>
|
|
51
|
+
tryGet(
|
|
52
|
+
`instagram:feed:${id}`,
|
|
53
|
+
async () => {
|
|
54
|
+
const response = await got(`${baseUrl}/api/v1/feed/user/${username}/username/`, {
|
|
55
|
+
cookieJar,
|
|
56
|
+
headers: await getHeaders(cookieJar),
|
|
57
|
+
searchParams: {
|
|
58
|
+
count: 30,
|
|
59
|
+
},
|
|
60
|
+
});
|
|
61
|
+
// 401 Unauthorized if cookie does not match with IP
|
|
62
|
+
igWwwClaim = response.headers['x-ig-set-www-claim'] || igWwwClaim;
|
|
63
|
+
|
|
64
|
+
return response.data.items;
|
|
65
|
+
},
|
|
66
|
+
config.cache.routeExpire,
|
|
67
|
+
false
|
|
68
|
+
);
|
|
69
|
+
|
|
70
|
+
const getTagsFeedItems = (tag, tab, cookieJar, tryGet) =>
|
|
71
|
+
tryGet(
|
|
72
|
+
`instagram:tags:${tag}`,
|
|
73
|
+
async () => {
|
|
74
|
+
const response = await got(`${baseUrl}/api/v1/tags/web_info/`, {
|
|
75
|
+
// cookieJar, cookieJar is behaving weirdly here, so we use cookie header instead
|
|
76
|
+
headers: {
|
|
77
|
+
cookie: await cookieJar.getCookieString(COOKIE_URL),
|
|
78
|
+
...(await getHeaders(cookieJar)),
|
|
79
|
+
},
|
|
80
|
+
searchParams: {
|
|
81
|
+
tag_name: tag,
|
|
82
|
+
},
|
|
83
|
+
});
|
|
84
|
+
// Looks like cookie IP check is not applied to tags
|
|
85
|
+
igWwwClaim = response.headers['x-ig-set-www-claim'] || igWwwClaim;
|
|
86
|
+
|
|
87
|
+
return response.data.data[tab].sections.flatMap((section) => section.layout_content.medias.map((media) => media.media));
|
|
88
|
+
},
|
|
89
|
+
config.cache.routeExpire,
|
|
90
|
+
false
|
|
91
|
+
);
|
|
92
|
+
|
|
93
|
+
module.exports = {
|
|
94
|
+
baseUrl,
|
|
95
|
+
COOKIE_URL,
|
|
96
|
+
getUserInfo,
|
|
97
|
+
getUserFeedItems,
|
|
98
|
+
getTagsFeedItems,
|
|
99
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const got = require('@/utils/got');
|
|
2
|
+
|
|
3
|
+
module.exports = async (ctx) => {
|
|
4
|
+
const category = ctx.params.category ?? 'all';
|
|
5
|
+
|
|
6
|
+
const siteDomain = 'www.instructables.com';
|
|
7
|
+
const apiKey = 'NU5CdGwyRDdMVnVmM3l4cWNqQzFSVzJNZU5jaUxFU3dGK3J2L203MkVmVT02ZWFYeyJleGNsdWRlX2ZpZWxkcyI6WyJvdXRfb2YiLCJzZWFyY2hfdGltZV9tcyIsInN0ZXBCb2R5Il0sInBlcl9wYWdlIjo1MH0=';
|
|
8
|
+
|
|
9
|
+
let pathPrefix, projectFilter;
|
|
10
|
+
if (category === 'all') {
|
|
11
|
+
pathPrefix = '';
|
|
12
|
+
projectFilter = '';
|
|
13
|
+
} else {
|
|
14
|
+
pathPrefix = `${category}/`;
|
|
15
|
+
const filterValue = `${category.charAt(0).toUpperCase()}${category.slice(1)}`;
|
|
16
|
+
projectFilter = category !== 'teachers' ? ` && category:=${filterValue}` : `&& teachers:=${filterValue}`;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const link = `https://${siteDomain}/${pathPrefix}projects?projects=all`;
|
|
20
|
+
|
|
21
|
+
const response = await got({
|
|
22
|
+
method: 'get',
|
|
23
|
+
url: `https://${siteDomain}/api_proxy/search/collections/projects/documents/search`,
|
|
24
|
+
headers: {
|
|
25
|
+
Referer: link,
|
|
26
|
+
Host: siteDomain,
|
|
27
|
+
'x-typesense-api-key': apiKey,
|
|
28
|
+
},
|
|
29
|
+
searchParams: {
|
|
30
|
+
q: '*',
|
|
31
|
+
query_by: 'title,stepBody,screenName',
|
|
32
|
+
page: 1,
|
|
33
|
+
per_page: 50,
|
|
34
|
+
sort_by: 'publishDate:desc',
|
|
35
|
+
include_fields: 'title,urlString,coverImageUrl,screenName,publishDate,favorites,views,primaryClassification,featureFlag,prizeLevel,IMadeItCount',
|
|
36
|
+
filter_by: `featureFlag:=true${projectFilter}`,
|
|
37
|
+
},
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
const data = response.data;
|
|
41
|
+
|
|
42
|
+
ctx.state.data = {
|
|
43
|
+
title: 'Instructables Projects', // 项目的标题
|
|
44
|
+
link, // 指向项目的链接
|
|
45
|
+
description: 'Instructables Projects', // 描述项目
|
|
46
|
+
language: 'en', // 频道语言
|
|
47
|
+
item: data.hits.map((item) => ({
|
|
48
|
+
title: item.document.title,
|
|
49
|
+
link: `https://${siteDomain}/${item.document.urlString}`,
|
|
50
|
+
author: item.document.screenName,
|
|
51
|
+
description: `<img src="${item.document.coverImageUrl}?auto=webp&crop=1.2%3A1&frame=1&width=500" width="500">`,
|
|
52
|
+
pubDate: new Date(item.document.publishDate).toUTCString(),
|
|
53
|
+
category: item.document.primaryClassification,
|
|
54
|
+
})),
|
|
55
|
+
};
|
|
56
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
'instructables.com': {
|
|
3
|
+
_name: 'Instructables',
|
|
4
|
+
'.': [
|
|
5
|
+
{
|
|
6
|
+
title: 'All Projects - Instructables',
|
|
7
|
+
docs: 'https://docs.rsshub.app/other.html#instructables',
|
|
8
|
+
source: ['/projects'],
|
|
9
|
+
target: '/instructables/projects',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
title: 'Projects - Instructables',
|
|
13
|
+
docs: 'https://docs.rsshub.app/other.html#instructables',
|
|
14
|
+
source: ['/:category/projects'],
|
|
15
|
+
target: (params) => `/instructables/projects/${params.category}`,
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
};
|