rsshub 1.0.0-master.fea53e9 → 1.0.0-master.feb1497
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 +15 -57
- package/lib/api/category/one.ts +81 -0
- package/lib/api/follow/config.ts +27 -0
- package/lib/api/index.ts +12 -4
- package/lib/api/radar/rules/all.ts +3 -6
- package/lib/api/radar/rules/one.ts +3 -6
- package/lib/app.tsx +57 -0
- package/lib/config.test.ts +0 -6
- package/lib/config.ts +232 -30
- package/lib/errors/index.test.ts +28 -8
- package/lib/errors/index.tsx +40 -38
- package/lib/errors/types/config-not-found.ts +5 -0
- package/lib/errors/types/invalid-parameter.ts +5 -0
- package/lib/errors/types/not-found.ts +5 -0
- package/lib/errors/types/reject.ts +5 -0
- package/lib/errors/types/request-in-progress.ts +5 -0
- package/lib/index.ts +9 -3
- package/lib/middleware/access-control.ts +5 -5
- package/lib/middleware/anti-hotlink.test.ts +197 -12
- package/lib/middleware/anti-hotlink.ts +30 -1
- package/lib/middleware/cache.test.ts +54 -53
- package/lib/middleware/cache.ts +25 -8
- package/lib/middleware/logger.ts +6 -2
- package/lib/middleware/parameter.test.ts +30 -29
- package/lib/middleware/parameter.ts +54 -25
- package/lib/middleware/template.test.ts +6 -0
- package/lib/middleware/template.tsx +126 -0
- package/lib/middleware/trace.ts +25 -0
- package/lib/registry.test.ts +10 -57
- package/lib/registry.ts +16 -19
- package/lib/router.js +7 -60
- package/lib/routes/005/index.ts +156 -0
- package/lib/routes/005/namespace.ts +9 -0
- package/lib/routes/005/templates/description.art +27 -0
- package/lib/routes/0818tuan/namespace.ts +1 -0
- package/lib/routes/0x80/index.ts +87 -0
- package/lib/routes/0x80/namespace.ts +8 -0
- package/lib/routes/10jqka/namespace.ts +9 -0
- package/lib/routes/10jqka/realtimenews.ts +143 -0
- package/lib/routes/12306/index.ts +3 -2
- package/lib/routes/12306/namespace.ts +1 -0
- package/lib/routes/12371/namespace.ts +8 -0
- package/lib/routes/12371/zxfb.ts +64 -0
- package/lib/routes/141jav/index.ts +44 -6
- package/lib/routes/141jav/namespace.ts +2 -1
- package/lib/routes/141ppv/index.ts +44 -6
- package/lib/routes/141ppv/namespace.ts +2 -1
- package/lib/routes/163/ds.ts +1 -1
- package/lib/routes/163/dy.ts +1 -2
- package/lib/routes/163/dy2.ts +7 -11
- package/lib/routes/163/exclusive.ts +1 -1
- package/lib/routes/163/music/artist-songs.ts +1 -1
- package/lib/routes/163/music/artist.ts +1 -1
- package/lib/routes/163/music/djradio.ts +28 -21
- package/lib/routes/163/music/playlist.ts +11 -11
- package/lib/routes/163/music/userevents.ts +3 -2
- package/lib/routes/163/music/userplaylist.ts +1 -1
- package/lib/routes/163/music/userplayrecords.ts +8 -2
- package/lib/routes/163/namespace.ts +2 -1
- package/lib/routes/163/news/rank.ts +5 -4
- package/lib/routes/163/news/special.ts +2 -1
- package/lib/routes/163/open/vip.ts +1 -1
- package/lib/routes/163/templates/music/djradio-content.art +2 -0
- package/lib/routes/163/today.ts +2 -2
- package/lib/routes/163/utils.ts +5 -6
- package/lib/routes/18comic/album.ts +2 -2
- package/lib/routes/18comic/namespace.ts +2 -1
- package/lib/routes/18comic/search.ts +2 -2
- package/lib/routes/18comic/templates/description.art +8 -0
- package/lib/routes/18comic/utils.ts +6 -2
- package/lib/routes/19lou/index.ts +2 -1
- package/lib/routes/19lou/namespace.ts +1 -0
- package/lib/routes/1lou/index.ts +118 -59
- package/lib/routes/1lou/namespace.ts +3 -0
- package/lib/routes/1point3acres/category.ts +2 -2
- package/lib/routes/1point3acres/namespace.ts +1 -0
- package/lib/routes/1point3acres/offer.ts +3 -3
- package/lib/routes/1point3acres/thread.ts +5 -2
- package/lib/routes/1point3acres/utils.ts +80 -16
- package/lib/routes/1x/index.ts +121 -0
- package/lib/routes/1x/namespace.ts +9 -0
- package/lib/routes/1x/templates/description.art +17 -0
- package/lib/routes/2023game/index.ts +69 -0
- package/lib/routes/2023game/namespace.ts +7 -0
- package/lib/routes/2048/index.ts +14 -11
- package/lib/routes/2048/namespace.ts +1 -0
- package/lib/routes/21caijing/channel.ts +1082 -0
- package/lib/routes/21caijing/namespace.ts +8 -0
- package/lib/routes/2cycd/namespace.ts +1 -0
- package/lib/routes/30secondsofcode/category.ts +65 -0
- package/lib/routes/30secondsofcode/namespace.ts +7 -0
- package/lib/routes/30secondsofcode/new-and-popular.ts +41 -0
- package/lib/routes/30secondsofcode/utils.ts +54 -0
- package/lib/routes/36kr/hot-list.ts +6 -1
- package/lib/routes/36kr/index.ts +13 -3
- package/lib/routes/36kr/namespace.ts +1 -0
- package/lib/routes/3dmgame/game.ts +4 -3
- package/lib/routes/3dmgame/namespace.ts +1 -0
- package/lib/routes/3dmgame/news-center.ts +3 -3
- package/lib/routes/3kns/index.ts +121 -0
- package/lib/routes/3kns/namespace.ts +7 -0
- package/lib/routes/3kns/templates/description.art +9 -0
- package/lib/routes/423down/index.ts +258 -101
- package/lib/routes/423down/namespace.ts +4 -1
- package/lib/routes/423down/templates/description.art +21 -0
- package/lib/routes/4gamers/namespace.ts +1 -0
- package/lib/routes/4gamers/utils.ts +3 -2
- package/lib/routes/4ksj/forum.ts +170 -83
- package/lib/routes/4ksj/namespace.ts +1 -0
- package/lib/routes/4ksj/templates/description.art +49 -46
- package/lib/routes/500px/namespace.ts +1 -0
- package/lib/routes/500px/tribe-set.ts +6 -14
- package/lib/routes/500px/utils.ts +23 -22
- package/lib/routes/50forum/namespace.ts +1 -0
- package/lib/routes/51cto/namespace.ts +7 -0
- package/lib/routes/51cto/recommend.ts +90 -0
- package/lib/routes/51cto/utils.ts +21 -0
- package/lib/routes/51read/article.ts +82 -0
- package/lib/routes/51read/namespace.ts +7 -0
- package/lib/routes/52hrtt/namespace.ts +1 -0
- package/lib/routes/52hrtt/symposium.ts +2 -2
- package/lib/routes/56kog/namespace.ts +1 -0
- package/lib/routes/56kog/util.ts +1 -1
- package/lib/routes/591/list.ts +9 -8
- package/lib/routes/591/namespace.ts +1 -0
- package/lib/routes/5eplay/index.ts +1 -51
- package/lib/routes/5eplay/namespace.ts +1 -0
- package/lib/routes/5eplay/utils.ts +5 -3
- package/lib/routes/69shu/article.ts +96 -0
- package/lib/routes/69shu/namespace.ts +7 -0
- package/lib/routes/6park/namespace.ts +1 -0
- package/lib/routes/6v123/latest-movies.ts +1 -1
- package/lib/routes/6v123/latest-tvseries.ts +1 -1
- package/lib/routes/6v123/namespace.ts +1 -0
- package/lib/routes/6v123/utils.ts +64 -62
- package/lib/routes/78dm/index.ts +430 -44
- package/lib/routes/78dm/namespace.ts +3 -0
- package/lib/routes/78dm/templates/description.art +17 -0
- package/lib/routes/7mmtv/index.ts +1 -1
- package/lib/routes/7mmtv/namespace.ts +1 -0
- package/lib/routes/81/81rc/index.ts +68 -32
- package/lib/routes/81/namespace.ts +4 -1
- package/lib/routes/8264/list.ts +42 -42
- package/lib/routes/8264/namespace.ts +1 -0
- package/lib/routes/8kcos/namespace.ts +1 -0
- package/lib/routes/8world/namespace.ts +1 -0
- package/lib/routes/91porn/author.ts +1 -1
- package/lib/routes/91porn/index.ts +1 -1
- package/lib/routes/91porn/namespace.ts +2 -1
- package/lib/routes/91porn/utils.ts +2 -1
- package/lib/routes/95mm/namespace.ts +1 -0
- package/lib/routes/95mm/utils.ts +2 -2
- package/lib/routes/9to5/namespace.ts +1 -0
- package/lib/routes/a9vg/index.ts +214 -0
- package/lib/routes/a9vg/namespace.ts +2 -0
- package/lib/routes/a9vg/templates/description.art +17 -0
- package/lib/routes/aamacau/index.ts +2 -2
- package/lib/routes/aamacau/namespace.ts +1 -0
- package/lib/routes/abc/index.ts +27 -14
- package/lib/routes/abc/namespace.ts +1 -0
- package/lib/routes/abmedia/namespace.ts +1 -0
- package/lib/routes/abskoop/index.ts +1 -1
- package/lib/routes/abskoop/namespace.ts +1 -0
- package/lib/routes/abskoop/nsfw.ts +2 -2
- package/lib/routes/academia/namespace.ts +7 -0
- package/lib/routes/academia/topics.ts +49 -0
- package/lib/routes/accessbriefing/index.ts +217 -0
- package/lib/routes/accessbriefing/namespace.ts +9 -0
- package/lib/routes/accessbriefing/templates/description.art +27 -0
- package/lib/routes/acfun/article.ts +33 -6
- package/lib/routes/acfun/bangumi.ts +4 -3
- package/lib/routes/acfun/namespace.ts +1 -0
- package/lib/routes/acfun/video.ts +8 -2
- package/lib/routes/acg17/namespace.ts +1 -0
- package/lib/routes/acpaa/namespace.ts +1 -0
- package/lib/routes/acs/journal.ts +1 -1
- package/lib/routes/acs/namespace.ts +2 -1
- package/lib/routes/aeaweb/index.ts +3 -3
- package/lib/routes/aeaweb/namespace.ts +1 -0
- package/lib/routes/aeon/category.ts +35 -19
- package/lib/routes/aeon/namespace.ts +2 -1
- package/lib/routes/aeon/templates/essay.art +8 -2
- package/lib/routes/aeon/templates/video.art +4 -4
- package/lib/routes/aeon/type.ts +29 -19
- package/lib/routes/aeon/utils.ts +50 -17
- package/lib/routes/afdian/dynamic.ts +47 -0
- package/lib/routes/afdian/explore.ts +78 -0
- package/lib/routes/afdian/namespace.ts +7 -0
- package/lib/routes/afr/latest.ts +69 -0
- package/lib/routes/afr/namespace.ts +7 -0
- package/lib/routes/afr/navigation.ts +75 -0
- package/lib/routes/afr/query.ts +349 -0
- package/lib/routes/afr/utils.ts +80 -0
- package/lib/routes/agefans/namespace.ts +1 -0
- package/lib/routes/agefans/update.ts +19 -17
- package/lib/routes/agirls/namespace.ts +1 -0
- package/lib/routes/agirls/topic-list.ts +1 -1
- package/lib/routes/agirls/topic.ts +1 -1
- package/lib/routes/agirls/z-index.ts +60 -0
- package/lib/routes/agora0/namespace.ts +1 -0
- package/lib/routes/agri/index.ts +307 -0
- package/lib/routes/agri/namespace.ts +9 -0
- package/lib/routes/agri/templates/description.art +21 -0
- package/lib/routes/ahjzu/namespace.ts +1 -0
- package/lib/routes/aibase/discover.ts +388 -0
- package/lib/routes/aibase/namespace.ts +9 -0
- package/lib/routes/aibase/news.ts +118 -0
- package/lib/routes/aibase/templates/description.art +100 -0
- package/lib/routes/aibase/topic.ts +614 -0
- package/lib/routes/aibase/util.ts +114 -0
- package/lib/routes/aicaijing/index.ts +1 -1
- package/lib/routes/aicaijing/namespace.ts +1 -0
- package/lib/routes/aiea/namespace.ts +1 -0
- package/lib/routes/aijishu/namespace.ts +1 -0
- package/lib/routes/ainvest/namespace.ts +1 -0
- package/lib/routes/ainvest/news.ts +3 -2
- package/lib/routes/aip/journal-pupp.ts +4 -2
- package/lib/routes/aip/journal.ts +2 -2
- package/lib/routes/aip/namespace.ts +1 -0
- package/lib/routes/aip/utils.ts +1 -1
- package/lib/routes/air-level/index.ts +49 -0
- package/lib/routes/air-level/levelrank.ts +65 -0
- package/lib/routes/air-level/namespace.ts +12 -0
- package/lib/routes/airchina/namespace.ts +1 -0
- package/lib/routes/aisixiang/namespace.ts +1 -0
- package/lib/routes/aisixiang/thinktank.ts +2 -1
- package/lib/routes/aisixiang/zhuanti.ts +2 -2
- package/lib/routes/ajcass/namespace.ts +11 -0
- package/lib/routes/ajcass/shxyj.ts +73 -0
- package/lib/routes/ajmide/index.ts +3 -2
- package/lib/routes/ajmide/namespace.ts +1 -0
- package/lib/routes/ali213/namespace.ts +9 -0
- package/lib/routes/ali213/news.ts +269 -0
- package/lib/routes/ali213/templates/description.art +21 -0
- package/lib/routes/ali213/zl.ts +226 -0
- package/lib/routes/alicesoft/infomation.ts +88 -0
- package/lib/routes/alicesoft/namespace.ts +7 -0
- package/lib/routes/alipan/files.ts +80 -0
- package/lib/routes/alipan/namespace.ts +8 -0
- package/lib/routes/alipan/types.ts +62 -0
- package/lib/routes/aliresearch/information.ts +1 -1
- package/lib/routes/aliresearch/namespace.ts +1 -0
- package/lib/routes/alistapart/index.ts +4 -2
- package/lib/routes/alistapart/namespace.ts +1 -0
- package/lib/routes/alistapart/topic.ts +1 -0
- package/lib/routes/alistapart/utils.ts +2 -2
- package/lib/routes/aliyun/namespace.ts +1 -0
- package/lib/routes/aljazeera/index.ts +19 -16
- package/lib/routes/aljazeera/namespace.ts +2 -1
- package/lib/routes/ally/namespace.ts +1 -0
- package/lib/routes/ally/rail.ts +2 -2
- package/lib/routes/alpinelinux/namespace.ts +12 -0
- package/lib/routes/alpinelinux/pkgs.ts +104 -0
- package/lib/routes/alternativeto/namespace.ts +1 -0
- package/lib/routes/amazon/kindle-software-updates.ts +1 -1
- package/lib/routes/amazon/namespace.ts +1 -0
- package/lib/routes/amz123/kx.ts +65 -0
- package/lib/routes/amz123/namespace.ts +9 -0
- package/lib/routes/android/namespace.ts +1 -0
- package/lib/routes/anime1/anime.ts +63 -0
- package/lib/routes/anime1/namespace.ts +7 -0
- package/lib/routes/anime1/search.ts +57 -0
- package/lib/routes/annualreviews/index.ts +2 -2
- package/lib/routes/annualreviews/namespace.ts +1 -0
- package/lib/routes/anquanke/namespace.ts +2 -1
- package/lib/routes/anquanke/vul.ts +3 -1
- package/lib/routes/anthropic/namespace.ts +7 -0
- package/lib/routes/anthropic/news.ts +60 -0
- package/lib/routes/apache/namespace.ts +1 -0
- package/lib/routes/apiseven/namespace.ts +1 -0
- package/lib/routes/apkpure/namespace.ts +1 -0
- package/lib/routes/apnews/api.ts +77 -0
- package/lib/routes/apnews/namespace.ts +1 -0
- package/lib/routes/apnews/rss.ts +47 -0
- package/lib/routes/apnews/sitemap.ts +91 -0
- package/lib/routes/apnews/topics.ts +17 -24
- package/lib/routes/apnews/utils.ts +74 -0
- package/lib/routes/apnic/index.ts +61 -0
- package/lib/routes/apnic/namespace.ts +8 -0
- package/lib/routes/app-center/namespace.ts +1 -0
- package/lib/routes/app-center/release.ts +3 -3
- package/lib/routes/apple/apps.ts +37 -15
- package/lib/routes/apple/namespace.ts +1 -0
- package/lib/routes/apple/podcast.ts +72 -0
- package/lib/routes/appleinsider/index.ts +1 -1
- package/lib/routes/appleinsider/namespace.ts +1 -0
- package/lib/routes/appstare/comments.ts +57 -0
- package/lib/routes/appstare/namespace.ts +7 -0
- package/lib/routes/appstore/namespace.ts +1 -0
- package/lib/routes/appstorrent/namespace.ts +7 -0
- package/lib/routes/appstorrent/programs.ts +91 -0
- package/lib/routes/appstorrent/templates/description.art +22 -0
- package/lib/routes/aqara/namespace.ts +1 -0
- package/lib/routes/aqara/post.ts +1 -1
- package/lib/routes/aqara/region.ts +1 -1
- package/lib/routes/aqicn/aqi.ts +82 -0
- package/lib/routes/aqicn/namespace.ts +7 -0
- package/lib/routes/arcteryx/namespace.ts +1 -0
- package/lib/routes/arcteryx/new-arrivals.ts +3 -3
- package/lib/routes/arcteryx/outlet.ts +3 -3
- package/lib/routes/arcteryx/regear-new-arrivals.ts +1 -1
- package/lib/routes/artstation/namespace.ts +1 -0
- package/lib/routes/artstation/user.ts +1 -1
- package/lib/routes/asiantolick/index.ts +1 -1
- package/lib/routes/asiantolick/namespace.ts +1 -0
- package/lib/routes/asmr-200/index.ts +66 -0
- package/lib/routes/asmr-200/namespace.ts +7 -0
- package/lib/routes/asmr-200/templates/work.art +7 -0
- package/lib/routes/asmr-200/type.ts +96 -0
- package/lib/routes/asus/bios.ts +88 -22
- package/lib/routes/asus/namespace.ts +1 -0
- package/lib/routes/asus/templates/bios.art +13 -6
- package/lib/routes/atcoder/namespace.ts +1 -0
- package/lib/routes/atptour/namespace.ts +8 -0
- package/lib/routes/atptour/news.ts +52 -0
- package/lib/routes/auto-stats/namespace.ts +1 -0
- package/lib/routes/autocentre/index.ts +29 -0
- package/lib/routes/autocentre/namespace.ts +8 -0
- package/lib/routes/baai/events.ts +10 -21
- package/lib/routes/baai/hub.ts +59 -29
- package/lib/routes/baai/namespace.ts +1 -0
- package/lib/routes/baai/utils.ts +19 -4
- package/lib/routes/backlinko/namespace.ts +1 -0
- package/lib/routes/bad/namespace.ts +1 -0
- package/lib/routes/baidu/gushitong/index.ts +4 -3
- package/lib/routes/baidu/namespace.ts +1 -0
- package/lib/routes/baidu/search.ts +5 -5
- package/lib/routes/baidu/tieba/forum.ts +1 -1
- package/lib/routes/baidu/tieba/post.ts +1 -1
- package/lib/routes/baidu/tieba/search.ts +3 -3
- package/lib/routes/baidu/top.ts +1 -1
- package/lib/routes/baijing/index.ts +48 -0
- package/lib/routes/baijing/namespace.ts +8 -0
- package/lib/routes/bandcamp/namespace.ts +1 -0
- package/lib/routes/bandcamp/weekly.ts +1 -1
- package/lib/routes/bangumi.moe/index.ts +110 -0
- package/lib/routes/bangumi.moe/namespace.ts +7 -0
- package/lib/routes/bangumi.online/namespace.ts +7 -0
- package/lib/routes/bangumi.online/online.ts +56 -0
- package/lib/routes/bangumi.tv/calendar/_base.ts +38 -0
- package/lib/routes/bangumi.tv/calendar/today.ts +92 -0
- package/lib/routes/bangumi.tv/group/reply.ts +83 -0
- package/lib/routes/bangumi.tv/group/topic.ts +64 -0
- package/lib/routes/bangumi.tv/namespace.ts +7 -0
- package/lib/routes/bangumi.tv/other/followrank.ts +69 -0
- package/lib/routes/bangumi.tv/person/index.ts +62 -0
- package/lib/routes/bangumi.tv/subject/comments.ts +48 -0
- package/lib/routes/bangumi.tv/subject/ep.ts +30 -0
- package/lib/routes/bangumi.tv/subject/index.ts +57 -0
- package/lib/routes/bangumi.tv/subject/offcial-subject-api.ts +34 -0
- package/lib/routes/bangumi.tv/templates/subject.art +6 -0
- package/lib/routes/bangumi.tv/user/blog.ts +68 -0
- package/lib/routes/bangumi.tv/user/collections.ts +186 -0
- package/lib/routes/baoyu/index.ts +57 -0
- package/lib/routes/baoyu/namespace.ts +8 -0
- package/lib/routes/baozimh/index.ts +4 -2
- package/lib/routes/baozimh/namespace.ts +1 -0
- package/lib/routes/barronschina/index.ts +2 -2
- package/lib/routes/barronschina/namespace.ts +1 -0
- package/lib/routes/bast/namespace.ts +1 -0
- package/lib/routes/bbc/index.ts +60 -32
- package/lib/routes/bbc/namespace.ts +1 -0
- package/lib/routes/bbcnewslabs/namespace.ts +1 -0
- package/lib/routes/bc3ts/list.ts +72 -0
- package/lib/routes/bc3ts/namespace.ts +8 -0
- package/lib/routes/bc3ts/templates/media.art +10 -0
- package/lib/routes/bc3ts/types.ts +118 -0
- package/lib/routes/bdys/index.ts +3 -2
- package/lib/routes/bdys/namespace.ts +2 -1
- package/lib/routes/behance/namespace.ts +1 -0
- package/lib/routes/behance/queries.ts +1015 -0
- package/lib/routes/behance/templates/description.art +23 -0
- package/lib/routes/behance/user.ts +92 -58
- package/lib/routes/beijingprice/index.ts +188 -0
- package/lib/routes/beijingprice/namespace.ts +9 -0
- package/lib/routes/bellroy/namespace.ts +1 -0
- package/lib/routes/bendibao/namespace.ts +1 -0
- package/lib/routes/bendibao/news.ts +2 -1
- package/lib/routes/bestblogs/feeds.ts +107 -0
- package/lib/routes/bestblogs/namespace.ts +7 -0
- package/lib/routes/bgmlist/namespace.ts +1 -0
- package/lib/routes/bgmlist/onair.ts +1 -1
- package/lib/routes/bigquant/collections.ts +3 -2
- package/lib/routes/bigquant/namespace.ts +1 -0
- package/lib/routes/bilibili/api-interface.d.ts +493 -0
- package/lib/routes/bilibili/article.ts +37 -14
- package/lib/routes/bilibili/bangumi.ts +54 -46
- package/lib/routes/bilibili/bilibili-recommend.ts +42 -0
- package/lib/routes/bilibili/cache.ts +54 -42
- package/lib/routes/bilibili/coin.ts +4 -4
- package/lib/routes/bilibili/dynamic.ts +321 -213
- package/lib/routes/bilibili/fav.ts +4 -4
- package/lib/routes/bilibili/followers.ts +5 -4
- package/lib/routes/bilibili/followings-article.ts +5 -4
- package/lib/routes/bilibili/followings-dynamic.ts +36 -9
- package/lib/routes/bilibili/followings-video.ts +18 -11
- package/lib/routes/bilibili/followings.ts +7 -5
- package/lib/routes/bilibili/hot-search.ts +1 -1
- package/lib/routes/bilibili/like.ts +4 -4
- package/lib/routes/bilibili/live-area.ts +2 -2
- package/lib/routes/bilibili/manga-followings.ts +5 -4
- package/lib/routes/bilibili/manga-update.ts +3 -0
- package/lib/routes/bilibili/namespace.ts +2 -1
- package/lib/routes/bilibili/page.ts +5 -4
- package/lib/routes/bilibili/partion-ranking.ts +4 -4
- package/lib/routes/bilibili/partion.ts +4 -4
- package/lib/routes/bilibili/popular.ts +6 -4
- package/lib/routes/bilibili/ranking.ts +199 -28
- package/lib/routes/bilibili/readlist.ts +3 -2
- package/lib/routes/bilibili/reply.ts +2 -0
- package/lib/routes/bilibili/templates/description.art +14 -0
- package/lib/routes/bilibili/types.ts +52 -0
- package/lib/routes/bilibili/user-channel.ts +11 -17
- package/lib/routes/bilibili/user-collection.ts +11 -17
- package/lib/routes/bilibili/user-fav.ts +4 -4
- package/lib/routes/bilibili/utils.ts +201 -10
- package/lib/routes/bilibili/video-all.ts +10 -4
- package/lib/routes/bilibili/video.ts +17 -19
- package/lib/routes/bilibili/vsearch.ts +49 -36
- package/lib/routes/bilibili/watchlater.ts +9 -8
- package/lib/routes/bilibili/weekly-recommend.ts +4 -9
- package/lib/routes/binance/announcement.ts +169 -0
- package/lib/routes/binance/launchpool.ts +46 -0
- package/lib/routes/binance/namespace.ts +7 -0
- package/lib/routes/binance/types.ts +26 -0
- package/lib/routes/bing/daily-wallpaper.ts +65 -21
- package/lib/routes/bing/namespace.ts +1 -0
- package/lib/routes/biodiscover/index.ts +3 -3
- package/lib/routes/biodiscover/namespace.ts +1 -0
- package/lib/routes/bioone/namespace.ts +1 -0
- package/lib/routes/biquge/index.ts +2 -1
- package/lib/routes/biquge/namespace.ts +2 -1
- package/lib/routes/bit/namespace.ts +1 -0
- package/lib/routes/bitbucket/namespace.ts +1 -0
- package/lib/routes/bitget/announcement.ts +201 -0
- package/lib/routes/bitget/namespace.ts +7 -0
- package/lib/routes/bitget/type.ts +26 -0
- package/lib/routes/bitmovin/namespace.ts +1 -0
- package/lib/routes/bjfu/namespace.ts +2 -1
- package/lib/routes/bjnews/cat.ts +51 -0
- package/lib/routes/bjnews/column.ts +43 -0
- package/lib/routes/bjnews/namespace.ts +7 -0
- package/lib/routes/bjnews/utils.ts +19 -0
- package/lib/routes/bjp/apod.ts +7 -4
- package/lib/routes/bjp/namespace.ts +2 -1
- package/lib/routes/bjsk/index.ts +2 -2
- package/lib/routes/bjsk/namespace.ts +1 -0
- package/lib/routes/bjtu/gs.ts +224 -0
- package/lib/routes/bjtu/namespace.ts +9 -0
- package/lib/routes/bjwxdxh/namespace.ts +1 -0
- package/lib/routes/bjx/fd.ts +63 -0
- package/lib/routes/bjx/namespace.ts +2 -1
- package/lib/routes/blizzard/namespace.ts +1 -0
- package/lib/routes/blizzard/news-cn.ts +130 -0
- package/lib/routes/blizzard/news.ts +120 -31
- package/lib/routes/blogread/index.ts +45 -0
- package/lib/routes/blogread/namespace.ts +7 -0
- package/lib/routes/bloomberg/authors.ts +9 -8
- package/lib/routes/bloomberg/index.ts +37 -4
- package/lib/routes/bloomberg/namespace.ts +1 -0
- package/lib/routes/bloomberg/utils.ts +36 -22
- package/lib/routes/bluearchive/namespace.ts +8 -0
- package/lib/routes/bluearchive/news.ts +88 -0
- package/lib/routes/bluestacks/namespace.ts +1 -0
- package/lib/routes/bluestacks/release.ts +3 -3
- package/lib/routes/bmkg/namespace.ts +1 -0
- package/lib/routes/bnu/fe.ts +71 -0
- package/lib/routes/bnu/jwb.ts +56 -0
- package/lib/routes/bnu/mba.ts +202 -0
- package/lib/routes/bnu/namespace.ts +1 -0
- package/lib/routes/boc/namespace.ts +1 -0
- package/lib/routes/bookfere/category.ts +15 -3
- package/lib/routes/bookfere/namespace.ts +1 -0
- package/lib/routes/booru/mmda.ts +9 -4
- package/lib/routes/booru/namespace.ts +1 -0
- package/lib/routes/bossdesign/namespace.ts +1 -0
- package/lib/routes/brave/namespace.ts +1 -0
- package/lib/routes/brooklynmuseum/namespace.ts +2 -1
- package/lib/routes/bse/namespace.ts +1 -0
- package/lib/routes/bsky/namespace.ts +1 -0
- package/lib/routes/bsky/posts.ts +35 -15
- package/lib/routes/bsky/templates/post.art +11 -2
- package/lib/routes/bsky/utils.ts +3 -3
- package/lib/routes/bt0/mv.ts +65 -0
- package/lib/routes/bt0/namespace.ts +10 -0
- package/lib/routes/bt0/tlist.ts +67 -0
- package/lib/routes/bt0/util.ts +51 -0
- package/lib/routes/btzj/index.ts +7 -6
- package/lib/routes/btzj/namespace.ts +1 -0
- package/lib/routes/buaa/jiaowu.ts +124 -0
- package/lib/routes/buaa/lib/space/newbook.ts +171 -0
- package/lib/routes/buaa/lib/space/templates/newbook.art +44 -0
- package/lib/routes/buaa/namespace.ts +1 -0
- package/lib/routes/buaa/news/index.ts +15 -13
- package/lib/routes/buaa/sme.ts +38 -5
- package/lib/routes/bugzilla/bug.ts +59 -0
- package/lib/routes/bugzilla/namespace.ts +12 -0
- package/lib/routes/bulianglin/namespace.ts +1 -0
- package/lib/routes/bulianglin/rss.ts +48 -0
- package/lib/routes/bupt/jwc.ts +130 -0
- package/lib/routes/bupt/namespace.ts +1 -0
- package/lib/routes/byau/namespace.ts +7 -0
- package/lib/routes/byau/xinwen/index.ts +72 -0
- package/lib/routes/byteclicks/namespace.ts +1 -0
- package/lib/routes/bytes/namespace.ts +1 -0
- package/lib/routes/c114/namespace.ts +3 -0
- package/lib/routes/c114/roll.ts +71 -42
- package/lib/routes/caai/namespace.ts +1 -0
- package/lib/routes/caai/utils.ts +1 -1
- package/lib/routes/caam/namespace.ts +1 -0
- package/lib/routes/caareviews/namespace.ts +1 -0
- package/lib/routes/caareviews/utils.ts +1 -1
- package/lib/routes/cags/edu/index.ts +84 -0
- package/lib/routes/cags/namespace.ts +9 -0
- package/lib/routes/cahkms/index.ts +1 -1
- package/lib/routes/cahkms/namespace.ts +1 -0
- package/lib/routes/caijing/namespace.ts +1 -0
- package/lib/routes/caixin/article.ts +1 -1
- package/lib/routes/caixin/blog.ts +6 -6
- package/lib/routes/caixin/category.ts +3 -2
- package/lib/routes/caixin/database.ts +1 -1
- package/lib/routes/caixin/latest.ts +17 -20
- package/lib/routes/caixin/namespace.ts +2 -1
- package/lib/routes/caixin/templates/article.art +1 -1
- package/lib/routes/caixin/utils-fulltext.ts +51 -0
- package/lib/routes/caixin/utils.ts +39 -39
- package/lib/routes/caixin/weekly.ts +5 -14
- package/lib/routes/caixinglobal/namespace.ts +1 -0
- package/lib/routes/camchina/namespace.ts +1 -0
- package/lib/routes/cankaoxiaoxi/index.ts +1 -1
- package/lib/routes/cankaoxiaoxi/namespace.ts +1 -0
- package/lib/routes/cara/constant.ts +5 -0
- package/lib/routes/cara/likes.ts +56 -0
- package/lib/routes/cara/namespace.ts +7 -0
- package/lib/routes/cara/portfolio.ts +40 -0
- package/lib/routes/cara/templates/post.art +6 -0
- package/lib/routes/cara/timeline.ts +56 -0
- package/lib/routes/cara/types.ts +45 -0
- package/lib/routes/cara/utils.ts +62 -0
- package/lib/routes/cartoonmad/comic.ts +1 -1
- package/lib/routes/cartoonmad/namespace.ts +1 -0
- package/lib/routes/cas/mesalab/kb.ts +3 -3
- package/lib/routes/cas/namespace.ts +1 -0
- package/lib/routes/casssp/namespace.ts +1 -0
- package/lib/routes/cast/index.ts +2 -2
- package/lib/routes/cast/namespace.ts +1 -0
- package/lib/routes/catti/namespace.ts +6 -0
- package/lib/routes/catti/news.ts +120 -0
- package/lib/routes/cau/namespace.ts +1 -0
- package/lib/routes/cau/yjs.ts +1 -1
- package/lib/routes/caus/namespace.ts +1 -0
- package/lib/routes/cbaigui/index.ts +1 -1
- package/lib/routes/cbaigui/namespace.ts +1 -0
- package/lib/routes/cbaigui/utils.ts +1 -1
- package/lib/routes/cbc/namespace.ts +1 -0
- package/lib/routes/cbirc/namespace.ts +1 -0
- package/lib/routes/cbnweek/namespace.ts +1 -0
- package/lib/routes/cbpanet/index.ts +380 -0
- package/lib/routes/cbpanet/namespace.ts +9 -0
- package/lib/routes/ccac/namespace.ts +1 -0
- package/lib/routes/cccfna/index.ts +82 -0
- package/lib/routes/cccfna/namespace.ts +7 -0
- package/lib/routes/ccf/ccfcv/index.ts +1 -1
- package/lib/routes/ccf/namespace.ts +1 -0
- package/lib/routes/ccf/tfbd/utils.ts +1 -1
- package/lib/routes/ccfa/index.ts +216 -0
- package/lib/routes/ccfa/namespace.ts +9 -0
- package/lib/routes/ccfa/templates/description.art +7 -0
- package/lib/routes/ccnu/namespace.ts +1 -0
- package/lib/routes/ccreports/namespace.ts +1 -0
- package/lib/routes/cctv/category.ts +16 -12
- package/lib/routes/cctv/lm.ts +2 -2
- package/lib/routes/cctv/namespace.ts +1 -0
- package/lib/routes/cctv/utils/mzzlbg.ts +2 -1
- package/lib/routes/cctv/utils/news.ts +3 -2
- package/lib/routes/cctv/utils/xinwen1j1.ts +2 -1
- package/lib/routes/cctv/xwlb.ts +32 -10
- package/lib/routes/cde/namespace.ts +1 -0
- package/lib/routes/cde/xxgk.ts +1 -1
- package/lib/routes/cdi/namespace.ts +1 -0
- package/lib/routes/cdu/jwgg.ts +79 -0
- package/lib/routes/cdu/namespace.ts +7 -0
- package/lib/routes/cdzjryb/namespace.ts +1 -0
- package/lib/routes/cdzjryb/project-list.ts +1 -1
- package/lib/routes/cebbank/all.ts +4 -5
- package/lib/routes/cebbank/history.ts +5 -8
- package/lib/routes/cebbank/namespace.ts +1 -0
- package/lib/routes/ceph/blog.ts +72 -0
- package/lib/routes/ceph/namespace.ts +8 -0
- package/lib/routes/cfachina/namespace.ts +1 -0
- package/lib/routes/cffex/announcement.ts +73 -0
- package/lib/routes/cffex/namespace.ts +7 -0
- package/lib/routes/cfmmc/namespace.ts +1 -0
- package/lib/routes/cfr/index.ts +58 -0
- package/lib/routes/cfr/namespace.ts +7 -0
- package/lib/routes/cfr/types.ts +30 -0
- package/lib/routes/cfr/utils.ts +284 -0
- package/lib/routes/cgtn/namespace.ts +1 -0
- package/lib/routes/chaincatcher/home.ts +1 -1
- package/lib/routes/chaincatcher/namespace.ts +1 -0
- package/lib/routes/changba/namespace.ts +1 -0
- package/lib/routes/changba/user.ts +7 -6
- package/lib/routes/chaoxing/namespace.ts +1 -0
- package/lib/routes/chaoxing/qk.ts +5 -5
- package/lib/routes/chaping/banner.ts +1 -1
- package/lib/routes/chaping/namespace.ts +1 -0
- package/lib/routes/chaping/news.ts +1 -1
- package/lib/routes/chaping/newsflash.ts +3 -3
- package/lib/routes/chiculture/namespace.ts +1 -0
- package/lib/routes/chikubi/category.ts +41 -0
- package/lib/routes/chikubi/index.ts +66 -0
- package/lib/routes/chikubi/namespace.ts +16 -0
- package/lib/routes/chikubi/navigation.ts +66 -0
- package/lib/routes/chikubi/nipple-video-category.ts +49 -0
- package/lib/routes/chikubi/nipple-video-maker.ts +49 -0
- package/lib/routes/chikubi/search.ts +39 -0
- package/lib/routes/chikubi/tag.ts +41 -0
- package/lib/routes/chikubi/utils.ts +135 -0
- package/lib/routes/china/namespace.ts +1 -0
- package/lib/routes/chinacdc/index.ts +505 -0
- package/lib/routes/chinacdc/namespace.ts +9 -0
- package/lib/routes/chinacdc/templates/description.art +7 -0
- package/lib/routes/chinadegrees/namespace.ts +1 -0
- package/lib/routes/chinadegrees/province.ts +36 -2
- package/lib/routes/chinafactcheck/namespace.ts +1 -0
- package/lib/routes/chinaisa/index.ts +150 -140
- package/lib/routes/chinaisa/namespace.ts +1 -0
- package/lib/routes/chinamoney/namespace.ts +1 -0
- package/lib/routes/chinanews/index.ts +1 -1
- package/lib/routes/chinanews/namespace.ts +1 -0
- package/lib/routes/chinania/index.ts +240 -0
- package/lib/routes/chinania/namespace.ts +9 -0
- package/lib/routes/chinaratings/credit-research.ts +148 -0
- package/lib/routes/chinaratings/namespace.ts +8 -0
- package/lib/routes/chinathinktanks/namespace.ts +1 -0
- package/lib/routes/chinaventure/index.ts +1 -1
- package/lib/routes/chinaventure/namespace.ts +1 -0
- package/lib/routes/chinawriter/namespace.ts +1 -0
- package/lib/routes/chlinlearn/daily-blog.ts +55 -0
- package/lib/routes/chlinlearn/namespcae.ts +7 -0
- package/lib/routes/chongdiantou/index.ts +57 -0
- package/lib/routes/chongdiantou/namespace.ts +9 -0
- package/lib/routes/chsi/namespace.ts +1 -0
- package/lib/routes/chuanliu/namespace.ts +1 -0
- package/lib/routes/chuanliu/nice.ts +1 -1
- package/lib/routes/chub/characters.ts +64 -0
- package/lib/routes/chub/namespace.ts +7 -0
- package/lib/routes/cib/namespace.ts +1 -0
- package/lib/routes/ciidbnu/namespace.ts +1 -0
- package/lib/routes/cisia/index.ts +264 -0
- package/lib/routes/cisia/namespace.ts +9 -0
- package/lib/routes/civitai/discussions.ts +1 -1
- package/lib/routes/civitai/namespace.ts +1 -0
- package/lib/routes/ciweimao/namespace.ts +1 -0
- package/lib/routes/cjlu/namespace.ts +10 -0
- package/lib/routes/cjlu/yjsy/index.ts +107 -0
- package/lib/routes/clickme/namespace.ts +1 -0
- package/lib/routes/cloudnative/namespace.ts +1 -0
- package/lib/routes/cls/depth.ts +3 -2
- package/lib/routes/cls/hot.ts +1 -1
- package/lib/routes/cls/namespace.ts +1 -0
- package/lib/routes/cls/subject.ts +153 -0
- package/lib/routes/cls/telegraph.ts +1 -1
- package/lib/routes/cls/templates/description.art +21 -0
- package/lib/routes/cma/channel.ts +3 -3
- package/lib/routes/cma/namespace.ts +1 -0
- package/lib/routes/cmde/namespace.ts +1 -0
- package/lib/routes/cmpxchg8b/namespace.ts +1 -0
- package/lib/routes/cn-healthcare/namespace.ts +1 -0
- package/lib/routes/cna/namespace.ts +1 -0
- package/lib/routes/cna/web/index.ts +1 -1
- package/lib/routes/cnbc/namespace.ts +1 -0
- package/lib/routes/cnbc/rss.ts +1 -1
- package/lib/routes/cnbeta/category.ts +23 -0
- package/lib/routes/cnbeta/common.ts +43 -0
- package/lib/routes/cnbeta/index.ts +16 -0
- package/lib/routes/cnbeta/namespace.ts +2 -0
- package/lib/routes/cnbeta/topics.ts +23 -0
- package/lib/routes/cnblogs/common.ts +0 -2
- package/lib/routes/cnblogs/namespace.ts +1 -0
- package/lib/routes/cncf/namespace.ts +1 -0
- package/lib/routes/cneb/namespace.ts +1 -0
- package/lib/routes/cngal/entry.ts +2 -2
- package/lib/routes/cngal/namespace.ts +1 -0
- package/lib/routes/cngal/weekly.ts +4 -3
- package/lib/routes/cngold/index.ts +195 -0
- package/lib/routes/cngold/namespace.ts +9 -0
- package/lib/routes/cnjxol/index.ts +3 -2
- package/lib/routes/cnjxol/namespace.ts +1 -0
- package/lib/routes/cnki/author.ts +124 -49
- package/lib/routes/cnki/debut.ts +1 -1
- package/lib/routes/cnki/journals.ts +30 -1
- package/lib/routes/cnki/namespace.ts +1 -0
- package/lib/routes/cnki/utils.ts +6 -6
- package/lib/routes/cnljxh/namespace.ts +1 -0
- package/lib/routes/cntheory/namespace.ts +1 -0
- package/lib/routes/cntheory/paper.ts +1 -1
- package/lib/routes/cntv/column.ts +2 -2
- package/lib/routes/cntv/namespace.ts +1 -0
- package/lib/routes/codeforces/contests.ts +3 -3
- package/lib/routes/codeforces/namespace.ts +1 -0
- package/lib/routes/codeforces/recent-actions.ts +2 -2
- package/lib/routes/cohere/index.ts +54 -0
- package/lib/routes/cohere/namespace.ts +7 -0
- package/lib/routes/coindesk/namespace.ts +1 -0
- package/lib/routes/colamanga/manga.ts +88 -0
- package/lib/routes/colamanga/namespace.ts +10 -0
- package/lib/routes/comicat/namespace.ts +1 -0
- package/lib/routes/comicskingdom/index.ts +3 -2
- package/lib/routes/comicskingdom/namespace.ts +1 -0
- package/lib/routes/consumer/namespace.ts +1 -0
- package/lib/routes/cool18/namespace.ts +1 -0
- package/lib/routes/coolapk/dyh.ts +11 -4
- package/lib/routes/coolapk/hot.ts +9 -3
- package/lib/routes/coolapk/huati.ts +9 -2
- package/lib/routes/coolapk/namespace.ts +7 -0
- package/lib/routes/coolapk/toutiao.ts +7 -1
- package/lib/routes/coolapk/tuwen.ts +10 -5
- package/lib/routes/coolapk/user-dynamic.ts +10 -3
- package/lib/routes/coomer/artist.ts +1 -1
- package/lib/routes/coomer/namespace.ts +2 -1
- package/lib/routes/coomer/posts.ts +2 -2
- package/lib/routes/coomer/utils.ts +3 -2
- package/lib/routes/copernicium/index.ts +75 -0
- package/lib/routes/copernicium/namespace.ts +7 -0
- package/lib/routes/copymanga/comic.ts +4 -2
- package/lib/routes/copymanga/namespace.ts +1 -0
- package/lib/routes/counter-strike/namespace.ts +8 -0
- package/lib/routes/counter-strike/news.ts +188 -0
- package/lib/routes/cpcaauto/index.ts +255 -0
- package/lib/routes/cpcaauto/namespace.ts +9 -0
- package/lib/routes/cpcey/namespace.ts +1 -0
- package/lib/routes/cpuid/namespace.ts +1 -0
- package/lib/routes/cqgas/namespace.ts +1 -0
- package/lib/routes/cqwu/namespace.ts +1 -0
- package/lib/routes/crac/namespace.ts +1 -0
- package/lib/routes/creative-comic/book.ts +3 -3
- package/lib/routes/creative-comic/namespace.ts +1 -0
- package/lib/routes/creative-comic/utils.ts +1 -1
- package/lib/routes/crossbell/feeds/following.ts +20 -18
- package/lib/routes/crossbell/namespace.ts +1 -0
- package/lib/routes/crossbell/notes/utils.ts +15 -17
- package/lib/routes/cs/index.ts +50 -2
- package/lib/routes/cs/namespace.ts +2 -0
- package/lib/routes/cs/video.ts +3 -1
- package/lib/routes/cs/zzkx.ts +1 -1
- package/lib/routes/csdn/blog.ts +17 -13
- package/lib/routes/csdn/namespace.ts +1 -0
- package/lib/routes/cssn/namespace.ts +1 -0
- package/lib/routes/cste/namespace.ts +1 -0
- package/lib/routes/csu/namespace.ts +1 -0
- package/lib/routes/ctbu/namespace.ts +7 -0
- package/lib/routes/ctbu/xxgg.ts +50 -0
- package/lib/routes/cts/namespace.ts +1 -0
- package/lib/routes/cuc/namespace.ts +1 -0
- package/lib/routes/cuilingmag/index.ts +212 -0
- package/lib/routes/cuilingmag/namespace.ts +9 -0
- package/lib/routes/cuilingmag/templates/description.art +17 -0
- package/lib/routes/curiouscat/namespace.ts +1 -0
- package/lib/routes/curius/links.ts +1 -1
- package/lib/routes/curius/namespace.ts +1 -0
- package/lib/routes/cursor/changelog.ts +63 -0
- package/lib/routes/cursor/namespace.ts +8 -0
- package/lib/routes/cw/namespace.ts +1 -0
- package/lib/routes/cybersecurityventures/namespace.ts +7 -0
- package/lib/routes/cybersecurityventures/news.ts +121 -0
- package/lib/routes/cybersecurityventures/types.ts +17 -0
- package/lib/routes/cyzone/author.ts +1 -1
- package/lib/routes/cyzone/label.ts +1 -1
- package/lib/routes/cyzone/namespace.ts +1 -0
- package/lib/routes/cztv/daily.ts +1 -1
- package/lib/routes/cztv/namespace.ts +1 -0
- package/lib/routes/cztv/zjxwlb.ts +1 -1
- package/lib/routes/dahecube/index.ts +3 -7
- package/lib/routes/dahecube/namespace.ts +1 -0
- package/lib/routes/daily/discussed.ts +59 -35
- package/lib/routes/daily/namespace.ts +3 -1
- package/lib/routes/daily/popular.ts +182 -0
- package/lib/routes/daily/source.ts +195 -0
- package/lib/routes/daily/squads.ts +266 -0
- package/lib/routes/daily/templates/posts.art +7 -0
- package/lib/routes/daily/upvoted.ts +138 -52
- package/lib/routes/daily/user.ts +220 -0
- package/lib/routes/daily/utils.ts +62 -34
- package/lib/routes/damai/activity.ts +4 -3
- package/lib/routes/damai/namespace.ts +1 -0
- package/lib/routes/dangdang/namespace.ts +7 -0
- package/lib/routes/dangdang/notice.ts +69 -0
- package/lib/routes/daoxuan/namespace.ts +7 -0
- package/lib/routes/daoxuan/rss.ts +43 -0
- package/lib/routes/dapenti/namespace.ts +1 -0
- package/lib/routes/darwinawards/index.ts +3 -4
- package/lib/routes/darwinawards/namespace.ts +2 -0
- package/lib/routes/dataguidance/index.ts +55 -0
- package/lib/routes/dataguidance/namespace.ts +8 -0
- package/lib/routes/dayanzai/namespace.ts +1 -0
- package/lib/routes/dbaplus/namespace.ts +7 -0
- package/lib/routes/dbaplus/rss.ts +48 -0
- package/lib/routes/dblp/namespace.ts +1 -0
- package/lib/routes/dblp/publication.ts +4 -6
- package/lib/routes/dcard/namespace.ts +2 -1
- package/lib/routes/dcfever/namespace.ts +1 -0
- package/lib/routes/dcfever/news.ts +15 -20
- package/lib/routes/dcfever/reviews.ts +8 -16
- package/lib/routes/dcfever/trading-search.ts +12 -23
- package/lib/routes/dcfever/trading.ts +14 -27
- package/lib/routes/dcfever/utils.ts +24 -14
- package/lib/routes/ddosi/namespace.ts +1 -0
- package/lib/routes/deadbydaylight/index.ts +69 -0
- package/lib/routes/deadbydaylight/namespace.ts +13 -0
- package/lib/routes/deadline/namespace.ts +1 -0
- package/lib/routes/deadline/posts.ts +1 -1
- package/lib/routes/dealstreetasia/home.ts +72 -0
- package/lib/routes/dealstreetasia/namespace.ts +7 -0
- package/lib/routes/dealstreetasia/section.ts +57 -0
- package/lib/routes/dedao/articles.ts +149 -0
- package/lib/routes/dedao/index.ts +8 -2
- package/lib/routes/dedao/knowledge.ts +2 -2
- package/lib/routes/dedao/list.ts +2 -2
- package/lib/routes/dedao/namespace.ts +1 -0
- package/lib/routes/dedao/user.ts +2 -2
- package/lib/routes/deepin/homepage.ts +43 -0
- package/lib/routes/deepin/namespace.ts +10 -0
- package/lib/routes/deepin/thread.ts +102 -0
- package/lib/routes/deeplearning/namespace.ts +4 -1
- package/lib/routes/deeplearning/templates/description.art +21 -0
- package/lib/routes/deeplearning/the-batch.ts +296 -0
- package/lib/routes/deepmind/blog.ts +1 -1
- package/lib/routes/deepmind/namespace.ts +1 -0
- package/lib/routes/deepseek/namespace.ts +8 -0
- package/lib/routes/deepseek/news.ts +88 -0
- package/lib/routes/dehenglaw/index.ts +128 -0
- package/lib/routes/dehenglaw/namespace.ts +9 -0
- package/lib/routes/dehenglaw/templates/description.art +7 -0
- package/lib/routes/deltaio/namespace.ts +1 -0
- package/lib/routes/devolverdigital/blog.ts +59 -42
- package/lib/routes/devolverdigital/namespace.ts +1 -0
- package/lib/routes/devtrium/namespace.ts +7 -0
- package/lib/routes/devtrium/posts.ts +55 -0
- package/lib/routes/dewu/declaration.ts +86 -0
- package/lib/routes/dewu/namespace.ts +7 -0
- package/lib/routes/dgjyw/namespace.ts +1 -0
- package/lib/routes/dhu/jiaowu/news.ts +53 -24
- package/lib/routes/dhu/namespace.ts +2 -1
- package/lib/routes/dhu/xxgk/news.ts +48 -20
- package/lib/routes/diandong/namespace.ts +1 -0
- package/lib/routes/diandong/news.ts +1 -1
- package/lib/routes/dianping/namespace.ts +7 -0
- package/lib/routes/dianping/user.ts +148 -0
- package/lib/routes/diershoubing/namespace.ts +1 -0
- package/lib/routes/diershoubing/news.ts +1 -1
- package/lib/routes/digitalcameraworld/namespace.ts +7 -0
- package/lib/routes/digitalcameraworld/news.ts +61 -0
- package/lib/routes/dingshao/namespace.ts +7 -0
- package/lib/routes/dingshao/share.ts +53 -0
- package/lib/routes/dingshao/types.ts +64 -0
- package/lib/routes/discord/channel.ts +13 -12
- package/lib/routes/discord/discord-api.ts +67 -30
- package/lib/routes/discord/namespace.ts +1 -0
- package/lib/routes/discord/search.ts +106 -0
- package/lib/routes/discord/templates/message.art +15 -0
- package/lib/routes/discourse/namespace.ts +2 -1
- package/lib/routes/discourse/notifications.ts +8 -6
- package/lib/routes/discourse/official.ts +55 -0
- package/lib/routes/discourse/utils.ts +2 -1
- package/lib/routes/discuz/discuz.ts +4 -2
- package/lib/routes/discuz/namespace.ts +2 -0
- package/lib/routes/disinfo/namespace.ts +1 -0
- package/lib/routes/diskanalyzer/namespace.ts +1 -0
- package/lib/routes/distill/namespace.ts +1 -0
- package/lib/routes/dlnews/category.ts +4 -3
- package/lib/routes/dlnews/namespace.ts +1 -0
- package/lib/routes/dlnews/utils.ts +2 -2
- package/lib/routes/dlsite/campaign.ts +14 -5
- package/lib/routes/dlsite/ci-en/article.ts +3 -2
- package/lib/routes/dlsite/namespace.ts +1 -0
- package/lib/routes/dlsite/new.ts +12 -6
- package/lib/routes/dlsite/utils.ts +2 -2
- package/lib/routes/dlsite/z-index/index.ts +13 -0
- package/lib/routes/dmzj/namespace.ts +1 -0
- package/lib/routes/dn/namespace.ts +1 -0
- package/lib/routes/dn/news.ts +2 -2
- package/lib/routes/dnaindia/category.ts +0 -105
- package/lib/routes/dnaindia/common.ts +68 -0
- package/lib/routes/dnaindia/namespace.ts +2 -0
- package/lib/routes/dnaindia/news.ts +24 -0
- package/lib/routes/dnaindia/topic.ts +28 -0
- package/lib/routes/dockerhub/build.ts +12 -7
- package/lib/routes/dockerhub/namespace.ts +1 -0
- package/lib/routes/dockerhub/repositories.ts +42 -0
- package/lib/routes/dockerhub/tag.ts +18 -12
- package/lib/routes/dockerhub/utils.ts +4 -3
- package/lib/routes/docschina/namespace.ts +1 -0
- package/lib/routes/docschina/weekly.ts +2 -2
- package/lib/routes/dol/namespace.ts +1 -0
- package/lib/routes/domp4/detail.ts +3 -3
- package/lib/routes/domp4/latest-movie-bt.ts +71 -0
- package/lib/routes/domp4/namespace.ts +2 -1
- package/lib/routes/domp4/utils.ts +4 -3
- package/lib/routes/dongqiudi/daily.ts +3 -3
- package/lib/routes/dongqiudi/namespace.ts +2 -1
- package/lib/routes/dongqiudi/player-news.ts +1 -1
- package/lib/routes/dongqiudi/result.ts +2 -2
- package/lib/routes/dongqiudi/special.ts +1 -1
- package/lib/routes/dongqiudi/team-news.ts +1 -1
- package/lib/routes/dongqiudi/top-news.ts +1 -1
- package/lib/routes/dora-world/article.ts +88 -0
- package/lib/routes/dora-world/namespace.ts +7 -0
- package/lib/routes/dorohedoro/namespace.ts +1 -0
- package/lib/routes/douban/book/latest.ts +65 -0
- package/lib/routes/douban/movie/coming.ts +68 -0
- package/lib/routes/douban/namespace.ts +1 -0
- package/lib/routes/douban/other/doulist.ts +1 -1
- package/lib/routes/douban/other/explore.ts +1 -1
- package/lib/routes/douban/other/group.ts +25 -4
- package/lib/routes/douban/other/list.ts +1 -1
- package/lib/routes/douban/other/recommended.ts +3 -3
- package/lib/routes/douban/other/topic.ts +24 -5
- package/lib/routes/douban/other/weekly-best.ts +1 -1
- package/lib/routes/douban/people/status.ts +44 -10
- package/lib/routes/douban/templates/movie_coming.art +27 -0
- package/lib/routes/douyin/hashtag.ts +2 -1
- package/lib/routes/douyin/live.ts +3 -2
- package/lib/routes/douyin/namespace.ts +2 -1
- package/lib/routes/douyin/templates/embed.art +1 -1
- package/lib/routes/douyin/types.ts +795 -0
- package/lib/routes/douyin/user.ts +53 -24
- package/lib/routes/douyin/utils.ts +2 -88
- package/lib/routes/douyu/group.ts +1 -1
- package/lib/routes/douyu/namespace.ts +1 -0
- package/lib/routes/douyu/post.ts +1 -1
- package/lib/routes/douyu/room.ts +58 -18
- package/lib/routes/dribbble/keyword.ts +1 -1
- package/lib/routes/dribbble/namespace.ts +1 -0
- package/lib/routes/dribbble/popular.ts +1 -1
- package/lib/routes/dribbble/user.ts +1 -1
- package/lib/routes/dribbble/utils.ts +17 -19
- package/lib/routes/dtcj/namespace.ts +1 -0
- package/lib/routes/duckdb/namespace.ts +7 -0
- package/lib/routes/duckdb/news.ts +64 -0
- package/lib/routes/duozhuayu/namespace.ts +1 -0
- package/lib/routes/duozhuayu/search.ts +1 -1
- package/lib/routes/dushu/fuzhou/index.ts +11 -12
- package/lib/routes/dushu/namespace.ts +1 -0
- package/lib/routes/dut/index.ts +2 -1
- package/lib/routes/dut/namespace.ts +1 -0
- package/lib/routes/dw/namespace.ts +6 -0
- package/lib/routes/dw/news.ts +89 -0
- package/lib/routes/dw/rss.ts +62 -0
- package/lib/routes/dw/templates/description.art +23 -0
- package/lib/routes/dw/templates/liveblog.art +13 -0
- package/lib/routes/dw/templates/video.art +14 -0
- package/lib/routes/dw/utils.ts +172 -0
- package/lib/routes/dx2025/index.ts +1 -1
- package/lib/routes/dx2025/namespace.ts +1 -0
- package/lib/routes/dxy/board.ts +96 -0
- package/lib/routes/dxy/namespace.ts +1 -0
- package/lib/routes/dxy/profile/thread.ts +1 -1
- package/lib/routes/dxy/special.ts +11 -10
- package/lib/routes/dxy/types.ts +195 -0
- package/lib/routes/dxy/utils.ts +17 -8
- package/lib/routes/dykszx/namespace.ts +9 -0
- package/lib/routes/dykszx/news.ts +88 -0
- package/lib/routes/dytt/index.ts +75 -0
- package/lib/routes/dytt/namespace.ts +7 -0
- package/lib/routes/e-hentai/index.ts +1 -1
- package/lib/routes/e-hentai/namespace.ts +1 -0
- package/lib/routes/eagle/blog.ts +15 -3
- package/lib/routes/eagle/namespace.ts +1 -0
- package/lib/routes/earthquake/namespace.ts +1 -0
- package/lib/routes/eastday/namespace.ts +1 -0
- package/lib/routes/eastmoney/namespace.ts +1 -0
- package/lib/routes/eastmoney/report/index.ts +78 -18
- package/lib/routes/eastmoney/search/index.ts +3 -2
- package/lib/routes/eastmoney/templates/stock_description.art +36 -0
- package/lib/routes/eastmoney/ttjj/user.ts +3 -2
- package/lib/routes/eastmoney/utils.ts +35 -0
- package/lib/routes/easynomad/joblist.ts +56 -0
- package/lib/routes/easynomad/namespace.ts +7 -0
- package/lib/routes/ecnu/contest.ts +4 -4
- package/lib/routes/ecnu/jwc.ts +71 -0
- package/lib/routes/ecnu/namespace.ts +2 -1
- package/lib/routes/economist/espresso.ts +25 -64
- package/lib/routes/economist/full.ts +3 -2
- package/lib/routes/economist/namespace.ts +1 -0
- package/lib/routes/ecust/namespace.ts +1 -0
- package/lib/routes/egsea/flash.ts +2 -2
- package/lib/routes/egsea/namespace.ts +1 -0
- package/lib/routes/ehentai/ehapi.ts +1 -1
- package/lib/routes/ehentai/favorites.ts +2 -1
- package/lib/routes/ehentai/namespace.ts +1 -0
- package/lib/routes/ekantipur/namespace.ts +1 -0
- package/lib/routes/elasticsearch-cn/namespace.ts +1 -0
- package/lib/routes/eleduck/namespace.ts +1 -0
- package/lib/routes/elsevier/issue.ts +1 -1
- package/lib/routes/elsevier/journal.ts +1 -1
- package/lib/routes/elsevier/namespace.ts +1 -0
- package/lib/routes/embassy/namespace.ts +1 -0
- package/lib/routes/enterprisecraftsmanship/index.ts +72 -0
- package/lib/routes/enterprisecraftsmanship/namespace.ts +7 -0
- package/lib/routes/epicgames/index.ts +22 -10
- package/lib/routes/epicgames/namespace.ts +1 -0
- package/lib/routes/eprice/namespace.ts +1 -0
- package/lib/routes/eprice/rss.ts +6 -11
- package/lib/routes/eshukan/academic.ts +134 -0
- package/lib/routes/eshukan/namespace.ts +9 -0
- package/lib/routes/eshukan/templates/description.art +7 -0
- package/lib/routes/espn/namespace.ts +7 -0
- package/lib/routes/espn/news.ts +120 -0
- package/lib/routes/espn/templates/media.art +19 -0
- package/lib/routes/esquirehk/namespace.ts +7 -0
- package/lib/routes/esquirehk/tag.ts +104 -0
- package/lib/routes/esquirehk/templates/subpages.art +30 -0
- package/lib/routes/europechinese/latest.ts +66 -0
- package/lib/routes/europechinese/namespace.ts +7 -0
- package/lib/routes/eventernote/actors.ts +3 -2
- package/lib/routes/eventernote/namespace.ts +1 -0
- package/lib/routes/f-droid/namespace.ts +1 -0
- package/lib/routes/famitsu/category.ts +110 -43
- package/lib/routes/famitsu/namespace.ts +1 -0
- package/lib/routes/famitsu/templates/description.art +7 -0
- package/lib/routes/famitsu/types.ts +117 -0
- package/lib/routes/fanbox/index.ts +62 -0
- package/lib/routes/fanbox/namespace.ts +7 -0
- package/lib/routes/fanbox/templates/fanbox-post.art +7 -0
- package/lib/routes/fanbox/types.ts +235 -0
- package/lib/routes/fanbox/utils.ts +188 -0
- package/lib/routes/fanqienovel/namespace.ts +8 -0
- package/lib/routes/fanqienovel/page.ts +100 -0
- package/lib/routes/fansly/namespace.ts +1 -0
- package/lib/routes/fansly/post.ts +1 -2
- package/lib/routes/fansly/tag.ts +1 -2
- package/lib/routes/fansly/templates/media.art +1 -1
- package/lib/routes/fansly/utils.ts +8 -6
- package/lib/routes/fantia/namespace.ts +1 -0
- package/lib/routes/fantia/search.ts +72 -8
- package/lib/routes/fantia/user.ts +3 -2
- package/lib/routes/fanxinzhui/index.ts +1 -1
- package/lib/routes/fanxinzhui/namespace.ts +1 -0
- package/lib/routes/farmatters/index.ts +1 -2
- package/lib/routes/farmatters/namespace.ts +2 -0
- package/lib/routes/fashionnetwork/index.ts +192 -0
- package/lib/routes/fashionnetwork/namespace.ts +9 -0
- package/lib/routes/fashionnetwork/templates/description.art +17 -0
- package/lib/routes/fastbull/express-news.ts +7 -6
- package/lib/routes/fastbull/namespace.ts +3 -2
- package/lib/routes/fastbull/news.ts +10 -9
- package/lib/routes/fda/namespace.ts +1 -0
- package/lib/routes/fediverse/namespace.ts +7 -0
- package/lib/routes/fediverse/timeline.ts +116 -0
- package/lib/routes/feng/forum.ts +1 -1
- package/lib/routes/feng/namespace.ts +1 -0
- package/lib/routes/ff14/ff14-global.ts +3 -2
- package/lib/routes/ff14/ff14-zh.ts +1 -1
- package/lib/routes/ff14/namespace.ts +2 -1
- package/lib/routes/fffdm/manhua/manhua.ts +1 -1
- package/lib/routes/fffdm/namespace.ts +1 -0
- package/lib/routes/finology/bullets.ts +15 -14
- package/lib/routes/finology/category.ts +61 -0
- package/lib/routes/finology/most-viewed.ts +10 -41
- package/lib/routes/finology/namespace.ts +1 -0
- package/lib/routes/finology/tag.ts +45 -60
- package/lib/routes/finology/utils.ts +37 -31
- package/lib/routes/finviz/namespace.ts +1 -0
- package/lib/routes/finviz/news.ts +15 -8
- package/lib/routes/firecore/namespace.ts +1 -0
- package/lib/routes/firefox/namespace.ts +1 -0
- package/lib/routes/fisher-spb/namespace.ts +1 -0
- package/lib/routes/fisher-spb/news.ts +1 -1
- package/lib/routes/fishshell/namespace.ts +1 -0
- package/lib/routes/fjksbm/namespace.ts +1 -0
- package/lib/routes/flashcat/blog.ts +61 -0
- package/lib/routes/flashcat/namespace.ts +7 -0
- package/lib/routes/flyert/forum.ts +99 -0
- package/lib/routes/flyert/namespace.ts +2 -0
- package/lib/routes/flyert/templates/description.art +21 -0
- package/lib/routes/flyert/util.ts +188 -0
- package/lib/routes/focustaiwan/index.ts +1 -1
- package/lib/routes/focustaiwan/namespace.ts +1 -0
- package/lib/routes/follow/namespace.ts +7 -0
- package/lib/routes/follow/profile.ts +119 -0
- package/lib/routes/follow/types.ts +78 -0
- package/lib/routes/followin/index.ts +30 -3
- package/lib/routes/followin/namespace.ts +1 -0
- package/lib/routes/followin/news.ts +15 -3
- package/lib/routes/followin/utils.ts +1 -1
- package/lib/routes/foodtalks/index.ts +75 -0
- package/lib/routes/foodtalks/namespace.ts +9 -0
- package/lib/routes/foresightnews/article.ts +1 -1
- package/lib/routes/foresightnews/column.ts +1 -1
- package/lib/routes/foresightnews/index.ts +3 -1
- package/lib/routes/foresightnews/namespace.ts +1 -0
- package/lib/routes/foresightnews/news.ts +1 -1
- package/lib/routes/foresightnews/util.ts +2 -2
- package/lib/routes/foreverblog/feeds.ts +15 -17
- package/lib/routes/foreverblog/namespace.ts +1 -0
- package/lib/routes/fortnite/namespace.ts +1 -0
- package/lib/routes/fortunechina/index.ts +24 -14
- package/lib/routes/fortunechina/namespace.ts +1 -0
- package/lib/routes/fosshub/index.ts +1 -1
- package/lib/routes/fosshub/namespace.ts +1 -0
- package/lib/routes/free/namespace.ts +1 -0
- package/lib/routes/free/rss.ts +3 -2
- package/lib/routes/freebuf/index.ts +5 -5
- package/lib/routes/freebuf/namespace.ts +1 -0
- package/lib/routes/freecomputerbooks/index.ts +19 -15
- package/lib/routes/freecomputerbooks/namespace.ts +1 -0
- package/lib/routes/freewechat/namespace.ts +1 -0
- package/lib/routes/freewechat/profile.ts +2 -2
- package/lib/routes/freexcomic/book.ts +84 -0
- package/lib/routes/freexcomic/namespace.ts +8 -0
- package/lib/routes/ft/myft.ts +2 -2
- package/lib/routes/ft/namespace.ts +2 -1
- package/lib/routes/ftchinese/channel.ts +38 -0
- package/lib/routes/ftchinese/namespace.ts +7 -0
- package/lib/routes/ftm/index.ts +60 -0
- package/lib/routes/ftm/namespace.ts +7 -0
- package/lib/routes/fuliba/namespace.ts +1 -0
- package/lib/routes/furaffinity/art.ts +85 -0
- package/lib/routes/furaffinity/browse.ts +58 -0
- package/lib/routes/furaffinity/commissions.ts +55 -0
- package/lib/routes/furaffinity/home.ts +80 -0
- package/lib/routes/furaffinity/journal-comments.ts +64 -0
- package/lib/routes/furaffinity/journals.ts +56 -0
- package/lib/routes/furaffinity/namespace.ts +7 -0
- package/lib/routes/furaffinity/search.ts +72 -0
- package/lib/routes/furaffinity/shouts.ts +56 -0
- package/lib/routes/furaffinity/status.ts +58 -0
- package/lib/routes/furaffinity/submission-comments.ts +64 -0
- package/lib/routes/furaffinity/user.ts +120 -0
- package/lib/routes/furaffinity/watchers.ts +62 -0
- package/lib/routes/furaffinity/watching.ts +62 -0
- package/lib/routes/furstar/namespace.ts +1 -0
- package/lib/routes/furstar/utils.ts +1 -1
- package/lib/routes/futunn/main.ts +1 -1
- package/lib/routes/futunn/namespace.ts +1 -0
- package/lib/routes/fx-markets/namespace.ts +1 -0
- package/lib/routes/fx678/kx.ts +3 -2
- package/lib/routes/fx678/namespace.ts +1 -0
- package/lib/routes/fxiaoke/namespace.ts +1 -0
- package/lib/routes/fzmtr/namespace.ts +1 -0
- package/lib/routes/galxe/index.ts +94 -0
- package/lib/routes/galxe/namespace.ts +10 -0
- package/lib/routes/gameapps/index.ts +11 -8
- package/lib/routes/gameapps/namespace.ts +1 -0
- package/lib/routes/gameapps/templates/description.art +0 -1
- package/lib/routes/gamebase/namespace.ts +1 -0
- package/lib/routes/gamebase/news.ts +2 -2
- package/lib/routes/gamegene/namespace.ts +1 -0
- package/lib/routes/gamer/ani/anime.ts +10 -3
- package/lib/routes/gamer/ani/new-anime.ts +4 -3
- package/lib/routes/gamer/gnn-index.ts +37 -16
- package/lib/routes/gamer/hot.ts +7 -9
- package/lib/routes/gamer/namespace.ts +1 -0
- package/lib/routes/gamer520/index.ts +85 -0
- package/lib/routes/gamer520/namespace.ts +7 -0
- package/lib/routes/gamersecret/namespace.ts +1 -0
- package/lib/routes/gamersky/ent.ts +57 -0
- package/lib/routes/gamersky/namespace.ts +11 -0
- package/lib/routes/gamersky/news.ts +91 -0
- package/lib/routes/gamersky/review.ts +80 -0
- package/lib/routes/gamersky/utils.ts +94 -0
- package/lib/routes/gamme/category.ts +2 -1
- package/lib/routes/gamme/namespace.ts +1 -0
- package/lib/routes/gamme/tag.ts +2 -1
- package/lib/routes/gcores/category.ts +8 -4
- package/lib/routes/gcores/collection.ts +1 -1
- package/lib/routes/gcores/namespace.ts +1 -0
- package/lib/routes/gcores/radio.ts +2 -2
- package/lib/routes/gcores/tag.ts +3 -2
- package/lib/routes/gdsrx/namespace.ts +1 -0
- package/lib/routes/gdufs/namespace.ts +7 -0
- package/lib/routes/gdufs/news.ts +94 -0
- package/lib/routes/gdufs/xwxy/xwxy-news.ts +90 -0
- package/lib/routes/gdut/namespace.ts +1 -0
- package/lib/routes/gdut/oa-news.ts +12 -17
- package/lib/routes/geekpark/index.ts +219 -0
- package/lib/routes/geekpark/namespace.ts +9 -0
- package/lib/routes/geekpark/templates/description.art +21 -0
- package/lib/routes/gelonghui/home.ts +15 -3
- package/lib/routes/gelonghui/hot-article.ts +13 -4
- package/lib/routes/gelonghui/keyword.ts +3 -2
- package/lib/routes/gelonghui/live.ts +4 -3
- package/lib/routes/gelonghui/namespace.ts +1 -0
- package/lib/routes/gelonghui/subject.ts +3 -2
- package/lib/routes/gelonghui/user.ts +3 -2
- package/lib/routes/genossenschaften/index.ts +123 -0
- package/lib/routes/genossenschaften/namespace.ts +8 -0
- package/lib/routes/geocaching/namespace.ts +1 -0
- package/lib/routes/getdr/namespace.ts +1 -0
- package/lib/routes/getitfree/namespace.ts +1 -0
- package/lib/routes/getitfree/util.ts +1 -1
- package/lib/routes/gettr/namespace.ts +1 -0
- package/lib/routes/gettr/user.ts +4 -3
- package/lib/routes/gf-cn/namespace.ts +1 -0
- package/lib/routes/gihyo/namespace.ts +1 -0
- package/lib/routes/gisreportsonline/index.ts +60 -0
- package/lib/routes/gisreportsonline/namespace.ts +7 -0
- package/lib/routes/gitee/namespace.ts +1 -0
- package/lib/routes/github/activity.ts +56 -0
- package/lib/routes/github/advisor.ts +97 -0
- package/lib/routes/github/comments.ts +39 -38
- package/lib/routes/github/discussions.ts +194 -0
- package/lib/routes/github/file.ts +9 -2
- package/lib/routes/github/follower.ts +2 -1
- package/lib/routes/github/issue.ts +28 -5
- package/lib/routes/github/namespace.ts +2 -1
- package/lib/routes/github/notifications.ts +16 -21
- package/lib/routes/github/pulls.ts +6 -6
- package/lib/routes/github/pulse.ts +27 -29
- package/lib/routes/github/repos.ts +55 -18
- package/lib/routes/github/search.ts +20 -18
- package/lib/routes/github/star.ts +12 -10
- package/lib/routes/github/starred-repos.ts +26 -51
- package/lib/routes/github/trending.ts +30 -7
- package/lib/routes/github/wiki.ts +9 -1
- package/lib/routes/gitpod/blog.ts +4 -9
- package/lib/routes/gitpod/namespace.ts +1 -0
- package/lib/routes/globallawreview/namespace.ts +1 -0
- package/lib/routes/gmcmonline/chinacustoms.ts +130 -0
- package/lib/routes/gmcmonline/namespace.ts +9 -0
- package/lib/routes/go/mhlw/pdf.ts +87 -0
- package/lib/routes/go/namespace.ts +9 -0
- package/lib/routes/go/niid/idwr-dl.ts +104 -0
- package/lib/routes/gocn/namespace.ts +1 -0
- package/lib/routes/gofans/index.ts +1 -1
- package/lib/routes/gofans/namespace.ts +1 -0
- package/lib/routes/gogoanimehd/namespace.ts +1 -0
- package/lib/routes/google/citations.ts +2 -2
- package/lib/routes/google/developers.ts +71 -0
- package/lib/routes/google/doodles.ts +3 -2
- package/lib/routes/google/fonts.ts +6 -5
- package/lib/routes/google/namespace.ts +1 -0
- package/lib/routes/google/news.ts +28 -8
- package/lib/routes/google/research.ts +45 -0
- package/lib/routes/google/scholar.ts +4 -4
- package/lib/routes/google/search.ts +5 -5
- package/lib/routes/gov/ah/kjt.ts +229 -0
- package/lib/routes/gov/ah/namespace.ts +9 -0
- package/lib/routes/gov/beijing/bjedu/gh.ts +2 -2
- package/lib/routes/gov/beijing/bphc/index.ts +3 -3
- package/lib/routes/gov/caac/cjwt.ts +1 -1
- package/lib/routes/gov/cbirc/index.ts +371 -0
- package/lib/routes/gov/chinatax/latest.ts +1 -1
- package/lib/routes/gov/chongqing/gzw.ts +15 -2
- package/lib/routes/gov/chongqing/rsks.ts +1 -10
- package/lib/routes/gov/chongqing/sydwgkzp.ts +19 -21
- package/lib/routes/gov/cmse/fxrw.ts +1 -1
- package/lib/routes/gov/cn/namespace.ts +8 -0
- package/lib/routes/gov/cn/news/index.ts +132 -0
- package/lib/routes/gov/csrc/csrc.ts +541 -0
- package/lib/routes/gov/csrc/news.ts +1 -1
- package/lib/routes/gov/customs/list.ts +6 -3
- package/lib/routes/gov/customs/namespace.ts +7 -0
- package/lib/routes/gov/forestry/gjlckjdjt.ts +1 -1
- package/lib/routes/gov/guangdong/tqyb/sncsyjxh.ts +1 -1
- package/lib/routes/gov/guangdong/tqyb/tfxtq.ts +1 -1
- package/lib/routes/gov/hainan/iitb/tzgg.ts +77 -0
- package/lib/routes/gov/hainan/namespace.ts +8 -0
- package/lib/routes/gov/immiau/news.ts +2 -2
- package/lib/routes/gov/jgjcndrc/index.ts +95 -66
- package/lib/routes/gov/jiangsu/wlt/index.ts +99 -0
- package/lib/routes/gov/jiangsu/wlt/templates/wlt.art +9 -0
- package/lib/routes/gov/lswz/index.ts +289 -0
- package/lib/routes/gov/mee/ywdt.ts +2 -2
- package/lib/routes/gov/moa/moa.ts +122 -41
- package/lib/routes/gov/moa/szcpxx.ts +115 -0
- package/lib/routes/gov/moa/zdscxx.ts +71 -21
- package/lib/routes/gov/mot/index.ts +3 -3
- package/lib/routes/gov/ndrc/fggz.ts +637 -2
- package/lib/routes/gov/ndrc/namespace.ts +8 -0
- package/lib/routes/gov/ndrc/xwdt.ts +28 -8
- package/lib/routes/gov/ndrc/zfxxgk.ts +106 -0
- package/lib/routes/gov/pbc/namespace.ts +45 -0
- package/lib/routes/gov/pudong/zwgk.ts +65 -0
- package/lib/routes/gov/safe/util.ts +1 -1
- package/lib/routes/gov/samr/xgzlyhd.ts +1 -1
- package/lib/routes/gov/sh/fgw/index.ts +155 -0
- package/lib/routes/gov/sh/fgw/templates/description.art +17 -0
- package/lib/routes/gov/sh/namespace.ts +8 -0
- package/lib/routes/gov/sh/rsj/ksxm.ts +67 -0
- package/lib/routes/gov/sh/wgj/wgj.ts +102 -0
- package/lib/routes/gov/sh/wsjkw/yqtb/index.ts +58 -0
- package/lib/routes/gov/sh/yjj/index.ts +72 -0
- package/lib/routes/gov/shenzhen/xxgk/zfxxgj.ts +2 -1
- package/lib/routes/gov/shenzhen/zjj/index.ts +2 -1
- package/lib/routes/gov/sichuan/deyang/govpublicinfo.ts +1 -1
- package/lib/routes/gov/sichuan/deyang/mztoday.ts +1 -1
- package/lib/routes/gov/stats/index.ts +44 -25
- package/lib/routes/gov/suzhou/news.ts +4 -3
- package/lib/routes/gov/zhengce/index.ts +3 -6
- package/lib/routes/gov/zj/ningbogzw-notice.ts +50 -0
- package/lib/routes/gov/zj/ningborsjnotice.ts +50 -0
- package/lib/routes/gov/zj/search.ts +85 -0
- package/lib/routes/gq/namespace.ts +7 -0
- package/lib/routes/gq/news.ts +60 -0
- package/lib/routes/greasyfork/namespace.ts +1 -0
- package/lib/routes/grist/featured.ts +1 -1
- package/lib/routes/grist/index.ts +4 -1
- package/lib/routes/grist/namespace.ts +1 -0
- package/lib/routes/grist/series.ts +1 -1
- package/lib/routes/grist/topic.ts +1 -1
- package/lib/routes/grist/utils.ts +2 -2
- package/lib/routes/grubstreet/namespace.ts +1 -0
- package/lib/routes/gs/developer/blog.ts +58 -0
- package/lib/routes/gs/namespace.ts +10 -0
- package/lib/routes/guancha/index.ts +2 -2
- package/lib/routes/guancha/member.ts +1 -1
- package/lib/routes/guancha/namespace.ts +1 -0
- package/lib/routes/guangdiu/index.ts +2 -2
- package/lib/routes/guangdiu/namespace.ts +1 -0
- package/lib/routes/guangdiu/search.ts +1 -1
- package/lib/routes/guangzhoumetro/namespace.ts +1 -0
- package/lib/routes/guanhai/namespace.ts +1 -0
- package/lib/routes/guduodata/daily.ts +6 -6
- package/lib/routes/guduodata/namespace.ts +1 -0
- package/lib/routes/gumroad/index.ts +3 -2
- package/lib/routes/gumroad/namespace.ts +1 -0
- package/lib/routes/guokr/channel.ts +23 -40
- package/lib/routes/guokr/namespace.ts +1 -0
- package/lib/routes/guokr/scientific.ts +12 -30
- package/lib/routes/guokr/utils.ts +37 -0
- package/lib/routes/guozaoke/index.ts +99 -0
- package/lib/routes/guozaoke/namespace.ts +7 -0
- package/lib/routes/gxmzu/ai.ts +1 -1
- package/lib/routes/gxmzu/lib.ts +9 -26
- package/lib/routes/gxmzu/namespace.ts +1 -0
- package/lib/routes/gxmzu/utils/index.ts +31 -13
- package/lib/routes/gxmzu/yjs.ts +1 -1
- package/lib/routes/gzdaily/app.ts +3 -3
- package/lib/routes/gzdaily/namespace.ts +1 -0
- package/lib/routes/gzhu/namespace.ts +1 -0
- package/lib/routes/hackernews/index.ts +17 -6
- package/lib/routes/hackernews/namespace.ts +1 -0
- package/lib/routes/hackertalk/namespace.ts +1 -0
- package/lib/routes/hacking8/namespace.ts +1 -0
- package/lib/routes/hackmd/namespace.ts +1 -0
- package/lib/routes/hackyournews/namespace.ts +1 -0
- package/lib/routes/hafu/namespace.ts +1 -0
- package/lib/routes/hafu/utils.ts +3 -2
- package/lib/routes/hakkatv/namespace.ts +1 -0
- package/lib/routes/hamel/index.ts +81 -0
- package/lib/routes/hamel/namespace.ts +7 -0
- package/lib/routes/hameln/chapter.ts +2 -2
- package/lib/routes/hameln/namespace.ts +1 -0
- package/lib/routes/harvard/health/blog.ts +2 -2
- package/lib/routes/harvard/namespace.ts +1 -0
- package/lib/routes/hashnode/blog.ts +3 -3
- package/lib/routes/hashnode/namespace.ts +1 -0
- package/lib/routes/hbooker/namespace.ts +1 -0
- package/lib/routes/hbr/namespace.ts +1 -0
- package/lib/routes/hbr/topic.ts +27 -22
- package/lib/routes/hdu/auto/notice.ts +68 -0
- package/lib/routes/hdu/auto/utils.ts +51 -0
- package/lib/routes/hdu/namespace.ts +2 -1
- package/lib/routes/healthz.ts +8 -0
- package/lib/routes/hebtv/namespace.ts +1 -0
- package/lib/routes/hebtv/nong-bo-shi-zai-xing-dong.ts +1 -1
- package/lib/routes/hellobtc/information.ts +1 -1
- package/lib/routes/hellobtc/kepu.ts +1 -1
- package/lib/routes/hellobtc/namespace.ts +1 -0
- package/lib/routes/hellobtc/news.ts +1 -1
- package/lib/routes/hellogithub/article.ts +62 -0
- package/lib/routes/hellogithub/index.ts +19 -69
- package/lib/routes/hellogithub/namespace.ts +1 -0
- package/lib/routes/hellogithub/report.ts +5 -4
- package/lib/routes/hellogithub/volume.ts +44 -26
- package/lib/routes/hex-rays/index.ts +23 -29
- package/lib/routes/hex-rays/namespace.ts +1 -0
- package/lib/routes/hexun/index.ts +74 -0
- package/lib/routes/hexun/namespace.ts +8 -0
- package/lib/routes/hfut/hf/notice.ts +43 -0
- package/lib/routes/hfut/hf/utils.ts +80 -0
- package/lib/routes/hfut/namespace.ts +7 -0
- package/lib/routes/hfut/xc/notice.ts +43 -0
- package/lib/routes/hfut/xc/utils.ts +73 -0
- package/lib/routes/hicairo/namespace.ts +1 -0
- package/lib/routes/hicairo/rss.ts +3 -2
- package/lib/routes/hinatazaka46/namespace.ts +1 -0
- package/lib/routes/hiring.cafe/jobs.ts +152 -0
- package/lib/routes/hiring.cafe/namespace.ts +10 -0
- package/lib/routes/hiring.cafe/templates/jobs.art +18 -0
- package/lib/routes/hit/namespace.ts +3 -2
- package/lib/routes/hit/today.ts +4 -4
- package/lib/routes/hitcon/namespace.ts +7 -0
- package/lib/routes/hitcon/templates/zeroday.art +8 -0
- package/lib/routes/hitcon/zeroday.ts +109 -0
- package/lib/routes/hitsz/namespace.ts +1 -0
- package/lib/routes/hitwh/namespace.ts +1 -0
- package/lib/routes/hizu/namespace.ts +1 -0
- package/lib/routes/hk01/namespace.ts +1 -0
- package/lib/routes/hk01/utils.ts +1 -1
- package/lib/routes/hkej/index.ts +4 -7
- package/lib/routes/hkej/namespace.ts +1 -0
- package/lib/routes/hkepc/index.ts +1 -1
- package/lib/routes/hkepc/namespace.ts +1 -0
- package/lib/routes/hket/index.ts +93 -82
- package/lib/routes/hket/namespace.ts +1 -0
- package/lib/routes/hkjunkcall/namespace.ts +1 -0
- package/lib/routes/hko/earthquake.ts +56 -0
- package/lib/routes/hko/namespace.ts +9 -0
- package/lib/routes/hko/weather.ts +56 -0
- package/lib/routes/hljucm/namespace.ts +1 -0
- package/lib/routes/hnrb/namespace.ts +1 -0
- package/lib/routes/hnu/namespace.ts +1 -0
- package/lib/routes/home-assistant/hacs.ts +50 -0
- package/lib/routes/home-assistant/namespace.ts +7 -0
- package/lib/routes/hongkong/namespace.ts +1 -0
- package/lib/routes/hostmonit/cloudflareyes.ts +1 -1
- package/lib/routes/hostmonit/cloudflareyesv6.ts +1 -1
- package/lib/routes/hostmonit/namespace.ts +1 -0
- package/lib/routes/hottoys/index.ts +63 -0
- package/lib/routes/hottoys/namespace.ts +7 -0
- package/lib/routes/hotukdeals/namespace.ts +1 -0
- package/lib/routes/houxu/events.ts +1 -10
- package/lib/routes/houxu/index.ts +5 -7
- package/lib/routes/houxu/memory.ts +1 -10
- package/lib/routes/houxu/namespace.ts +1 -0
- package/lib/routes/howtoforge/namespace.ts +1 -0
- package/lib/routes/howtoforge/rss.ts +3 -2
- package/lib/routes/hoyolab/namespace.ts +1 -0
- package/lib/routes/hoyolab/news.ts +6 -6
- package/lib/routes/hpoi/all.ts +17 -6
- package/lib/routes/hpoi/character.ts +18 -6
- package/lib/routes/hpoi/info.ts +11 -6
- package/lib/routes/hpoi/namespace.ts +1 -0
- package/lib/routes/hpoi/user.ts +16 -4
- package/lib/routes/hpoi/utils.ts +36 -3
- package/lib/routes/hpoi/work.ts +18 -6
- package/lib/routes/hrbeu/job/bigemploy.ts +1 -1
- package/lib/routes/hrbeu/job/calendar.ts +8 -6
- package/lib/routes/hrbeu/job/list.ts +4 -1
- package/lib/routes/hrbeu/namespace.ts +1 -0
- package/lib/routes/hrbeu/sec/list.ts +80 -0
- package/lib/routes/hrbust/jwzx.ts +6 -0
- package/lib/routes/hrbust/namespace.ts +3 -1
- package/lib/routes/hrbust/news.ts +81 -0
- package/lib/routes/hrbust/utils.ts +1 -1
- package/lib/routes/huanqiu/index.ts +8 -6
- package/lib/routes/huanqiu/namespace.ts +1 -0
- package/lib/routes/hubu/index.ts +124 -0
- package/lib/routes/hubu/namespace.ts +9 -0
- package/lib/routes/hubu/zhxy.ts +228 -0
- package/lib/routes/huggingface/blog-zh.ts +1 -1
- package/lib/routes/huggingface/blog.ts +87 -0
- package/lib/routes/huggingface/namespace.ts +1 -0
- package/lib/routes/hunanpea/namespace.ts +1 -0
- package/lib/routes/hunau/gfxy/index.ts +1 -1
- package/lib/routes/hunau/ied.ts +1 -1
- package/lib/routes/hunau/jwc.ts +1 -1
- package/lib/routes/hunau/namespace.ts +1 -0
- package/lib/routes/hunau/xky/index.ts +1 -1
- package/lib/routes/huoxian/namespace.ts +1 -0
- package/lib/routes/hupu/all.ts +3 -3
- package/lib/routes/hupu/bbs.ts +3 -3
- package/lib/routes/hupu/index.ts +2 -2
- package/lib/routes/hupu/namespace.ts +1 -0
- package/lib/routes/hust/gs.ts +282 -0
- package/lib/routes/hust/mse.ts +575 -0
- package/lib/routes/hust/namespace.ts +2 -1
- package/lib/routes/huxiu/brief-column.ts +1 -1
- package/lib/routes/huxiu/channel.ts +1 -1
- package/lib/routes/huxiu/club.ts +4 -1
- package/lib/routes/huxiu/collection.ts +1 -1
- package/lib/routes/huxiu/member.ts +5 -2
- package/lib/routes/huxiu/moment.ts +1 -1
- package/lib/routes/huxiu/namespace.ts +1 -0
- package/lib/routes/huxiu/search.ts +1 -1
- package/lib/routes/huxiu/tag.ts +1 -1
- package/lib/routes/huxiu/util.ts +3 -3
- package/lib/routes/hypergryph/arknights/announce.ts +89 -0
- package/lib/routes/hypergryph/arknights/arktca.ts +124 -0
- package/lib/routes/hypergryph/arknights/japan.ts +78 -0
- package/lib/routes/hypergryph/arknights/news.ts +118 -0
- package/lib/routes/hypergryph/namespace.ts +8 -0
- package/lib/routes/i-cable/namespace.ts +7 -0
- package/lib/routes/i-cable/news.ts +77 -0
- package/lib/routes/i-cable/templates/description.art +8 -0
- package/lib/routes/ianspriggs/index.ts +1 -1
- package/lib/routes/ianspriggs/namespace.ts +1 -0
- package/lib/routes/icac/namespace.ts +1 -0
- package/lib/routes/icbc/namespace.ts +1 -0
- package/lib/routes/idaily/index.ts +13 -4
- package/lib/routes/idaily/namespace.ts +1 -0
- package/lib/routes/idolmaster/namespace.ts +7 -0
- package/lib/routes/idolmaster/news.ts +112 -0
- package/lib/routes/idolypride/namespace.ts +1 -0
- package/lib/routes/idolypride/news.ts +3 -2
- package/lib/routes/ieee/author.ts +95 -0
- package/lib/routes/ieee/journal.ts +51 -68
- package/lib/routes/ieee/namespace.ts +1 -0
- package/lib/routes/ieee/templates/description.art +1 -1
- package/lib/routes/ieee-security/namespace.ts +1 -0
- package/lib/routes/ieee-security/sp.ts +6 -15
- package/lib/routes/iehou/index.ts +125 -0
- package/lib/routes/iehou/namespace.ts +9 -0
- package/lib/routes/ielts/namespace.ts +1 -0
- package/lib/routes/ifanr/category.ts +71 -0
- package/lib/routes/ifanr/digest.ts +104 -0
- package/lib/routes/ifanr/index.ts +70 -0
- package/lib/routes/ifanr/namespace.ts +8 -0
- package/lib/routes/ifeng/namespace.ts +1 -0
- package/lib/routes/ifeng/news.ts +1 -1
- package/lib/routes/ifeng/templates/video.art +1 -1
- package/lib/routes/ifeng/utils.ts +1 -1
- package/lib/routes/ifi-audio/download.ts +1 -1
- package/lib/routes/ifi-audio/namespace.ts +1 -0
- package/lib/routes/ifun/n/category.ts +102 -0
- package/lib/routes/ifun/n/search.ts +73 -0
- package/lib/routes/ifun/n/tag.ts +76 -0
- package/lib/routes/ifun/n/util.ts +34 -0
- package/lib/routes/ifun/namespace.ts +9 -0
- package/lib/routes/iguoguo/namespace.ts +1 -0
- package/lib/routes/iheima/index.ts +44 -0
- package/lib/routes/iheima/namespace.ts +8 -0
- package/lib/routes/iiilab/namespace.ts +1 -0
- package/lib/routes/ikea/cn/low-price.ts +2 -1
- package/lib/routes/ikea/cn/utils.ts +1 -1
- package/lib/routes/ikea/gb/new.ts +1 -1
- package/lib/routes/ikea/gb/offer.ts +1 -1
- package/lib/routes/ikea/namespace.ts +1 -0
- package/lib/routes/iknowwhatyoudownload/daily.ts +112 -0
- package/lib/routes/iknowwhatyoudownload/namespace.ts +8 -0
- package/lib/routes/iknowwhatyoudownload/templates/daily.art +34 -0
- package/lib/routes/imagemagick/namespace.ts +1 -0
- package/lib/routes/imdb/chart.ts +73 -0
- package/lib/routes/imdb/namespace.ts +7 -0
- package/lib/routes/imdb/templates/chart.art +15 -0
- package/lib/routes/imdb/types.ts +103 -0
- package/lib/routes/imhcg/blog.ts +47 -0
- package/lib/routes/imhcg/namespace.ts +8 -0
- package/lib/routes/imiker/jinghua.ts +1 -1
- package/lib/routes/imiker/namespace.ts +1 -0
- package/lib/routes/imop/namespace.ts +11 -0
- package/lib/routes/imop/tianshu.ts +53 -0
- package/lib/routes/indiansinkuwait/namespace.ts +1 -0
- package/lib/routes/indienova/article.ts +1 -1
- package/lib/routes/indienova/namespace.ts +1 -0
- package/lib/routes/inewsweek/namespace.ts +1 -0
- package/lib/routes/infoq/namespace.ts +1 -0
- package/lib/routes/infoq/presentations.ts +203 -0
- package/lib/routes/infoq/recommend.ts +1 -1
- package/lib/routes/infoq/templates/description.art +41 -0
- package/lib/routes/infoq/topic.ts +1 -1
- package/lib/routes/informedainews/docs.ts +78 -0
- package/lib/routes/informedainews/namespace.ts +19 -0
- package/lib/routes/informs/index.ts +1 -1
- package/lib/routes/informs/namespace.ts +1 -0
- package/lib/routes/infzm/hot.ts +39 -0
- package/lib/routes/infzm/index.ts +48 -0
- package/lib/routes/infzm/namespace.ts +7 -0
- package/lib/routes/infzm/types.ts +17 -0
- package/lib/routes/infzm/utils.ts +34 -0
- package/lib/routes/inoreader/index.ts +6 -3
- package/lib/routes/inoreader/namespace.ts +1 -0
- package/lib/routes/inoreader/rss.ts +3 -2
- package/lib/routes/inspirehep/author.ts +54 -0
- package/lib/routes/inspirehep/literature.ts +42 -0
- package/lib/routes/inspirehep/namespace.ts +8 -0
- package/lib/routes/inspirehep/types.ts +210 -0
- package/lib/routes/inspirehep/utils.ts +15 -0
- package/lib/routes/instagram/common-utils.ts +1 -1
- package/lib/routes/instagram/namespace.ts +2 -1
- package/lib/routes/instagram/private-api/index.ts +29 -6
- package/lib/routes/instagram/private-api/utils.ts +2 -1
- package/lib/routes/instagram/templates/video.art +1 -1
- package/lib/routes/instagram/web-api/index.ts +6 -4
- package/lib/routes/instagram/web-api/utils.ts +5 -4
- package/lib/routes/instructables/namespace.ts +1 -0
- package/lib/routes/investor/index.ts +213 -0
- package/lib/routes/investor/namespace.ts +9 -0
- package/lib/routes/iplaysoft/index.ts +68 -0
- package/lib/routes/iplaysoft/namespace.ts +7 -0
- package/lib/routes/ippa/namespace.ts +7 -0
- package/lib/routes/ippa/rss.ts +35 -0
- package/lib/routes/ipsw/namespace.ts +1 -0
- package/lib/routes/ipsw.dev/index.ts +64 -0
- package/lib/routes/ipsw.dev/namespace.ts +8 -0
- package/lib/routes/ipsw.dev/templates/description.art +20 -0
- package/lib/routes/iqilu/namespace.ts +1 -0
- package/lib/routes/iqilu/program.ts +1 -1
- package/lib/routes/iqiyi/album.ts +5 -4
- package/lib/routes/iqiyi/namespace.ts +1 -0
- package/lib/routes/iqnew/namespace.ts +1 -0
- package/lib/routes/iresearch/chart.ts +375 -0
- package/lib/routes/iresearch/namespace.ts +1 -0
- package/lib/routes/iresearch/report.ts +1 -1
- package/lib/routes/iresearch/templates/chart.art +13 -0
- package/lib/routes/iresearch/weekly.ts +1 -1
- package/lib/routes/isct/namespace.ts +15 -0
- package/lib/routes/isct/news.ts +81 -0
- package/lib/routes/issuehunt/namespace.ts +1 -0
- package/lib/routes/itc/collection.ts +66 -0
- package/lib/routes/itc/namespace.ts +7 -0
- package/lib/routes/itch/devlog.ts +3 -2
- package/lib/routes/itch/index.ts +1 -1
- package/lib/routes/itch/namespace.ts +1 -0
- package/lib/routes/ithome/index.ts +2 -1
- package/lib/routes/ithome/namespace.ts +1 -0
- package/lib/routes/ithome/ranking.ts +2 -1
- package/lib/routes/ithome/templates/description.art +13 -0
- package/lib/routes/ithome/zt.ts +118 -56
- package/lib/routes/iwara/namespace.ts +1 -0
- package/lib/routes/iwara/subscriptions.ts +7 -6
- package/lib/routes/ixigua/namespace.ts +1 -0
- package/lib/routes/ixigua/user-video.ts +19 -8
- package/lib/routes/j-test/namespace.ts +7 -0
- package/lib/routes/j-test/news.ts +64 -0
- package/lib/routes/jandan/index.ts +6 -0
- package/lib/routes/jandan/namespace.ts +1 -0
- package/lib/routes/jandan/section.ts +4 -1
- package/lib/routes/japanpost/namespace.ts +8 -1
- package/lib/routes/japanpost/router.ts +40 -0
- package/lib/routes/japanpost/track.ts +2 -24
- package/lib/routes/javbus/index.ts +18 -9
- package/lib/routes/javbus/namespace.ts +4 -3
- package/lib/routes/javdb/actors.ts +13 -4
- package/lib/routes/javdb/index.ts +4 -4
- package/lib/routes/javdb/makers.ts +7 -1
- package/lib/routes/javdb/namespace.ts +3 -2
- package/lib/routes/javdb/rankings.ts +7 -1
- package/lib/routes/javdb/search.ts +7 -1
- package/lib/routes/javdb/series.ts +8 -2
- package/lib/routes/javdb/tags.ts +9 -3
- package/lib/routes/javdb/utils.ts +24 -1
- package/lib/routes/javdb/videocodes.ts +56 -0
- package/lib/routes/javlibrary/genre.ts +2 -2
- package/lib/routes/javlibrary/namespace.ts +1 -0
- package/lib/routes/javlibrary/star.ts +2 -2
- package/lib/routes/javlibrary/utils.ts +1 -1
- package/lib/routes/javtiful/actress.ts +37 -0
- package/lib/routes/javtiful/channel.ts +37 -0
- package/lib/routes/javtiful/namespace.ts +7 -0
- package/lib/routes/javtiful/templates/description.art +7 -0
- package/lib/routes/javtiful/utils.ts +18 -0
- package/lib/routes/javtrailers/casts.ts +41 -0
- package/lib/routes/javtrailers/categories.ts +40 -0
- package/lib/routes/javtrailers/namespace.ts +7 -0
- package/lib/routes/javtrailers/studios.ts +39 -0
- package/lib/routes/javtrailers/templates/description.art +31 -0
- package/lib/routes/javtrailers/types.ts +59 -0
- package/lib/routes/javtrailers/utils.ts +48 -0
- package/lib/routes/jd/namespace.ts +1 -0
- package/lib/routes/jd/price.ts +3 -3
- package/lib/routes/jewishmuseum/namespace.ts +2 -1
- package/lib/routes/jianshu/collection.ts +3 -2
- package/lib/routes/jianshu/home.ts +3 -2
- package/lib/routes/jianshu/namespace.ts +1 -0
- package/lib/routes/jianshu/user.ts +3 -2
- package/lib/routes/jiaoliudao/namespace.ts +1 -0
- package/lib/routes/jiemian/list.ts +1 -1
- package/lib/routes/jiemian/lists.ts +1 -1
- package/lib/routes/jiemian/namespace.ts +1 -0
- package/lib/routes/jike/namespace.ts +1 -0
- package/lib/routes/jike/topic.ts +10 -3
- package/lib/routes/jike/user.ts +3 -2
- package/lib/routes/jimmyspa/books.ts +112 -0
- package/lib/routes/jimmyspa/namespace.ts +7 -0
- package/lib/routes/jimmyspa/news.ts +124 -0
- package/lib/routes/jimmyspa/templates/description.art +17 -0
- package/lib/routes/jin10/index.ts +4 -3
- package/lib/routes/jin10/namespace.ts +1 -0
- package/lib/routes/jin10/topic.ts +3 -2
- package/lib/routes/jingzhengu/namespace.ts +7 -0
- package/lib/routes/jingzhengu/news.ts +77 -0
- package/lib/routes/jingzhengu/types.ts +39 -0
- package/lib/routes/jingzhengu/utils.ts +35 -0
- package/lib/routes/jinritemai/docs.ts +74 -0
- package/lib/routes/jinritemai/namespace.ts +7 -0
- package/lib/routes/jinse/catalogue.ts +1 -1
- package/lib/routes/jinse/lives.ts +11 -4
- package/lib/routes/jinse/namespace.ts +1 -0
- package/lib/routes/jinse/timeline.ts +26 -4
- package/lib/routes/jisilu/category.ts +115 -0
- package/lib/routes/jisilu/explore.ts +79 -0
- package/lib/routes/jisilu/namespace.ts +2 -0
- package/lib/routes/jisilu/people.ts +95 -0
- package/lib/routes/jisilu/topic.ts +76 -0
- package/lib/routes/jisilu/util.ts +111 -0
- package/lib/routes/jiuyangongshe/community.ts +149 -0
- package/lib/routes/jiuyangongshe/namespace.ts +8 -0
- package/lib/routes/jiuyangongshe/templates/community-description.art +4 -0
- package/lib/routes/jjwxc/author.ts +1 -1
- package/lib/routes/jjwxc/book.ts +23 -18
- package/lib/routes/jjwxc/namespace.ts +1 -0
- package/lib/routes/jlu/ccst/xwzx/index.ts +63 -0
- package/lib/routes/jlu/jwc.ts +55 -0
- package/lib/routes/jlu/namespace.ts +7 -0
- package/lib/routes/jlu/phy/index.ts +55 -0
- package/lib/routes/joins/chinese.ts +218 -0
- package/lib/routes/joins/namespace.ts +9 -0
- package/lib/routes/joins/templates/description.art +17 -0
- package/lib/routes/joneslanglasalle/index.ts +311 -0
- package/lib/routes/joneslanglasalle/namespace.ts +13 -0
- package/lib/routes/joneslanglasalle/templates/description.art +21 -0
- package/lib/routes/jornada/namespace.ts +1 -0
- package/lib/routes/jou/namespace.ts +1 -0
- package/lib/routes/jou/utils/index.ts +35 -25
- package/lib/routes/jpxgmn/namespace.ts +1 -0
- package/lib/routes/jpxgmn/search.ts +3 -3
- package/lib/routes/jpxgmn/tab.ts +3 -3
- package/lib/routes/jpxgmn/utils.ts +1 -1
- package/lib/routes/jpxgmn/weekly.ts +3 -3
- package/lib/routes/jrj/index.ts +127 -0
- package/lib/routes/jrj/namespace.ts +8 -0
- package/lib/routes/jseea/namespace.ts +1 -0
- package/lib/routes/jsu/namespace.ts +1 -0
- package/lib/routes/juejin/dynamic.ts +114 -0
- package/lib/routes/juejin/namespace.ts +1 -0
- package/lib/routes/jump/discount.ts +1 -1
- package/lib/routes/jump/namespace.ts +1 -0
- package/lib/routes/junhe/legal-updates.ts +98 -0
- package/lib/routes/junhe/namespace.ts +9 -0
- package/lib/routes/kadokawa/blog.ts +134 -0
- package/lib/routes/kadokawa/namespace.ts +9 -0
- package/lib/routes/kadokawa/templates/description.art +21 -0
- package/lib/routes/kakuyomu/namespace.ts +7 -0
- package/lib/routes/kakuyomu/types.ts +6 -0
- package/lib/routes/kakuyomu/works.ts +73 -0
- package/lib/routes/kamen-rider-official/namespace.ts +1 -0
- package/lib/routes/kamen-rider-official/news.ts +1 -1
- package/lib/routes/kantarworldpanel/index.ts +1 -1
- package/lib/routes/kantarworldpanel/namespace.ts +1 -0
- package/lib/routes/kanxue/namespace.ts +7 -0
- package/lib/routes/kanxue/topic.ts +153 -0
- package/lib/routes/kaopu/namespace.ts +7 -0
- package/lib/routes/kaopu/news.ts +51 -0
- package/lib/routes/kbs/namespace.ts +1 -0
- package/lib/routes/kcna/namespace.ts +1 -0
- package/lib/routes/kcna/news.ts +8 -6
- package/lib/routes/kcna/utils.ts +1 -1
- package/lib/routes/ke/namespace.ts +1 -0
- package/lib/routes/keep/namespace.ts +1 -0
- package/lib/routes/keep/user.ts +2 -2
- package/lib/routes/keepass/namespace.ts +1 -0
- package/lib/routes/kelownacapnews/namespace.ts +7 -0
- package/lib/routes/kelownacapnews/news.ts +93 -0
- package/lib/routes/kemono/index.ts +96 -72
- package/lib/routes/kemono/namespace.ts +1 -0
- package/lib/routes/kemono/templates/source.art +24 -0
- package/lib/routes/kepu/live.ts +1 -1
- package/lib/routes/kepu/namespace.ts +1 -0
- package/lib/routes/keylol/index.ts +138 -17
- package/lib/routes/keylol/namespace.ts +1 -0
- package/lib/routes/kimlaw/namespace.ts +1 -0
- package/lib/routes/kisskiss/blog.ts +74 -0
- package/lib/routes/kisskiss/namespace.ts +7 -0
- package/lib/routes/konachan/namespace.ts +8 -0
- package/lib/routes/konachan/post.ts +94 -0
- package/lib/routes/konghq/namespace.ts +1 -0
- package/lib/routes/koreaherald/index.ts +70 -0
- package/lib/routes/koreaherald/namespace.ts +6 -0
- package/lib/routes/kpmg/insights.ts +143 -0
- package/lib/routes/kpmg/namespace.ts +11 -0
- package/lib/routes/kpmg/templates/description.art +11 -0
- package/lib/routes/ktown4u/artist-brandlist.ts +61 -0
- package/lib/routes/ktown4u/namespace.ts +7 -0
- package/lib/routes/kuaidi100/index.ts +2 -2
- package/lib/routes/kuaidi100/namespace.ts +1 -0
- package/lib/routes/kuaishou/namespace.ts +8 -0
- package/lib/routes/kuaishou/profile.ts +92 -0
- package/lib/routes/kunchengblog/namespace.ts +1 -0
- package/lib/routes/kurogames/namespace.ts +8 -0
- package/lib/routes/kurogames/wutheringwaves/news.ts +59 -0
- package/lib/routes/kuwaitlocal/namespace.ts +1 -0
- package/lib/routes/kyodonews/index.ts +6 -4
- package/lib/routes/kyodonews/namespace.ts +1 -0
- package/lib/routes/laimanhua/namespace.ts +1 -0
- package/lib/routes/lala/namespace.ts +1 -0
- package/lib/routes/lala/rss.ts +3 -2
- package/lib/routes/lang/namespace.ts +1 -0
- package/lib/routes/lang/room.ts +2 -2
- package/lib/routes/langchain/index.ts +74 -0
- package/lib/routes/langchain/namespace.ts +7 -0
- package/lib/routes/lanqiao/namespace.ts +1 -0
- package/lib/routes/lanqiao/utils.ts +1 -1
- package/lib/routes/laohu8/namespace.ts +1 -0
- package/lib/routes/laohu8/personal.ts +3 -2
- package/lib/routes/last-origin/namespace.ts +7 -0
- package/lib/routes/last-origin/news.ts +65 -0
- package/lib/routes/latepost/index.ts +1 -1
- package/lib/routes/latepost/namespace.ts +1 -0
- package/lib/routes/layoffs/index.ts +1 -1
- package/lib/routes/layoffs/namespace.ts +1 -0
- package/lib/routes/learnblockchain/namespace.ts +1 -0
- package/lib/routes/learnku/namespace.ts +1 -0
- package/lib/routes/learnku/topic.ts +1 -1
- package/lib/routes/leetcode/articles.ts +19 -21
- package/lib/routes/leetcode/dailyquestion-cn.ts +1 -1
- package/lib/routes/leetcode/dailyquestion-en.ts +1 -1
- package/lib/routes/leetcode/dailyquestion-solution-en.ts +1 -1
- package/lib/routes/leetcode/namespace.ts +1 -0
- package/lib/routes/leiphone/namespace.ts +1 -0
- package/lib/routes/lemmy/index.ts +34 -5
- package/lib/routes/lemmy/namespace.ts +2 -0
- package/lib/routes/lfsyd/namespace.ts +1 -0
- package/lib/routes/lfsyd/utils.ts +1 -1
- package/lib/routes/lhratings/namespace.ts +9 -0
- package/lib/routes/lhratings/research.ts +145 -0
- package/lib/routes/lianxh/index.ts +116 -0
- package/lib/routes/lianxh/namespace.ts +8 -0
- package/lib/routes/lifeweek/namespace.ts +1 -0
- package/lib/routes/lightnovel/namespace.ts +1 -0
- package/lib/routes/line/namespace.ts +1 -0
- package/lib/routes/line/publisher.ts +14 -24
- package/lib/routes/line/today.ts +3 -12
- package/lib/routes/line/utils.ts +4 -3
- package/lib/routes/link3/events.ts +86 -0
- package/lib/routes/link3/namespace.ts +7 -0
- package/lib/routes/link3/profile.ts +143 -0
- package/lib/routes/linkedin/cn/renderer.ts +1 -1
- package/lib/routes/linkedin/cn/utils.ts +1 -1
- package/lib/routes/linkedin/jobs.ts +71 -12
- package/lib/routes/linkedin/namespace.ts +2 -1
- package/lib/routes/linkedin/utils.ts +24 -9
- package/lib/routes/linkresearcher/index.ts +108 -46
- package/lib/routes/linkresearcher/namespace.ts +8 -1
- package/lib/routes/linkresearcher/templates/bilingual.art +7 -0
- package/lib/routes/linkresearcher/types.ts +103 -0
- package/lib/routes/linovelib/namespace.ts +2 -1
- package/lib/routes/linovelib/volume.ts +36 -0
- package/lib/routes/liquipedia/namespace.ts +1 -0
- package/lib/routes/literotica/namespace.ts +1 -0
- package/lib/routes/liulinblog/itnews.ts +1 -1
- package/lib/routes/liulinblog/namespace.ts +1 -0
- package/lib/routes/liveuamap/index.ts +3 -2
- package/lib/routes/liveuamap/namespace.ts +1 -0
- package/lib/routes/lkong/forum.ts +1 -1
- package/lib/routes/lkong/namespace.ts +1 -0
- package/lib/routes/lkong/thread.ts +1 -1
- package/lib/routes/lmu/jobs.ts +96 -0
- package/lib/routes/lmu/namespace.ts +18 -0
- package/lib/routes/lmu/templates/jobPosting.art +11 -0
- package/lib/routes/lofter/collection.ts +87 -0
- package/lib/routes/lofter/namespace.ts +1 -0
- package/lib/routes/lofter/tag.ts +4 -4
- package/lib/routes/lofter/user.ts +9 -7
- package/lib/routes/logclub/index.ts +2 -3
- package/lib/routes/logclub/namespace.ts +1 -0
- package/lib/routes/logclub/report.ts +1 -1
- package/lib/routes/logonews/index.ts +1 -3
- package/lib/routes/logonews/namespace.ts +1 -0
- package/lib/routes/logrocket/index.ts +71 -0
- package/lib/routes/logrocket/namespace.ts +7 -0
- package/lib/routes/loltw/namespace.ts +1 -0
- package/lib/routes/loltw/news.ts +1 -1
- package/lib/routes/loongarch/namespace.ts +7 -0
- package/lib/routes/loongarch/post.ts +59 -0
- package/lib/routes/lorientlejour/index.ts +186 -0
- package/lib/routes/lorientlejour/namespace.ts +8 -0
- package/lib/routes/lorientlejour/templates/description.art +18 -0
- package/lib/routes/lovelive-anime/namespace.ts +2 -1
- package/lib/routes/lovelive-anime/news.ts +57 -27
- package/lib/routes/lovelive-anime/schedules.ts +23 -12
- package/lib/routes/lovelive-anime/templates/description.art +1 -1
- package/lib/routes/lovelive-anime/templates/scheduleDesc.art +0 -1
- package/lib/routes/lovelive-anime/topics.ts +90 -39
- package/lib/routes/lrepacks/index.ts +201 -0
- package/lib/routes/lrepacks/namespace.ts +9 -0
- package/lib/routes/lrepacks/templates/description.art +21 -0
- package/lib/routes/lsnu/namespace.ts +1 -0
- package/lib/routes/luma/index.ts +92 -0
- package/lib/routes/luma/namespace.ts +7 -0
- package/lib/routes/luogu/daily.ts +1 -1
- package/lib/routes/luogu/namespace.ts +1 -0
- package/lib/routes/luogu/user-article.ts +75 -0
- package/lib/routes/luogu/user-blog.ts +10 -7
- package/lib/routes/luogu/user-feed.ts +9 -10
- package/lib/routes/luogu/utils.ts +17 -0
- package/lib/routes/luolei/index.ts +149 -0
- package/lib/routes/luolei/namespace.ts +9 -0
- package/lib/routes/luolei/templates/description.art +19 -0
- package/lib/routes/luxiangdong/namespace.ts +1 -0
- package/lib/routes/lvv2/namespace.ts +1 -0
- package/lib/routes/lvv2/news.ts +1 -1
- package/lib/routes/lvv2/top.ts +1 -1
- package/lib/routes/lxixsxa/discography.ts +1 -1
- package/lib/routes/lxixsxa/information.ts +1 -1
- package/lib/routes/lxixsxa/jsonp-helper.ts +1 -1
- package/lib/routes/lxixsxa/namespace.ts +1 -0
- package/lib/routes/m-78/namespace.ts +7 -0
- package/lib/routes/m-78/news.ts +115 -0
- package/lib/routes/m-78/types.ts +13 -0
- package/lib/routes/m4/index.ts +3 -2
- package/lib/routes/m4/namespace.ts +1 -0
- package/lib/routes/maccms/index.ts +72 -0
- package/lib/routes/maccms/namespace.ts +10 -0
- package/lib/routes/maccms/templates/vod.art +12 -0
- package/lib/routes/maccms/type.ts +102 -0
- package/lib/routes/macfilos/blog.ts +1 -1
- package/lib/routes/macfilos/namespace.ts +1 -0
- package/lib/routes/macmenubar/namespace.ts +1 -0
- package/lib/routes/macupdate/app.ts +3 -7
- package/lib/routes/macupdate/namespace.ts +1 -0
- package/lib/routes/magazinelib/latest-magazine.ts +1 -1
- package/lib/routes/magazinelib/namespace.ts +1 -0
- package/lib/routes/magnumphotos/magazine.ts +64 -0
- package/lib/routes/magnumphotos/namespace.ts +7 -0
- package/lib/routes/mail/imap.ts +2 -1
- package/lib/routes/mail/namespace.ts +1 -0
- package/lib/routes/malaysiakini/index.ts +179 -0
- package/lib/routes/malaysiakini/namespace.ts +12 -0
- package/lib/routes/mangadex/namespace.ts +2 -1
- package/lib/routes/manhuagui/comic.ts +1 -1
- package/lib/routes/manhuagui/namespace.ts +1 -0
- package/lib/routes/manhuagui/subscribe.ts +5 -4
- package/lib/routes/manyvids/namespace.ts +8 -0
- package/lib/routes/manyvids/templates/video.art +3 -0
- package/lib/routes/manyvids/types.ts +89 -0
- package/lib/routes/manyvids/video.ts +51 -0
- package/lib/routes/mastodon/account-id.ts +29 -5
- package/lib/routes/mastodon/acct.ts +16 -5
- package/lib/routes/mastodon/namespace.ts +3 -2
- package/lib/routes/mastodon/timeline-local.ts +18 -6
- package/lib/routes/mastodon/timeline-remote.ts +18 -6
- package/lib/routes/mastodon/utils.ts +4 -3
- package/lib/routes/matters/author.ts +63 -0
- package/lib/routes/matters/latest.ts +74 -0
- package/lib/routes/matters/namespace.ts +8 -0
- package/lib/routes/matters/tags.ts +85 -0
- package/lib/routes/matters/utils.ts +30 -0
- package/lib/routes/mckinsey/cn/index.ts +14 -10
- package/lib/routes/mckinsey/namespace.ts +1 -0
- package/lib/routes/mcmod/index.ts +105 -0
- package/lib/routes/mcmod/namespace.ts +7 -0
- package/lib/routes/mcmod/templates/mod.art +13 -0
- package/lib/routes/mdpi/journal.ts +1 -1
- package/lib/routes/mdpi/namespace.ts +1 -0
- package/lib/routes/medieval-china/namespace.ts +1 -0
- package/lib/routes/medium/feed.ts +54 -0
- package/lib/routes/medium/following.ts +5 -4
- package/lib/routes/medium/for-you.ts +5 -4
- package/lib/routes/medium/graphql.ts +12 -12
- package/lib/routes/medium/list.ts +6 -4
- package/lib/routes/medium/namespace.ts +1 -0
- package/lib/routes/medium/parse-article.ts +1 -1
- package/lib/routes/medium/tag.ts +5 -4
- package/lib/routes/medsci/index.ts +3 -3
- package/lib/routes/medsci/namespace.ts +1 -0
- package/lib/routes/meishichina/index.ts +1997 -0
- package/lib/routes/meishichina/namespace.ts +9 -0
- package/lib/routes/meituan/namespace.ts +7 -0
- package/lib/routes/meituan/tech.ts +67 -0
- package/lib/routes/metacritic/index.ts +13 -3
- package/lib/routes/metacritic/namespace.ts +1 -0
- package/lib/routes/metacritic/release.ts +2 -1
- package/lib/routes/meteor/namespace.ts +1 -0
- package/lib/routes/meteor/utils.ts +1 -1
- package/lib/routes/metmuseum/namespace.ts +2 -1
- package/lib/routes/metrics.ts +12 -0
- package/lib/routes/mi/crowdfunding.ts +43 -22
- package/lib/routes/mi/namespace.ts +1 -0
- package/lib/routes/mi/templates/crowdfunding.art +28 -0
- package/lib/routes/mi/types.ts +40 -0
- package/lib/routes/mi/utils.ts +80 -0
- package/lib/routes/microsoft/mcr.ts +63 -0
- package/lib/routes/microsoft/namespace.ts +3 -2
- package/lib/routes/mihoyo/bbs/cache.ts +2 -1
- package/lib/routes/mihoyo/bbs/follow-list.ts +1 -1
- package/lib/routes/mihoyo/bbs/img-ranking.ts +4 -4
- package/lib/routes/mihoyo/bbs/official.ts +108 -17
- package/lib/routes/mihoyo/bbs/static-data.ts +7 -0
- package/lib/routes/mihoyo/bbs/timeline.ts +5 -4
- package/lib/routes/mihoyo/bbs/utils.ts +1 -1
- package/lib/routes/mihoyo/namespace.ts +1 -0
- package/lib/routes/mihoyo/templates/official.art +7 -0
- package/lib/routes/mihoyo/ys/news.ts +1 -1
- package/lib/routes/mindmeister/example.ts +1 -1
- package/lib/routes/mindmeister/namespace.ts +1 -0
- package/lib/routes/minecraft/blockedservers.ts +52 -0
- package/lib/routes/minecraft/java-runtime.ts +127 -0
- package/lib/routes/minecraft/namespace.ts +1 -0
- package/lib/routes/minecraft/version.ts +95 -17
- package/lib/routes/mingpao/index.ts +104 -37
- package/lib/routes/mingpao/namespace.ts +2 -1
- package/lib/routes/mingpao/templates/fancybox.art +1 -1
- package/lib/routes/miniflux/entry.ts +2 -1
- package/lib/routes/miniflux/namespace.ts +1 -0
- package/lib/routes/miniflux/subscription.ts +2 -1
- package/lib/routes/mirror/index.ts +3 -2
- package/lib/routes/mirror/namespace.ts +1 -0
- package/lib/routes/mirrormedia/category.ts +101 -0
- package/lib/routes/mirrormedia/index.ts +43 -0
- package/lib/routes/mirrormedia/namespace.ts +7 -0
- package/lib/routes/mirrormedia/utils.ts +19 -0
- package/lib/routes/missav/namespace.ts +1 -0
- package/lib/routes/missav/new.ts +1 -1
- package/lib/routes/missav/templates/preview.art +1 -1
- package/lib/routes/misskey/featured-notes.ts +5 -3
- package/lib/routes/misskey/namespace.ts +1 -0
- package/lib/routes/misskey/templates/note.art +6 -0
- package/lib/routes/misskey/types.ts +111 -0
- package/lib/routes/misskey/user-timeline.ts +71 -0
- package/lib/routes/misskey/utils.ts +96 -12
- package/lib/routes/misskon/namespace.ts +7 -0
- package/lib/routes/misskon/posts.ts +33 -0
- package/lib/routes/misskon/tag.ts +38 -0
- package/lib/routes/misskon/top.ts +67 -0
- package/lib/routes/misskon/utils.ts +41 -0
- package/lib/routes/mittrchina/index.ts +9 -7
- package/lib/routes/mittrchina/namespace.ts +1 -0
- package/lib/routes/miui/community/user.ts +69 -0
- package/lib/routes/miui/firmware/index.ts +55 -0
- package/lib/routes/miui/namespace.ts +1 -0
- package/lib/routes/mixcloud/index.ts +27 -6
- package/lib/routes/mixcloud/namespace.ts +1 -0
- package/lib/routes/mixcloud/queries.ts +934 -186
- package/lib/routes/modb/namespace.ts +1 -0
- package/lib/routes/modb/topic.ts +5 -6
- package/lib/routes/modelscope/community.ts +1 -1
- package/lib/routes/modelscope/datasets.ts +1 -1
- package/lib/routes/modelscope/namespace.ts +1 -0
- package/lib/routes/modelscope/studios.ts +1 -1
- package/lib/routes/modian/namespace.ts +1 -0
- package/lib/routes/modian/zhongchou.ts +20 -20
- package/lib/routes/modrinth/namespace.ts +1 -0
- package/lib/routes/modrinth/versions.ts +40 -33
- package/lib/routes/mohw/namespace.ts +1 -0
- package/lib/routes/moodysmismicrosite/namespace.ts +7 -0
- package/lib/routes/moodysmismicrosite/report.ts +90 -0
- package/lib/routes/mox/index.ts +63 -33
- package/lib/routes/mox/namespace.ts +1 -0
- package/lib/routes/mpaypass/main.ts +1 -1
- package/lib/routes/mpaypass/namespace.ts +1 -0
- package/lib/routes/mrdx/namespace.ts +1 -0
- package/lib/routes/mrm/namespace.ts +1 -0
- package/lib/routes/msn/index.ts +86 -0
- package/lib/routes/msn/namespace.ts +10 -0
- package/lib/routes/mwm/index.ts +86 -0
- package/lib/routes/mwm/namespace.ts +7 -0
- package/lib/routes/my-formosa/index.ts +78 -0
- package/lib/routes/my-formosa/namespace.ts +7 -0
- package/lib/routes/mydrivers/index.ts +1 -1
- package/lib/routes/mydrivers/namespace.ts +1 -0
- package/lib/routes/myfans/namespace.ts +7 -0
- package/lib/routes/myfans/post.ts +64 -0
- package/lib/routes/myfans/templates/post.art +8 -0
- package/lib/routes/myfans/types.ts +104 -0
- package/lib/routes/myfans/utils.ts +39 -0
- package/lib/routes/myfigurecollection/activity.ts +3 -2
- package/lib/routes/myfigurecollection/index.ts +3 -2
- package/lib/routes/myfigurecollection/namespace.ts +1 -0
- package/lib/routes/mygopen/index.ts +1 -1
- package/lib/routes/mygopen/namespace.ts +1 -0
- package/lib/routes/mymusicsheet/namespace.ts +1 -0
- package/lib/routes/mymusicsheet/usersheets.ts +1 -1
- package/lib/routes/mysql/namespace.ts +1 -0
- package/lib/routes/nasa/apod-cn.ts +2 -2
- package/lib/routes/nasa/apod.ts +4 -3
- package/lib/routes/nasa/namespace.ts +2 -1
- package/lib/routes/natgeo/dailyphoto.ts +5 -4
- package/lib/routes/natgeo/dailyselection.ts +17 -2
- package/lib/routes/natgeo/namespace.ts +2 -1
- package/lib/routes/natgeo/natgeo.ts +25 -24
- package/lib/routes/nationalgeographic/latest-stories.ts +2 -2
- package/lib/routes/nationalgeographic/namespace.ts +1 -0
- package/lib/routes/nationalgeographic/templates/stories.art +1 -1
- package/lib/routes/nature/cover.ts +5 -3
- package/lib/routes/nature/highlight.ts +2 -2
- package/lib/routes/nature/namespace.ts +2 -1
- package/lib/routes/nature/research.ts +1 -1
- package/lib/routes/nature/siteindex.ts +28 -14
- package/lib/routes/nature/utils.ts +5 -7
- package/lib/routes/nautil/namespace.ts +1 -0
- package/lib/routes/nautil/topics.ts +2 -2
- package/lib/routes/nbd/daily.ts +1 -1
- package/lib/routes/nbd/namespace.ts +1 -0
- package/lib/routes/nber/all.ts +19 -0
- package/lib/routes/nber/common.ts +52 -0
- package/lib/routes/nber/namespace.ts +2 -0
- package/lib/routes/nber/new.ts +20 -0
- package/lib/routes/ncc-cma/cmdp.ts +290 -33
- package/lib/routes/ncc-cma/namespace.ts +3 -0
- package/lib/routes/ncepu/namespace.ts +1 -0
- package/lib/routes/ncku/csie.ts +83 -0
- package/lib/routes/ncku/namespace.ts +7 -0
- package/lib/routes/ncku/phys.ts +96 -0
- package/lib/routes/ncpssd/namespace.ts +7 -0
- package/lib/routes/ncpssd/newlist.ts +98 -0
- package/lib/routes/ncu/jwc.ts +13 -2
- package/lib/routes/ncu/namespace.ts +1 -0
- package/lib/routes/ncwu/namespace.ts +1 -0
- package/lib/routes/ndss-symposium/namespace.ts +1 -0
- package/lib/routes/neatdownloadmanager/namespace.ts +1 -0
- package/lib/routes/neea/index.ts +47 -19
- package/lib/routes/neea/jlpt.ts +12 -15
- package/lib/routes/neea/namespace.ts +3 -2
- package/lib/routes/nenu/namespace.ts +1 -0
- package/lib/routes/netflav/index.ts +1 -1
- package/lib/routes/netflav/namespace.ts +1 -0
- package/lib/routes/neu/namespace.ts +1 -0
- package/lib/routes/newmuseum/namespace.ts +2 -1
- package/lib/routes/newrank/douyin.ts +3 -2
- package/lib/routes/newrank/namespace.ts +2 -1
- package/lib/routes/newrank/utils.ts +1 -1
- package/lib/routes/newrank/wechat.ts +8 -2
- package/lib/routes/news/namespace.ts +2 -1
- package/lib/routes/news/xhsxw.ts +1 -1
- package/lib/routes/newseed/index.ts +73 -0
- package/lib/routes/newseed/namespace.ts +8 -0
- package/lib/routes/newsmarket/namespace.ts +1 -0
- package/lib/routes/newyorker/namespace.ts +7 -0
- package/lib/routes/newyorker/news.ts +70 -0
- package/lib/routes/newzmz/index.ts +2 -2
- package/lib/routes/newzmz/namespace.ts +1 -0
- package/lib/routes/newzmz/util.ts +2 -2
- package/lib/routes/nextapple/namespace.ts +1 -0
- package/lib/routes/nextjs/blog.ts +63 -0
- package/lib/routes/nextjs/namespace.ts +7 -0
- package/lib/routes/nga/forum.ts +3 -2
- package/lib/routes/nga/namespace.ts +1 -0
- package/lib/routes/ngocn2/namespace.ts +1 -0
- package/lib/routes/nhentai/index.ts +56 -0
- package/lib/routes/nhentai/namespace.ts +2 -0
- package/lib/routes/nhentai/search.ts +1 -6
- package/lib/routes/nhentai/util.ts +11 -10
- package/lib/routes/nhk/namespace.ts +1 -0
- package/lib/routes/nhk/news-web-easy.ts +1 -1
- package/lib/routes/nhk/news.ts +33 -16
- package/lib/routes/niaogebiji/namespace.ts +1 -0
- package/lib/routes/nicovideo/namespace.ts +8 -0
- package/lib/routes/nicovideo/templates/video.art +7 -0
- package/lib/routes/nicovideo/types.ts +54 -0
- package/lib/routes/nicovideo/utils.ts +37 -0
- package/lib/routes/nicovideo/video.ts +47 -0
- package/lib/routes/nielsberglund/index.ts +78 -0
- package/lib/routes/nielsberglund/namespace.ts +7 -0
- package/lib/routes/nifd/namespace.ts +1 -0
- package/lib/routes/nikkei/asia/index.ts +1 -10
- package/lib/routes/nikkei/cn/index.ts +52 -5
- package/lib/routes/nikkei/index.ts +5 -4
- package/lib/routes/nikkei/namespace.ts +2 -1
- package/lib/routes/nikkei/news.ts +10 -18
- package/lib/routes/nintendo/direct.ts +1 -1
- package/lib/routes/nintendo/eshop-cn.ts +2 -1
- package/lib/routes/nintendo/eshop-hk.ts +1 -1
- package/lib/routes/nintendo/eshop-jp.ts +1 -1
- package/lib/routes/nintendo/eshop-us.ts +2 -2
- package/lib/routes/nintendo/namespace.ts +1 -0
- package/lib/routes/nintendo/news-china.ts +2 -1
- package/lib/routes/nintendo/utils.ts +1 -1
- package/lib/routes/nippon/index.ts +4 -1
- package/lib/routes/nippon/namespace.ts +1 -0
- package/lib/routes/njglyy/namespace.ts +1 -0
- package/lib/routes/njit/namespace.ts +1 -0
- package/lib/routes/njnu/namespace.ts +1 -0
- package/lib/routes/nju/jw.ts +4 -2
- package/lib/routes/nju/namespace.ts +1 -0
- package/lib/routes/njucm/namespace.ts +1 -0
- package/lib/routes/njuferret/blog.ts +41 -0
- package/lib/routes/njuferret/namespace.ts +11 -0
- package/lib/routes/njupt/namespace.ts +1 -0
- package/lib/routes/njust/cwc.ts +2 -1
- package/lib/routes/njust/dgxg.ts +2 -1
- package/lib/routes/njust/eoe.ts +2 -1
- package/lib/routes/njust/jwc.ts +2 -1
- package/lib/routes/njust/namespace.ts +1 -0
- package/lib/routes/njxzc/namespace.ts +1 -0
- package/lib/routes/njxzc/utils/index.ts +31 -13
- package/lib/routes/nlc/namespace.ts +1 -0
- package/lib/routes/nlc/read.ts +1 -1
- package/lib/routes/nltimes/namespace.ts +1 -0
- package/lib/routes/nmc/namespace.ts +1 -0
- package/lib/routes/nmc/weatheralarm.ts +3 -3
- package/lib/routes/nmtv/column.ts +3 -3
- package/lib/routes/nmtv/namespace.ts +1 -0
- package/lib/routes/nodejs/blog.ts +18 -18
- package/lib/routes/nodejs/namespace.ts +1 -0
- package/lib/routes/nogizaka46/namespace.ts +1 -0
- package/lib/routes/nosec/index.ts +14 -13
- package/lib/routes/nosec/namespace.ts +1 -0
- package/lib/routes/notateslaapp/namespace.ts +1 -0
- package/lib/routes/notefolio/namespace.ts +1 -0
- package/lib/routes/notefolio/search.ts +43 -6
- package/lib/routes/notion/database.ts +5 -3
- package/lib/routes/notion/namespace.ts +3 -2
- package/lib/routes/notion/release.ts +81 -0
- package/lib/routes/now/namespace.ts +1 -0
- package/lib/routes/now/news.ts +2 -2
- package/lib/routes/nowcoder/namespace.ts +1 -0
- package/lib/routes/npm/namespace.ts +1 -0
- package/lib/routes/npm/package.ts +16 -9
- package/lib/routes/npr/namespace.ts +1 -0
- package/lib/routes/ntdm/namespace.ts +7 -0
- package/lib/routes/ntdm/utils.ts +3 -0
- package/lib/routes/ntdm/video.ts +57 -0
- package/lib/routes/ntdtv/namespace.ts +1 -0
- package/lib/routes/nua/dc.ts +2 -1
- package/lib/routes/nua/lib.ts +2 -1
- package/lib/routes/nua/namespace.ts +1 -0
- package/lib/routes/nuaa/namespace.ts +1 -0
- package/lib/routes/nudt/namespace.ts +7 -0
- package/lib/routes/nudt/yjszs.ts +88 -0
- package/lib/routes/nuist/bulletin.ts +2 -2
- package/lib/routes/nuist/namespace.ts +2 -1
- package/lib/routes/nwafu/namespace.ts +1 -0
- package/lib/routes/nyaa/main.ts +2 -3
- package/lib/routes/nyaa/namespace.ts +11 -0
- package/lib/routes/nymity/censorbib.ts +51 -0
- package/lib/routes/nymity/namespace.ts +7 -0
- package/lib/routes/nytimes/book.ts +25 -28
- package/lib/routes/nytimes/daily-briefing-chinese.ts +5 -5
- package/lib/routes/nytimes/index.ts +16 -9
- package/lib/routes/nytimes/namespace.ts +2 -1
- package/lib/routes/nytimes/rss.ts +57 -0
- package/lib/routes/obsidian/namespace.ts +7 -0
- package/lib/routes/obsidian/plugins.ts +41 -0
- package/lib/routes/obsidian/publish.ts +83 -0
- package/lib/routes/obsidian/utils.ts +8 -0
- package/lib/routes/oceanengine/arithmetic-index.ts +5 -4
- package/lib/routes/oceanengine/namespace.ts +1 -0
- package/lib/routes/oct0pu5/namespace.ts +11 -0
- package/lib/routes/oct0pu5/rss.ts +48 -0
- package/lib/routes/odaily/activity.ts +7 -2
- package/lib/routes/odaily/namespace.ts +1 -0
- package/lib/routes/odaily/newsflash.ts +1 -1
- package/lib/routes/odaily/post.ts +1 -1
- package/lib/routes/odaily/search-news.ts +1 -1
- package/lib/routes/odaily/user.ts +7 -2
- package/lib/routes/oeeee/app/channel.ts +1 -1
- package/lib/routes/oeeee/app/reporter.ts +1 -1
- package/lib/routes/oeeee/namespace.ts +1 -0
- package/lib/routes/oeeee/web.ts +1 -1
- package/lib/routes/oilchem/namespace.ts +1 -0
- package/lib/routes/olevod/namespace.ts +7 -0
- package/lib/routes/olevod/vod.ts +49 -0
- package/lib/routes/olevod/vodlist.ts +48 -0
- package/lib/routes/ollama/blog.ts +39 -0
- package/lib/routes/ollama/models.ts +42 -0
- package/lib/routes/ollama/namespace.ts +7 -0
- package/lib/routes/oncc/index.ts +1 -1
- package/lib/routes/oncc/money18.ts +1 -1
- package/lib/routes/oncc/namespace.ts +1 -0
- package/lib/routes/oncc/templates/article.art +1 -1
- package/lib/routes/onehu/namespace.ts +1 -0
- package/lib/routes/onet/namespace.ts +1 -0
- package/lib/routes/onet/news.ts +1 -1
- package/lib/routes/onet/utils.ts +1 -1
- package/lib/routes/oo-software/namespace.ts +1 -0
- package/lib/routes/openai/blog.ts +1 -1
- package/lib/routes/openai/chatgpt.ts +1 -1
- package/lib/routes/openai/common.ts +2 -2
- package/lib/routes/openai/cookbook.ts +77 -0
- package/lib/routes/openai/namespace.ts +1 -0
- package/lib/routes/openai/research.ts +1 -1
- package/lib/routes/openrice/chart.ts +68 -0
- package/lib/routes/openrice/namespace.ts +9 -0
- package/lib/routes/openrice/offers.ts +80 -0
- package/lib/routes/openrice/promos.ts +74 -0
- package/lib/routes/openrice/templates/chart.art +9 -0
- package/lib/routes/openrice/templates/description.art +4 -0
- package/lib/routes/openrice/voting.ts +84 -0
- package/lib/routes/openwrt/namespace.ts +2 -1
- package/lib/routes/orcid/index.ts +1 -1
- package/lib/routes/orcid/namespace.ts +1 -0
- package/lib/routes/oreno3d/main.ts +1 -1
- package/lib/routes/oreno3d/namespace.ts +2 -1
- package/lib/routes/oschina/column.ts +246 -0
- package/lib/routes/oschina/namespace.ts +2 -0
- package/lib/routes/oschina/news.ts +32 -9
- package/lib/routes/oschina/templates/description.art +7 -0
- package/lib/routes/oschina/user.ts +1 -1
- package/lib/routes/oshwhub/explore.ts +1 -1
- package/lib/routes/oshwhub/namespace.ts +1 -0
- package/lib/routes/osu/beatmaps/latest-ranked.ts +313 -0
- package/lib/routes/osu/beatmaps/templates/beatmapset.art +37 -0
- package/lib/routes/osu/namespace.ts +1 -0
- package/lib/routes/otobanana/cast.ts +5 -5
- package/lib/routes/otobanana/livestream.ts +5 -5
- package/lib/routes/otobanana/namespace.ts +1 -0
- package/lib/routes/otobanana/timeline.ts +5 -5
- package/lib/routes/otobanana/utils.ts +1 -1
- package/lib/routes/ouc/hqsz.ts +90 -0
- package/lib/routes/ouc/jwgl.ts +2 -2
- package/lib/routes/ouc/namespace.ts +1 -0
- package/lib/routes/oup/index.ts +21 -20
- package/lib/routes/oup/namespace.ts +1 -0
- package/lib/routes/oup/templates/article.art +0 -4
- package/lib/routes/outagereport/namespace.ts +1 -0
- package/lib/routes/p-articles/contributors.ts +53 -0
- package/lib/routes/p-articles/namespace.ts +14 -0
- package/lib/routes/p-articles/section.ts +60 -0
- package/lib/routes/p-articles/utils.ts +21 -0
- package/lib/routes/pacilution/latest.ts +102 -0
- package/lib/routes/pacilution/namespace.ts +6 -0
- package/lib/routes/panewslab/author.ts +1 -1
- package/lib/routes/panewslab/namespace.ts +1 -0
- package/lib/routes/panewslab/news.ts +2 -12
- package/lib/routes/panewslab/profundity.ts +83 -0
- package/lib/routes/panewslab/topic.ts +1 -1
- package/lib/routes/papers/index.ts +110 -61
- package/lib/routes/papers/namespace.ts +3 -0
- package/lib/routes/papers/query.ts +112 -0
- package/lib/routes/papers/templates/description.art +4 -0
- package/lib/routes/paradigm/namespace.ts +1 -0
- package/lib/routes/parliament/namespace.ts +1 -0
- package/lib/routes/parliament.uk/commonslibrary.ts +55 -0
- package/lib/routes/parliament.uk/lordslibrary.ts +55 -0
- package/lib/routes/parliament.uk/namespace.ts +9 -0
- package/lib/routes/parliament.uk/petitions.ts +191 -0
- package/lib/routes/parliament.uk/templates/description.art +7 -0
- package/lib/routes/patagonia/namespace.ts +1 -0
- package/lib/routes/patagonia/new-arrivals.ts +1 -1
- package/lib/routes/patreon/feed.ts +126 -0
- package/lib/routes/patreon/namespace.ts +7 -0
- package/lib/routes/patreon/templates/description.art +39 -0
- package/lib/routes/patreon/types.ts +387 -0
- package/lib/routes/paulgraham/namespace.ts +1 -0
- package/lib/routes/pconline/focus.ts +143 -0
- package/lib/routes/pconline/namespace.ts +11 -0
- package/lib/routes/penguin-random-house/namespace.ts +1 -0
- package/lib/routes/penguin-random-house/utils.ts +1 -1
- package/lib/routes/people/index.ts +10 -3
- package/lib/routes/people/namespace.ts +1 -0
- package/lib/routes/peopo/namespace.ts +1 -0
- package/lib/routes/phoronix/index.ts +2 -2
- package/lib/routes/phoronix/namespace.ts +1 -0
- package/lib/routes/pianyivps/namespace.ts +1 -0
- package/lib/routes/pianyuan/namespace.ts +1 -0
- package/lib/routes/pianyuan/utils.ts +3 -2
- package/lib/routes/picnob/namespace.ts +2 -4
- package/lib/routes/picnob/templates/desc.art +10 -3
- package/lib/routes/picnob/user.ts +77 -38
- package/lib/routes/picuki/namespace.ts +2 -4
- package/lib/routes/picuki/profile.ts +64 -49
- package/lib/routes/pikabu/namespace.ts +1 -0
- package/lib/routes/pikabu/templates/video.art +1 -1
- package/lib/routes/pikabu/utils.ts +1 -1
- package/lib/routes/pincong/namespace.ts +1 -0
- package/lib/routes/pingwest/namespace.ts +1 -0
- package/lib/routes/pingwest/status.ts +1 -1
- package/lib/routes/pingwest/tag.ts +3 -3
- package/lib/routes/pingwest/user.ts +1 -1
- package/lib/routes/pinterest/namespace.ts +7 -0
- package/lib/routes/pinterest/types.ts +330 -0
- package/lib/routes/pinterest/user.ts +104 -0
- package/lib/routes/pixabay/namespace.ts +1 -0
- package/lib/routes/pixabay/search.ts +15 -4
- package/lib/routes/pixiv/api/get-illust-detail.ts +22 -0
- package/lib/routes/pixiv/bookmarks.ts +4 -3
- package/lib/routes/pixiv/illustfollow.ts +7 -5
- package/lib/routes/pixiv/namespace.ts +1 -0
- package/lib/routes/pixiv/novel-api/content/nsfw.ts +73 -0
- package/lib/routes/pixiv/novel-api/content/sfw.ts +63 -0
- package/lib/routes/pixiv/novel-api/content/types.ts +254 -0
- package/lib/routes/pixiv/novel-api/content/utils.ts +133 -0
- package/lib/routes/pixiv/novel-api/series/nsfw.ts +84 -0
- package/lib/routes/pixiv/novel-api/series/sfw.ts +70 -0
- package/lib/routes/pixiv/novel-api/series/types.ts +94 -0
- package/lib/routes/pixiv/novel-api/user-novels/nsfw.ts +82 -0
- package/lib/routes/pixiv/novel-api/user-novels/sfw.ts +74 -0
- package/lib/routes/pixiv/novel-api/user-novels/types.ts +133 -0
- package/lib/routes/pixiv/novel-series.ts +52 -0
- package/lib/routes/pixiv/novels.ts +69 -44
- package/lib/routes/pixiv/ranking.ts +79 -14
- package/lib/routes/pixiv/search.ts +63 -11
- package/lib/routes/pixiv/token.ts +14 -21
- package/lib/routes/pixiv/user.ts +7 -4
- package/lib/routes/pixiv/utils.ts +6 -3
- package/lib/routes/pixivision/index.ts +85 -0
- package/lib/routes/pixivision/namespace.ts +7 -0
- package/lib/routes/pixivision/utils.ts +86 -0
- package/lib/routes/piyao/namespace.ts +1 -0
- package/lib/routes/pkmer/namespace.ts +1 -0
- package/lib/routes/pku/bbs/hot.ts +3 -3
- package/lib/routes/pku/hr.ts +2 -2
- package/lib/routes/pku/namespace.ts +1 -0
- package/lib/routes/playno1/av.ts +1 -1
- package/lib/routes/playno1/namespace.ts +1 -0
- package/lib/routes/playpcesor/namespace.ts +1 -0
- package/lib/routes/playpcesor/rss.ts +3 -2
- package/lib/routes/plurk/anonymous.ts +1 -1
- package/lib/routes/plurk/hotlinks.ts +1 -1
- package/lib/routes/plurk/namespace.ts +1 -0
- package/lib/routes/plurk/news.ts +1 -1
- package/lib/routes/plurk/search.ts +1 -1
- package/lib/routes/plurk/top.ts +5 -3
- package/lib/routes/plurk/topic.ts +3 -2
- package/lib/routes/plurk/user.ts +3 -2
- package/lib/routes/pnas/index.ts +1 -1
- package/lib/routes/pnas/namespace.ts +1 -0
- package/lib/routes/podwise/collections.ts +47 -0
- package/lib/routes/podwise/episodes.ts +119 -0
- package/lib/routes/podwise/namespace.ts +10 -0
- package/lib/routes/pornhub/category-url.ts +3 -2
- package/lib/routes/pornhub/category.ts +3 -2
- package/lib/routes/pornhub/model.ts +10 -10
- package/lib/routes/pornhub/namespace.ts +1 -0
- package/lib/routes/pornhub/pornstar.ts +71 -22
- package/lib/routes/pornhub/search.ts +3 -2
- package/lib/routes/pornhub/templates/description.art +1 -1
- package/lib/routes/pornhub/users.ts +7 -8
- package/lib/routes/pornhub/utils.ts +2 -2
- package/lib/routes/postman/namespace.ts +1 -0
- package/lib/routes/priconne-redive/namespace.ts +1 -0
- package/lib/routes/priconne-redive/news.ts +150 -49
- package/lib/routes/producthunt/namespace.ts +1 -0
- package/lib/routes/producthunt/today.ts +1 -1
- package/lib/routes/ps/monthly-games.ts +8 -7
- package/lib/routes/ps/namespace.ts +1 -0
- package/lib/routes/psyche/namespace.ts +7 -0
- package/lib/routes/psyche/templates/essay.art +3 -0
- package/lib/routes/psyche/templates/video.art +10 -0
- package/lib/routes/psyche/topic.ts +46 -0
- package/lib/routes/psyche/type.ts +53 -0
- package/lib/routes/psyche/utils.ts +107 -0
- package/lib/routes/pts/curations.ts +1 -1
- package/lib/routes/pts/index.ts +2 -2
- package/lib/routes/pts/live.ts +1 -1
- package/lib/routes/pts/namespace.ts +1 -0
- package/lib/routes/pts/projects.ts +1 -1
- package/lib/routes/pubmed/namespace.ts +1 -0
- package/lib/routes/pubmed/trending.ts +1 -1
- package/lib/routes/pubscholar/explore.ts +62 -0
- package/lib/routes/pubscholar/namespace.ts +8 -0
- package/lib/routes/pubscholar/types.ts +41 -0
- package/lib/routes/pubscholar/utils.ts +44 -0
- package/lib/routes/pumc/namespace.ts +1 -0
- package/lib/routes/putty/namespace.ts +1 -0
- package/lib/routes/pwc/namespace.ts +1 -0
- package/lib/routes/pwc/sustainability.ts +53 -49
- package/lib/routes/qbitai/category.ts +26 -12
- package/lib/routes/qbitai/namespace.ts +1 -0
- package/lib/routes/qbitai/tag.ts +1 -1
- package/lib/routes/qbittorrent/namespace.ts +1 -0
- package/lib/routes/qbittorrent/news.ts +3 -6
- package/lib/routes/qdu/namespace.ts +1 -0
- package/lib/routes/qianp/namespace.ts +1 -0
- package/lib/routes/qianzhan/namespace.ts +1 -0
- package/lib/routes/qiche365/namespace.ts +6 -0
- package/lib/routes/qiche365/recall.ts +53 -0
- package/lib/routes/qidian/author.ts +1 -1
- package/lib/routes/qidian/chapter.ts +4 -3
- package/lib/routes/qidian/namespace.ts +2 -1
- package/lib/routes/qingting/channel.ts +9 -9
- package/lib/routes/qingting/namespace.ts +1 -0
- package/lib/routes/qingting/podcast.ts +64 -52
- package/lib/routes/qipamaijia/index.ts +1 -1
- package/lib/routes/qipamaijia/namespace.ts +1 -0
- package/lib/routes/qiyoujiage/namespace.ts +1 -0
- package/lib/routes/qlu/namespace.ts +1 -0
- package/lib/routes/qm120/namespace.ts +1 -0
- package/lib/routes/qoo-app/apps/comment.ts +1 -1
- package/lib/routes/qoo-app/namespace.ts +1 -0
- package/lib/routes/qoo-app/notes/note.ts +1 -1
- package/lib/routes/qoo-app/user/app-comment.ts +1 -1
- package/lib/routes/qq/ac/rank.ts +2 -2
- package/lib/routes/qq/ac/utils.ts +1 -1
- package/lib/routes/qq/cfhd/index.ts +140 -0
- package/lib/routes/qq/fact/index.ts +1 -1
- package/lib/routes/qq/lol/news.ts +206 -0
- package/lib/routes/qq/namespace.ts +5 -2
- package/lib/routes/qq/pd/guild.ts +146 -0
- package/lib/routes/qq/pd/types.ts +82 -0
- package/lib/routes/qq/pd/utils.ts +119 -0
- package/lib/routes/qq/weread/category.ts +120 -0
- package/lib/routes/qq88/namespace.ts +1 -0
- package/lib/routes/qqorw/namespace.ts +1 -0
- package/lib/routes/qstheory/index.ts +121 -0
- package/lib/routes/qstheory/magazine.ts +64 -0
- package/lib/routes/qstheory/namespace.ts +7 -0
- package/lib/routes/qstheory/utils.ts +25 -0
- package/lib/routes/questmobile/namespace.ts +1 -0
- package/lib/routes/questmobile/report.ts +4 -4
- package/lib/routes/questn/community.ts +76 -0
- package/lib/routes/questn/events.ts +101 -0
- package/lib/routes/questn/namespace.ts +7 -0
- package/lib/routes/questn/util.ts +16 -0
- package/lib/routes/quicker/namespace.ts +1 -0
- package/lib/routes/qust/namespace.ts +1 -0
- package/lib/routes/qweather/3days.ts +7 -5
- package/lib/routes/qweather/namespace.ts +1 -0
- package/lib/routes/qweather/now.ts +13 -10
- package/lib/routes/qztc/home/index.ts +100 -0
- package/lib/routes/qztc/jwc/index.ts +120 -0
- package/lib/routes/qztc/namespace.ts +7 -0
- package/lib/routes/qztc/sjxy/index.ts +120 -0
- package/lib/routes/radio/album.ts +36 -52
- package/lib/routes/radio/index.ts +3 -3
- package/lib/routes/radio/namespace.ts +1 -0
- package/lib/routes/radio/zhibo.ts +12 -5
- package/lib/routes/radio-canada/latest.ts +1 -1
- package/lib/routes/radio-canada/namespace.ts +1 -0
- package/lib/routes/rarehistoricalphotos/namespace.ts +1 -0
- package/lib/routes/rattibha/namespace.ts +1 -0
- package/lib/routes/rawkuma/manga.ts +1 -1
- package/lib/routes/rawkuma/namespace.ts +1 -0
- package/lib/routes/raycast/changelog.ts +54 -0
- package/lib/routes/raycast/namespace.ts +8 -0
- package/lib/routes/react/blog.ts +57 -0
- package/lib/routes/react/namespace.ts +7 -0
- package/lib/routes/reactiflux/namespace.ts +1 -0
- package/lib/routes/reactnewsletter/namespace.ts +1 -0
- package/lib/routes/readhub/daily.ts +1 -1
- package/lib/routes/readhub/index.ts +2 -2
- package/lib/routes/readhub/namespace.ts +1 -0
- package/lib/routes/readhub/util.ts +2 -2
- package/lib/routes/readwise/list.ts +152 -0
- package/lib/routes/readwise/namespace.ts +7 -0
- package/lib/routes/rebase/geekdaily.ts +35 -0
- package/lib/routes/rebase/namespace.ts +7 -0
- package/lib/routes/remnote/namespace.ts +1 -0
- package/lib/routes/researchgate/namespace.ts +1 -0
- package/lib/routes/resonac/namespace.ts +7 -0
- package/lib/routes/resonac/products.ts +85 -0
- package/lib/routes/reuters/common.ts +183 -128
- package/lib/routes/reuters/investigates.ts +3 -2
- package/lib/routes/reuters/namespace.ts +3 -2
- package/lib/routes/rfa/namespace.ts +1 -0
- package/lib/routes/rfi/namespace.ts +1 -0
- package/lib/routes/right/namespace.ts +1 -0
- package/lib/routes/rodong/namespace.ts +1 -0
- package/lib/routes/routledge/book-series.ts +1 -1
- package/lib/routes/routledge/namespace.ts +1 -0
- package/lib/routes/rsc/journal.ts +3 -3
- package/lib/routes/rsc/namespace.ts +1 -0
- package/lib/routes/rss3/index.ts +162 -0
- package/lib/routes/rss3/interfaces/metadata.ts +67 -0
- package/lib/routes/rss3/namespace.ts +8 -0
- package/lib/routes/rsshub/namespace.ts +1 -0
- package/lib/routes/rsshub/routes.ts +37 -23
- package/lib/routes/rsshub/transform/html.ts +115 -75
- package/lib/routes/rsshub/transform/json.ts +17 -10
- package/lib/routes/rsshub/transform/sitemap.ts +2 -1
- package/lib/routes/ruancan/namespace.ts +1 -0
- package/lib/routes/ruancan/utils.ts +2 -1
- package/lib/routes/ruankao/namespace.ts +6 -0
- package/lib/routes/ruankao/news.ts +90 -0
- package/lib/routes/ruc/ai.ts +87 -0
- package/lib/routes/ruc/hr.ts +2 -2
- package/lib/routes/ruc/namespace.ts +6 -2
- package/lib/routes/runtrail/namespace.ts +1 -0
- package/lib/routes/rustcc/namespace.ts +1 -0
- package/lib/routes/sakurazaka46/namespace.ts +1 -0
- package/lib/routes/samd/namespace.ts +7 -0
- package/lib/routes/samd/news.ts +74 -0
- package/lib/routes/samsung/namespace.ts +1 -0
- package/lib/routes/sara/index.ts +66 -0
- package/lib/routes/sara/namespace.ts +7 -0
- package/lib/routes/saraba1st/digest.ts +1 -1
- package/lib/routes/saraba1st/namespace.ts +1 -0
- package/lib/routes/sass/namespace.ts +1 -0
- package/lib/routes/scau/namespace.ts +1 -0
- package/lib/routes/science/blogs.ts +8 -2
- package/lib/routes/science/cover.ts +1 -1
- package/lib/routes/science/namespace.ts +1 -0
- package/lib/routes/science/utils.ts +1 -1
- package/lib/routes/sciencedirect/call-for-paper.ts +80 -0
- package/lib/routes/sciencedirect/cf-email.ts +0 -1
- package/lib/routes/sciencedirect/namespace.ts +1 -0
- package/lib/routes/sciencedirect/templates/description.art +5 -0
- package/lib/routes/sciencenet/namespace.ts +1 -0
- package/lib/routes/sciencenet/user.ts +3 -1
- package/lib/routes/scmp/coronavirus.ts +1 -1
- package/lib/routes/scmp/index.ts +2 -2
- package/lib/routes/scmp/namespace.ts +1 -0
- package/lib/routes/scmp/utils.ts +2 -2
- package/lib/routes/scnu/namespace.ts +1 -0
- package/lib/routes/sctv/namespace.ts +1 -0
- package/lib/routes/sctv/programme.ts +3 -3
- package/lib/routes/scu/jwc/tzgg.ts +75 -0
- package/lib/routes/scu/namespace.ts +7 -0
- package/lib/routes/scu/scupi/_utils.ts +62 -0
- package/lib/routes/scu/scupi/notice.ts +41 -0
- package/lib/routes/scut/gzic/media.ts +71 -0
- package/lib/routes/scut/gzic/news.ts +65 -0
- package/lib/routes/scut/gzic/notice.ts +88 -0
- package/lib/routes/scut/namespace.ts +1 -0
- package/lib/routes/scut/seie/news-ccenter.ts +1 -1
- package/lib/routes/scvtc/namespace.ts +1 -0
- package/lib/routes/sdu/cs/index.ts +114 -0
- package/lib/routes/sdu/cs/yjsgz.ts +85 -0
- package/lib/routes/sdu/data.ts +2 -2
- package/lib/routes/sdu/extractor/index.ts +2 -1
- package/lib/routes/sdu/extractor/sdrj.ts +2 -1
- package/lib/routes/sdu/extractor/view.ts +2 -1
- package/lib/routes/sdu/extractor/wh/jwc.ts +2 -1
- package/lib/routes/sdu/extractor/wh/news.ts +2 -1
- package/lib/routes/sdu/gjsw.ts +80 -0
- package/lib/routes/sdu/namespace.ts +3 -2
- package/lib/routes/sdu/qd/xszxqd.ts +98 -0
- package/lib/routes/sdu/qd/xyb.ts +82 -0
- package/lib/routes/sdu/ygb.ts +90 -0
- package/lib/routes/sdust/namespace.ts +1 -0
- package/lib/routes/sdzk/index.ts +2 -2
- package/lib/routes/sdzk/namespace.ts +1 -0
- package/lib/routes/sec-in/namespace.ts +1 -0
- package/lib/routes/sec-wiki/namespace.ts +1 -0
- package/lib/routes/secrss/namespace.ts +1 -0
- package/lib/routes/seekingalpha/index.ts +60 -25
- package/lib/routes/seekingalpha/namespace.ts +1 -0
- package/lib/routes/seekingalpha/templates/summary.art +4 -0
- package/lib/routes/sega/namespace.ts +1 -0
- package/lib/routes/segmentfault/namespace.ts +1 -0
- package/lib/routes/segmentfault/user.ts +3 -3
- package/lib/routes/segmentfault/utils.ts +23 -27
- package/lib/routes/sehuatang/index.ts +33 -18
- package/lib/routes/sehuatang/namespace.ts +1 -0
- package/lib/routes/sehuatang/user.ts +2 -1
- package/lib/routes/sensortower/blog.ts +1 -1
- package/lib/routes/sensortower/namespace.ts +1 -0
- package/lib/routes/setn/namespace.ts +1 -0
- package/lib/routes/seu/namespace.ts +1 -0
- package/lib/routes/sfacg/namespace.ts +1 -0
- package/lib/routes/shcstheatre/namespace.ts +1 -0
- package/lib/routes/shcstheatre/programs.ts +1 -1
- package/lib/routes/shiep/config.ts +4 -10
- package/lib/routes/shiep/index.ts +13 -12
- package/lib/routes/shiep/namespace.ts +1 -0
- package/lib/routes/shisu/en.ts +75 -0
- package/lib/routes/shisu/namespace.ts +2 -1
- package/lib/routes/shisu/news.ts +12 -12
- package/lib/routes/shmeea/index.ts +4 -4
- package/lib/routes/shmeea/namespace.ts +1 -0
- package/lib/routes/shmtu/namespace.ts +1 -0
- package/lib/routes/shmtu/portal.ts +1 -1
- package/lib/routes/shoac/namespace.ts +1 -0
- package/lib/routes/shoac/recent-show.ts +1 -1
- package/lib/routes/shopback/namespace.ts +1 -0
- package/lib/routes/shopify/apps/[handle].reviews.ts +78 -0
- package/lib/routes/shopify/apps/const.ts +1 -0
- package/lib/routes/shopify/apps/search.ts +82 -0
- package/lib/routes/shopify/namespace.ts +7 -0
- package/lib/routes/shoppingdesign/namespace.ts +1 -0
- package/lib/routes/showstart/artist.ts +6 -5
- package/lib/routes/showstart/brand.ts +6 -5
- package/lib/routes/showstart/event.ts +9 -8
- package/lib/routes/showstart/namespace.ts +1 -0
- package/lib/routes/showstart/search.ts +43 -9
- package/lib/routes/showstart/service.ts +81 -53
- package/lib/routes/showstart/site.ts +41 -0
- package/lib/routes/showstart/utils.ts +9 -8
- package/lib/routes/shu/global.ts +95 -0
- package/lib/routes/shu/gs.ts +107 -0
- package/lib/routes/shu/index.ts +59 -41
- package/lib/routes/shu/jwb.ts +8 -7
- package/lib/routes/shu/namespace.ts +3 -1
- package/lib/routes/shu/society.ts +62 -0
- package/lib/routes/shu/xykd.ts +99 -0
- package/lib/routes/shuiguopai/index.ts +1 -1
- package/lib/routes/shuiguopai/namespace.ts +1 -0
- package/lib/routes/sicau/jiaowu.ts +77 -0
- package/lib/routes/sicau/jk.ts +210 -0
- package/lib/routes/sicau/namespace.ts +2 -1
- package/lib/routes/sigsac/ccs.ts +16 -22
- package/lib/routes/sigsac/namespace.ts +1 -0
- package/lib/routes/simpleinfo/index.ts +2 -2
- package/lib/routes/simpleinfo/namespace.ts +1 -0
- package/lib/routes/sina/namespace.ts +1 -0
- package/lib/routes/sina/sports.ts +4 -1
- package/lib/routes/sina/templates/video.art +1 -1
- package/lib/routes/sina/utils.ts +1 -1
- package/lib/routes/sinchew/index.ts +1 -1
- package/lib/routes/sinchew/namespace.ts +1 -0
- package/lib/routes/sis001/author.ts +55 -0
- package/lib/routes/sis001/common.ts +73 -0
- package/lib/routes/sis001/forum.ts +10 -35
- package/lib/routes/sis001/namespace.ts +4 -0
- package/lib/routes/sjtu/jwc.ts +22 -15
- package/lib/routes/sjtu/namespace.ts +2 -1
- package/lib/routes/sjtu/seiee/index.ts +97 -0
- package/lib/routes/sjtu/seiee/utils.ts +1 -1
- package/lib/routes/sjtu/tongqu/activity.ts +1 -1
- package/lib/routes/sjtu/yzb/zkxx.ts +36 -16
- package/lib/routes/skeb/following-creators.ts +52 -0
- package/lib/routes/skeb/following-works.ts +52 -0
- package/lib/routes/skeb/friend-works.ts +52 -0
- package/lib/routes/skeb/index.ts +131 -0
- package/lib/routes/skeb/namespace.ts +7 -0
- package/lib/routes/skeb/search.ts +77 -0
- package/lib/routes/skeb/templates/creator.art +8 -0
- package/lib/routes/skeb/templates/work.art +10 -0
- package/lib/routes/skeb/utils.ts +155 -0
- package/lib/routes/skeb/works.ts +88 -0
- package/lib/routes/skebetter/illust.ts +83 -0
- package/lib/routes/skebetter/index.ts +83 -0
- package/lib/routes/skebetter/manga.ts +65 -0
- package/lib/routes/skebetter/namespace.ts +7 -0
- package/lib/routes/skebetter/utils.ts +72 -0
- package/lib/routes/sketis/isabelle-dev/blog/index.ts +77 -0
- package/lib/routes/sketis/namespace.ts +7 -0
- package/lib/routes/skysports/namespace.ts +1 -0
- package/lib/routes/slowmist/namespace.ts +1 -0
- package/lib/routes/slowmist/slowmist.ts +1 -1
- package/lib/routes/smashingmagazine/namespace.ts +1 -0
- package/lib/routes/smzdm/article.ts +2 -2
- package/lib/routes/smzdm/haowen.ts +35 -19
- package/lib/routes/smzdm/keyword.ts +3 -2
- package/lib/routes/smzdm/namespace.ts +2 -1
- package/lib/routes/smzdm/product.ts +85 -0
- package/lib/routes/smzdm/ranking.ts +180 -46
- package/lib/routes/snowpeak/namespace.ts +1 -0
- package/lib/routes/snowpeak/us-new-arrivals.ts +1 -1
- package/lib/routes/sobooks/namespace.ts +1 -0
- package/lib/routes/sobooks/utils.ts +2 -1
- package/lib/routes/sogou/namespace.ts +1 -0
- package/lib/routes/sogou/search.ts +5 -5
- package/lib/routes/sohu/mp.ts +201 -64
- package/lib/routes/sohu/namespace.ts +1 -0
- package/lib/routes/solidot/main.ts +30 -13
- package/lib/routes/solidot/namespace.ts +1 -0
- package/lib/routes/sony/downloads.ts +2 -2
- package/lib/routes/sony/namespace.ts +1 -0
- package/lib/routes/sorrycc/index.ts +85 -0
- package/lib/routes/sorrycc/namespace.ts +7 -0
- package/lib/routes/sorrycc/types.ts +13 -0
- package/lib/routes/soundofhope/namespace.ts +1 -0
- package/lib/routes/soundon/namespace.ts +7 -0
- package/lib/routes/soundon/podcast.ts +80 -0
- package/lib/routes/soundon/types.ts +67 -0
- package/lib/routes/sourceforge/namespace.ts +1 -0
- package/lib/routes/southcn/namespace.ts +1 -0
- package/lib/routes/southcn/nfapp/column.ts +3 -3
- package/lib/routes/southcn/nfapp/reporter.ts +1 -1
- package/lib/routes/spankbang/namespace.ts +7 -0
- package/lib/routes/spankbang/new-videos.ts +90 -0
- package/lib/routes/spankbang/templates/video.art +7 -0
- package/lib/routes/spglobal/namespace.ts +7 -0
- package/lib/routes/spglobal/ratings.ts +64 -0
- package/lib/routes/spotify/artist.ts +16 -18
- package/lib/routes/spotify/artists-top.ts +7 -8
- package/lib/routes/spotify/namespace.ts +1 -0
- package/lib/routes/spotify/playlist.ts +10 -10
- package/lib/routes/spotify/saved.ts +7 -8
- package/lib/routes/spotify/show.ts +13 -13
- package/lib/routes/spotify/tracks-top.ts +7 -8
- package/lib/routes/spotify/utils.ts +25 -24
- package/lib/routes/springer/journal.ts +11 -13
- package/lib/routes/springer/namespace.ts +1 -0
- package/lib/routes/sputniknews/namespace.ts +1 -0
- package/lib/routes/sqmc/namespace.ts +1 -0
- package/lib/routes/sse/inquire.ts +1 -1
- package/lib/routes/sse/namespace.ts +1 -0
- package/lib/routes/sse/renewal.ts +1 -1
- package/lib/routes/sse/sselawsrules.ts +370 -0
- package/lib/routes/ssm/namespace.ts +1 -0
- package/lib/routes/ssm/news.ts +1 -1
- package/lib/routes/sspai/activity.ts +1 -1
- package/lib/routes/sspai/author.ts +11 -4
- package/lib/routes/sspai/bookmarks.ts +1 -1
- package/lib/routes/sspai/column.ts +2 -2
- package/lib/routes/sspai/index.ts +12 -6
- package/lib/routes/sspai/matrix.ts +9 -3
- package/lib/routes/sspai/namespace.ts +1 -0
- package/lib/routes/sspai/prime-community.ts +83 -0
- package/lib/routes/sspai/series-update.ts +2 -2
- package/lib/routes/sspai/series.ts +1 -1
- package/lib/routes/sspai/shortcuts-gallery.ts +1 -1
- package/lib/routes/sspai/tag.ts +9 -3
- package/lib/routes/sspai/topic.ts +9 -3
- package/lib/routes/sspai/topics.ts +2 -2
- package/lib/routes/sspu/namespace.ts +1 -0
- package/lib/routes/startuplatte/index.ts +1 -1
- package/lib/routes/startuplatte/namespace.ts +1 -0
- package/lib/routes/stbu/jsjxy.ts +8 -5
- package/lib/routes/stbu/namespace.ts +1 -0
- package/lib/routes/stbu/xyxw.ts +14 -3
- package/lib/routes/stcn/index.ts +43 -3
- package/lib/routes/stcn/namespace.ts +1 -0
- package/lib/routes/stdaily/digitalpaper.ts +1 -1
- package/lib/routes/stdaily/namespace.ts +1 -0
- package/lib/routes/steam/appcommunityfeed.ts +92 -0
- package/lib/routes/steam/curator.ts +93 -0
- package/lib/routes/steam/namespace.ts +7 -0
- package/lib/routes/steam/search.ts +71 -0
- package/lib/routes/steam/sharefile-changelog.ts +65 -0
- package/lib/routes/steam/templates/appcommunityfeed-description.art +4 -0
- package/lib/routes/steam/templates/curator-description.art +4 -0
- package/lib/routes/steam/templates/workshop-search-description.art +5 -0
- package/lib/routes/steam/workshop-search.ts +109 -0
- package/lib/routes/stheadline/namespace.ts +1 -0
- package/lib/routes/stockedge/daily-news.ts +6 -2
- package/lib/routes/stockedge/namespace.ts +1 -0
- package/lib/routes/stockedge/utils.ts +19 -16
- package/lib/routes/storm/index.ts +2 -2
- package/lib/routes/storm/namespace.ts +1 -0
- package/lib/routes/storyfm/episodes.ts +1 -1
- package/lib/routes/storyfm/namespace.ts +1 -0
- package/lib/routes/straitstimes/index.ts +135 -0
- package/lib/routes/straitstimes/namespace.ts +8 -0
- package/lib/routes/straitstimes/templates/description.art +27 -0
- package/lib/routes/stratechery/namespace.ts +1 -0
- package/lib/routes/stream-capital/namespace.ts +7 -0
- package/lib/routes/stream-capital/search.ts +79 -0
- package/lib/routes/stream-capital/types.ts +44 -0
- package/lib/routes/stream-capital/utils.ts +18 -0
- package/lib/routes/studygolang/namespace.ts +1 -0
- package/lib/routes/subhd/namespace.ts +1 -0
- package/lib/routes/substack/namespace.ts +7 -0
- package/lib/routes/substack/subscribe.ts +48 -0
- package/lib/routes/supchina/index.ts +1 -1
- package/lib/routes/supchina/namespace.ts +1 -0
- package/lib/routes/supchina/podcasts.ts +5 -3
- package/lib/routes/surfshark/blog.ts +1 -1
- package/lib/routes/surfshark/namespace.ts +1 -0
- package/lib/routes/sustainabilitymag/articles.ts +146 -0
- package/lib/routes/sustainabilitymag/namespace.ts +7 -0
- package/lib/routes/sustech/namespace.ts +1 -0
- package/lib/routes/swissinfo/namespace.ts +1 -0
- package/lib/routes/swjtu/gsee/yjs.ts +76 -0
- package/lib/routes/swjtu/namespace.ts +1 -0
- package/lib/routes/swjtu/scai/bks.ts +76 -0
- package/lib/routes/swjtu/utils.ts +1 -1
- package/lib/routes/swjtu/xg.ts +2 -1
- package/lib/routes/swpu/bgw.ts +31 -33
- package/lib/routes/swpu/dean.ts +27 -29
- package/lib/routes/swpu/dxy.ts +26 -28
- package/lib/routes/swpu/namespace.ts +1 -0
- package/lib/routes/swpu/scs.ts +29 -31
- package/lib/routes/sycl/feeds.ts +47 -0
- package/lib/routes/sycl/namespace.ts +7 -0
- package/lib/routes/syosetu/dev.ts +67 -0
- package/lib/routes/syosetu/index.ts +85 -0
- package/lib/routes/syosetu/namespace.ts +3 -2
- package/lib/routes/syosetu/ranking-isekai.ts +93 -0
- package/lib/routes/syosetu/ranking-r18.ts +192 -0
- package/lib/routes/syosetu/ranking.ts +285 -0
- package/lib/routes/syosetu/search.ts +161 -0
- package/lib/routes/syosetu/templates/description.art +73 -0
- package/lib/routes/syosetu/types/ranking-r18.ts +60 -0
- package/lib/routes/syosetu/types/ranking.ts +67 -0
- package/lib/routes/syosetu/types/search.ts +138 -0
- package/lib/routes/syosetu/utils.ts +50 -0
- package/lib/routes/sysu/namespace.ts +1 -0
- package/lib/routes/sysu/ygafz.ts +8 -1
- package/lib/routes/szftedu/dongtai.ts +62 -0
- package/lib/routes/szftedu/gonggao.ts +62 -0
- package/lib/routes/szftedu/namespace.ts +7 -0
- package/lib/routes/szse/inquire.ts +1 -1
- package/lib/routes/szse/namespace.ts +1 -0
- package/lib/routes/szse/projectdynamic.ts +1 -1
- package/lib/routes/szse/rule.ts +315 -42
- package/lib/routes/szu/namespace.ts +1 -0
- package/lib/routes/t66y/index.ts +29 -7
- package/lib/routes/t66y/namespace.ts +1 -0
- package/lib/routes/t66y/post.ts +2 -2
- package/lib/routes/tableau/namespace.ts +1 -0
- package/lib/routes/taiwanmobile/namespace.ts +7 -0
- package/lib/routes/taiwanmobile/rate-plans.ts +64 -0
- package/lib/routes/taiwannews/namespace.ts +2 -1
- package/lib/routes/tangshufang/namespace.ts +1 -0
- package/lib/routes/taobao/namespace.ts +1 -0
- package/lib/routes/taobao/zhongchou.ts +1 -1
- package/lib/routes/taoguba/blog.ts +5 -48
- package/lib/routes/taoguba/index.ts +11 -52
- package/lib/routes/taoguba/namespace.ts +2 -1
- package/lib/routes/taoguba/util.ts +48 -0
- package/lib/routes/taptap/changelog-cn.ts +29 -0
- package/lib/routes/taptap/changelog-intl.ts +34 -0
- package/lib/routes/taptap/common/changelog.ts +40 -0
- package/lib/routes/taptap/common/review.ts +126 -0
- package/lib/routes/taptap/namespace.ts +4 -3
- package/lib/routes/taptap/review-cn.ts +33 -0
- package/lib/routes/taptap/review-intl.ts +41 -0
- package/lib/routes/taptap/templates/videoPost.art +0 -1
- package/lib/routes/taptap/topic.ts +37 -35
- package/lib/routes/taptap/types.ts +363 -0
- package/lib/routes/taptap/utils.ts +21 -21
- package/lib/routes/tass/namespace.ts +1 -0
- package/lib/routes/techcrunch/namespace.ts +1 -0
- package/lib/routes/techcrunch/news.ts +20 -27
- package/lib/routes/techcrunch/templates/description.art +7 -0
- package/lib/routes/techflowpost/express.ts +4 -13
- package/lib/routes/techflowpost/index.ts +5 -3
- package/lib/routes/techflowpost/namespace.ts +1 -0
- package/lib/routes/techpowerup/namespace.ts +1 -0
- package/lib/routes/techsir/index.ts +67 -0
- package/lib/routes/techsir/namespace.ts +8 -0
- package/lib/routes/telecompaper/namespace.ts +1 -0
- package/lib/routes/telecompaper/news.ts +3 -3
- package/lib/routes/telegram/blog.ts +9 -8
- package/lib/routes/telegram/channel.ts +158 -52
- package/lib/routes/telegram/namespace.ts +1 -0
- package/lib/routes/telegram/scripts/get-telegram-session.mjs +51 -0
- package/lib/routes/telegram/stickerpack.ts +6 -5
- package/lib/routes/telegram/tglib/channel.ts +21 -20
- package/lib/routes/telegram/tglib/client.ts +33 -34
- package/lib/routes/tencent/cloud/developer/column.ts +81 -0
- package/lib/routes/tencent/namespace.ts +3 -2
- package/lib/routes/tencent/news/author.ts +22 -17
- package/lib/routes/tencent/news/coronavirus/data.ts +3 -2
- package/lib/routes/tencent/news/coronavirus/total.ts +1 -1
- package/lib/routes/tencent/qq/sdk/changelog.ts +2 -1
- package/lib/routes/tesla/cx.ts +51 -51
- package/lib/routes/tesla/namespace.ts +1 -0
- package/lib/routes/test/index.ts +81 -52
- package/lib/routes/test/namespace.ts +2 -1
- package/lib/routes/tfc-taiwan/common.ts +38 -0
- package/lib/routes/tfc-taiwan/index.ts +10 -40
- package/lib/routes/tfc-taiwan/namespace.ts +1 -0
- package/lib/routes/tfc-taiwan/topic.ts +17 -0
- package/lib/routes/tfc-taiwan/utils.ts +1 -1
- package/lib/routes/tgbus/list.ts +67 -0
- package/lib/routes/tgbus/namespace.ts +7 -0
- package/lib/routes/tgbus/utils.ts +19 -0
- package/lib/routes/the/index.ts +214 -0
- package/lib/routes/the/namespace.ts +9 -0
- package/lib/routes/the/templates/description.art +27 -0
- package/lib/routes/the/util.ts +307 -0
- package/lib/routes/theatlantic/namespace.ts +1 -0
- package/lib/routes/theatlantic/news.ts +4 -7
- package/lib/routes/theatlantic/utils.ts +11 -9
- package/lib/routes/theblockbeats/index.ts +80 -24
- package/lib/routes/theblockbeats/namespace.ts +3 -2
- package/lib/routes/theblockbeats/templates/description.art +5 -0
- package/lib/routes/thecover/namespace.ts +1 -0
- package/lib/routes/thegradient/index.ts +80 -0
- package/lib/routes/thegradient/namespace.ts +7 -0
- package/lib/routes/thehindu/namespace.ts +1 -0
- package/lib/routes/theinitium/app.ts +163 -0
- package/lib/routes/theinitium/author.ts +23 -0
- package/lib/routes/theinitium/channel.ts +28 -0
- package/lib/routes/theinitium/follow.ts +43 -0
- package/lib/routes/theinitium/namespace.ts +2 -1
- package/lib/routes/theinitium/tags.ts +23 -0
- package/lib/routes/theinitium/templates/description.art +17 -0
- package/lib/routes/theinitium/utils.ts +167 -0
- package/lib/routes/themoviedb/api-key.ts +2 -1
- package/lib/routes/themoviedb/namespace.ts +2 -1
- package/lib/routes/themoviedb/seasons.ts +3 -2
- package/lib/routes/themoviedb/utils.ts +1 -1
- package/lib/routes/thenewslens/index.ts +1 -1
- package/lib/routes/thenewslens/namespace.ts +1 -0
- package/lib/routes/thepaper/839studio/category.ts +1 -1
- package/lib/routes/thepaper/839studio/studio.ts +1 -1
- package/lib/routes/thepaper/channel.ts +1 -1
- package/lib/routes/thepaper/factpaper.ts +2 -2
- package/lib/routes/thepaper/featured.ts +1 -1
- package/lib/routes/thepaper/list.ts +1 -1
- package/lib/routes/thepaper/namespace.ts +1 -0
- package/lib/routes/thepaper/sidebar.ts +4 -1
- package/lib/routes/thepaper/user.ts +174 -0
- package/lib/routes/thepaper/utils.ts +1 -1
- package/lib/routes/thepetcity/index.ts +69 -0
- package/lib/routes/thepetcity/namespace.ts +7 -0
- package/lib/routes/thepetcity/terms-map.ts +28 -0
- package/lib/routes/theverge/index.ts +1 -1
- package/lib/routes/theverge/namespace.ts +1 -0
- package/lib/routes/thoughtco/index.ts +1 -1
- package/lib/routes/thoughtco/namespace.ts +1 -0
- package/lib/routes/thoughtworks/index.ts +71 -0
- package/lib/routes/thoughtworks/namespace.ts +7 -0
- package/lib/routes/threads/index.ts +62 -58
- package/lib/routes/threads/namespace.ts +1 -0
- package/lib/routes/threads/utils.ts +62 -12
- package/lib/routes/thwiki/namespace.ts +1 -0
- package/lib/routes/tiddlywiki/namespace.ts +8 -0
- package/lib/routes/tiddlywiki/releases.ts +84 -0
- package/lib/routes/tiktok/namespace.ts +1 -0
- package/lib/routes/tiktok/templates/user.art +1 -1
- package/lib/routes/tiktok/user.ts +1 -1
- package/lib/routes/timednews/namespace.ts +1 -0
- package/lib/routes/timednews/news.ts +4 -8
- package/lib/routes/tingshuitz/namespace.ts +2 -1
- package/lib/routes/tingshuitz/shenzhen.ts +1 -1
- package/lib/routes/tingtingfm/namespace.ts +1 -0
- package/lib/routes/tingtingfm/program.ts +4 -3
- package/lib/routes/tisi/namespace.ts +1 -0
- package/lib/routes/tju/cic/index.ts +2 -2
- package/lib/routes/tju/namespace.ts +1 -0
- package/lib/routes/tju/news/index.ts +2 -2
- package/lib/routes/tju/oaa/index.ts +2 -2
- package/lib/routes/tkww/index.ts +83 -0
- package/lib/routes/tkww/namespace.ts +7 -0
- package/lib/routes/tokeninsight/namespace.ts +2 -1
- package/lib/routes/tongji/namespace.ts +1 -0
- package/lib/routes/tongji/sem/_utils.ts +65 -0
- package/lib/routes/tongji/sem/notice.ts +58 -0
- package/lib/routes/tongli/namespace.ts +1 -0
- package/lib/routes/toodaylab/namespace.ts +1 -0
- package/lib/routes/tophub/index.ts +1 -1
- package/lib/routes/tophub/list.ts +3 -3
- package/lib/routes/tophub/namespace.ts +2 -1
- package/lib/routes/topys/namespace.ts +1 -0
- package/lib/routes/toutiao/a-bogus.ts +540 -0
- package/lib/routes/toutiao/namespace.ts +7 -0
- package/lib/routes/toutiao/templates/video.art +7 -0
- package/lib/routes/toutiao/types.ts +443 -0
- package/lib/routes/toutiao/user.ts +127 -0
- package/lib/routes/towardsdatascience/latest.ts +67 -0
- package/lib/routes/towardsdatascience/namespace.ts +7 -0
- package/lib/routes/tradingview/blog.ts +1 -1
- package/lib/routes/tradingview/namespace.ts +1 -0
- package/lib/routes/transcriptforest/index.ts +1 -1
- package/lib/routes/transcriptforest/namespace.ts +1 -0
- package/lib/routes/trending/all-trending.ts +5 -4
- package/lib/routes/trending/namespace.ts +1 -0
- package/lib/routes/trendingpapers/namespace.ts +1 -0
- package/lib/routes/trendingpapers/papers.ts +3 -9
- package/lib/routes/tribalfootball/latest.ts +2 -2
- package/lib/routes/tribalfootball/namespace.ts +1 -0
- package/lib/routes/trow/namespace.ts +1 -0
- package/lib/routes/tsdm39/bd.ts +101 -0
- package/lib/routes/tsdm39/namespace.ts +8 -0
- package/lib/routes/tsinghua/lib/zydt.ts +129 -0
- package/lib/routes/tsinghua/namespace.ts +9 -0
- package/lib/routes/ttv/index.ts +78 -0
- package/lib/routes/ttv/namespace.ts +7 -0
- package/lib/routes/tvb/namespace.ts +1 -0
- package/lib/routes/tvb/news.ts +4 -2
- package/lib/routes/tvtropes/featured.ts +1 -1
- package/lib/routes/tvtropes/namespace.ts +1 -0
- package/lib/routes/twitch/live.ts +3 -2
- package/lib/routes/twitch/namespace.ts +1 -0
- package/lib/routes/twitch/schedule.ts +2 -1
- package/lib/routes/twitch/video.ts +19 -9
- package/lib/routes/twitter/api/developer-api/search.ts +23 -0
- package/lib/routes/twitter/api/developer-api/user.ts +38 -0
- package/lib/routes/twitter/api/index.ts +47 -0
- package/lib/routes/twitter/api/mobile-api/api.ts +308 -0
- package/lib/routes/twitter/api/mobile-api/constants.ts +86 -0
- package/lib/routes/twitter/api/mobile-api/login.ts +211 -0
- package/lib/routes/twitter/api/mobile-api/token.ts +38 -0
- package/lib/routes/twitter/api/web-api/api.ts +223 -0
- package/lib/routes/twitter/api/web-api/constants.ts +117 -0
- package/lib/routes/twitter/api/web-api/login.ts +75 -0
- package/lib/routes/twitter/api/web-api/utils.ts +329 -0
- package/lib/routes/twitter/home-latest.ts +63 -0
- package/lib/routes/twitter/home.ts +63 -0
- package/lib/routes/twitter/keyword.ts +29 -8
- package/lib/routes/twitter/likes.ts +19 -11
- package/lib/routes/twitter/list.ts +35 -34
- package/lib/routes/twitter/media.ts +41 -9
- package/lib/routes/twitter/namespace.ts +13 -3
- package/lib/routes/twitter/trends.ts +3 -2
- package/lib/routes/twitter/tweet.ts +33 -4
- package/lib/routes/twitter/user.ts +57 -9
- package/lib/routes/twitter/utils.ts +52 -19
- package/lib/routes/twreporter/category.ts +116 -0
- package/lib/routes/twreporter/fetch-article.ts +94 -51
- package/lib/routes/twreporter/namespace.ts +1 -0
- package/lib/routes/twreporter/newest.ts +11 -14
- package/lib/routes/twreporter/templates/image.art +3 -0
- package/lib/routes/twreporter/templates/youtube.art +1 -0
- package/lib/routes/txrjy/fornumtopic.ts +1 -1
- package/lib/routes/txrjy/namespace.ts +1 -0
- package/lib/routes/tynu/namespace.ts +1 -0
- package/lib/routes/typora/namespace.ts +1 -0
- package/lib/routes/typst/namespace.ts +14 -0
- package/lib/routes/typst/universe.ts +108 -0
- package/lib/routes/u3c3/index.ts +1 -1
- package/lib/routes/u3c3/namespace.ts +2 -1
- package/lib/routes/u9a9/index.ts +2 -2
- package/lib/routes/u9a9/namespace.ts +2 -1
- package/lib/routes/uber/blog.ts +1 -1
- package/lib/routes/uber/namespace.ts +2 -1
- package/lib/routes/ucas/namespace.ts +1 -0
- package/lib/routes/ucas/rader.ts +4 -4
- package/lib/routes/uchicago/namespace.ts +1 -0
- package/lib/routes/udn/breaking-news.ts +10 -1
- package/lib/routes/udn/namespace.ts +1 -0
- package/lib/routes/uestc/bbs.ts +97 -0
- package/lib/routes/uestc/cqe.ts +2 -1
- package/lib/routes/uestc/gr.ts +65 -37
- package/lib/routes/uestc/jwc.ts +51 -29
- package/lib/routes/uestc/namespace.ts +2 -1
- package/lib/routes/uestc/news.ts +2 -1
- package/lib/routes/uestc/sise.ts +2 -1
- package/lib/routes/uibe/hr.ts +2 -2
- package/lib/routes/uibe/namespace.ts +1 -0
- package/lib/routes/ulapia/namespace.ts +1 -0
- package/lib/routes/uniqlo/namespace.ts +1 -0
- package/lib/routes/unraid/namespace.ts +1 -0
- package/lib/routes/unusualwhales/namespace.ts +1 -0
- package/lib/routes/upc/jwc.ts +121 -0
- package/lib/routes/upc/namespace.ts +1 -0
- package/lib/routes/ups/namespace.ts +12 -0
- package/lib/routes/ups/track.ts +114 -0
- package/lib/routes/uptimerobot/namespace.ts +1 -0
- package/lib/routes/uptimerobot/rss.ts +5 -4
- package/lib/routes/uraaka-joshi/namespace.ts +1 -0
- package/lib/routes/urbandictionary/namespace.ts +1 -0
- package/lib/routes/urbandictionary/random.ts +1 -1
- package/lib/routes/usenix/loginonline.ts +63 -0
- package/lib/routes/usenix/namespace.ts +1 -0
- package/lib/routes/usenix/usenix.ts +24 -31
- package/lib/routes/usepanda/namespace.ts +1 -0
- package/lib/routes/ustb/namespace.ts +1 -0
- package/lib/routes/ustc/eeis.ts +2 -1
- package/lib/routes/ustc/gs.ts +2 -1
- package/lib/routes/ustc/math.ts +94 -0
- package/lib/routes/ustc/namespace.ts +1 -0
- package/lib/routes/ustc/scms.ts +97 -0
- package/lib/routes/ustc/sist.ts +2 -1
- package/lib/routes/usts/namespace.ts +1 -0
- package/lib/routes/utgd/category.ts +19 -60
- package/lib/routes/utgd/namespace.ts +1 -0
- package/lib/routes/utgd/timeline.ts +10 -46
- package/lib/routes/utgd/topic.ts +12 -53
- package/lib/routes/utgd/utils.ts +41 -0
- package/lib/routes/uw/namespace.ts +1 -0
- package/lib/routes/v1tx/namespace.ts +1 -0
- package/lib/routes/v2ex/namespace.ts +1 -0
- package/lib/routes/v2ex/tab.ts +3 -2
- package/lib/routes/v2ex/topics.ts +20 -3
- package/lib/routes/v2ex/xna.ts +55 -0
- package/lib/routes/v2rayshare/namespace.ts +1 -0
- package/lib/routes/vcb-s/category.ts +1 -1
- package/lib/routes/vcb-s/index.ts +1 -1
- package/lib/routes/vcb-s/namespace.ts +1 -0
- package/lib/routes/verfghbw/namespace.ts +1 -0
- package/lib/routes/vertikal/latest.ts +73 -0
- package/lib/routes/vertikal/namespace.ts +7 -0
- package/lib/routes/vice/namespace.ts +7 -0
- package/lib/routes/vice/templates/article.art +19 -0
- package/lib/routes/vice/topic.ts +103 -0
- package/lib/routes/vimeo/category.ts +5 -4
- package/lib/routes/vimeo/channel.ts +1 -1
- package/lib/routes/vimeo/namespace.ts +1 -0
- package/lib/routes/vimeo/usr-videos.ts +6 -5
- package/lib/routes/visionias/namespace.ts +8 -0
- package/lib/routes/visionias/news-today.ts +100 -0
- package/lib/routes/visionias/templates/description-sub.art +6 -0
- package/lib/routes/visionias/templates/description.art +12 -0
- package/lib/routes/visionias/utils.ts +109 -0
- package/lib/routes/visionias/weekly-focus.ts +56 -0
- package/lib/routes/vocus/namespace.ts +1 -0
- package/lib/routes/vocus/publication.ts +1 -1
- package/lib/routes/vocus/user.ts +1 -1
- package/lib/routes/vom/namespace.ts +2 -1
- package/lib/routes/voronoiapp/author.ts +41 -0
- package/lib/routes/voronoiapp/common.ts +247 -0
- package/lib/routes/voronoiapp/editors-pick.ts +28 -0
- package/lib/routes/voronoiapp/home.ts +29 -0
- package/lib/routes/voronoiapp/latest.ts +28 -0
- package/lib/routes/voronoiapp/namespace.ts +7 -0
- package/lib/routes/voronoiapp/popular.ts +49 -0
- package/lib/routes/voronoiapp/search.ts +33 -0
- package/lib/routes/voronoiapp/types.d.ts +78 -0
- package/lib/routes/wabei/index.ts +75 -0
- package/lib/routes/wabei/namespace.ts +8 -0
- package/lib/routes/wallhaven/index.ts +2 -2
- package/lib/routes/wallhaven/namespace.ts +2 -1
- package/lib/routes/wallpaperhub/index.ts +1 -1
- package/lib/routes/wallpaperhub/namespace.ts +1 -0
- package/lib/routes/wallstreetcn/calendar.ts +90 -0
- package/lib/routes/wallstreetcn/hot.ts +2 -2
- package/lib/routes/wallstreetcn/live.ts +2 -2
- package/lib/routes/wallstreetcn/namespace.ts +1 -0
- package/lib/routes/wallstreetcn/news.ts +15 -4
- package/lib/routes/wanqu/namespace.ts +1 -0
- package/lib/routes/warthunder/namespace.ts +1 -0
- package/lib/routes/warthunder/news.ts +9 -9
- package/lib/routes/washingtonpost/app.ts +118 -0
- package/lib/routes/washingtonpost/namespace.ts +7 -0
- package/lib/routes/washingtonpost/templates/description.art +59 -0
- package/lib/routes/wchscu/namespace.ts +7 -0
- package/lib/routes/wchscu/recruit.ts +73 -0
- package/lib/routes/wdc/namespace.ts +1 -0
- package/lib/routes/web/namespace.ts +1 -0
- package/lib/routes/web/series.ts +1 -1
- package/lib/routes/web3caff/namespace.ts +1 -0
- package/lib/routes/webcatalog/changelog.ts +59 -0
- package/lib/routes/webcatalog/namespace.ts +7 -0
- package/lib/routes/wechat/data258.ts +3 -2
- package/lib/routes/wechat/ershcimi.ts +6 -6
- package/lib/routes/wechat/feeddd.ts +8 -12
- package/lib/routes/wechat/namespace.ts +2 -1
- package/lib/routes/wechat/tgchannel.ts +13 -6
- package/lib/routes/weekendhk/namespace.ts +1 -0
- package/lib/routes/weekendhk/posts.ts +2 -2
- package/lib/routes/weibo/friends.ts +5 -3
- package/lib/routes/weibo/group.ts +5 -3
- package/lib/routes/weibo/keyword.ts +16 -13
- package/lib/routes/weibo/namespace.ts +4 -2
- package/lib/routes/weibo/oasis/user.ts +1 -1
- package/lib/routes/weibo/search/hot.ts +13 -8
- package/lib/routes/weibo/super-index.ts +23 -11
- package/lib/routes/weibo/timeline.ts +5 -4
- package/lib/routes/weibo/user-bookmarks.ts +191 -0
- package/lib/routes/weibo/user.ts +34 -12
- package/lib/routes/weibo/utils.ts +35 -9
- package/lib/routes/wellcee/namespace.ts +8 -0
- package/lib/routes/wellcee/rent.ts +81 -0
- package/lib/routes/wellcee/support-city.ts +46 -0
- package/lib/routes/wellcee/templates/house.art +18 -0
- package/lib/routes/wellcee/types.ts +58 -0
- package/lib/routes/wellcee/utils.ts +45 -0
- package/lib/routes/wenku8/namespace.ts +1 -0
- package/lib/routes/wfdf/namespace.ts +1 -0
- package/lib/routes/wfu/namespace.ts +1 -0
- package/lib/routes/wfu/news.ts +2 -2
- package/lib/routes/whitehouse/namespace.ts +1 -0
- package/lib/routes/who/namespace.ts +1 -0
- package/lib/routes/whu/cs.ts +11 -3
- package/lib/routes/whu/gs/index.ts +2 -1
- package/lib/routes/whu/namespace.ts +1 -0
- package/lib/routes/whu/news.ts +28 -3
- package/lib/routes/whu/rsgis.ts +277 -0
- package/lib/routes/whu/swrh.ts +115 -0
- package/lib/routes/whu/util.ts +1 -1
- package/lib/routes/wikinews/index.ts +3 -3
- package/lib/routes/wikinews/namespace.ts +1 -0
- package/lib/routes/winstall/namespace.ts +1 -0
- package/lib/routes/winstall/update.ts +1 -1
- package/lib/routes/wired/namespace.ts +8 -0
- package/lib/routes/wired/tag.ts +97 -0
- package/lib/routes/wired/types.ts +81 -0
- package/lib/routes/wise/namespace.ts +1 -0
- package/lib/routes/wise/pair.ts +1 -1
- package/lib/routes/withgoogle/explorables.ts +54 -0
- package/lib/routes/withgoogle/namespace.ts +7 -0
- package/lib/routes/wizfile/namespace.ts +1 -0
- package/lib/routes/wmc-bj/namespace.ts +1 -0
- package/lib/routes/wmc-bj/publish.ts +1 -1
- package/lib/routes/wmpvp/index.ts +22 -14
- package/lib/routes/wmpvp/namespace.ts +1 -0
- package/lib/routes/wnacg/category.ts +17 -0
- package/lib/routes/wnacg/common.ts +111 -0
- package/lib/routes/wnacg/index.ts +7 -116
- package/lib/routes/wnacg/namespace.ts +1 -0
- package/lib/routes/wnacg/tag.ts +17 -0
- package/lib/routes/wordpress/index.ts +172 -0
- package/lib/routes/wordpress/namespace.ts +9 -0
- package/lib/routes/wordpress/util.ts +307 -0
- package/lib/routes/worldjournal/namespace.ts +1 -0
- package/lib/routes/worldofwarships/devblog.ts +76 -0
- package/lib/routes/worldofwarships/namespace.ts +14 -0
- package/lib/routes/woshipm/namespace.ts +1 -0
- package/lib/routes/wsj/namespace.ts +1 -0
- package/lib/routes/wsj/utils.ts +1 -1
- package/lib/routes/wsyu/namespace.ts +1 -0
- package/lib/routes/wtu/namespace.ts +1 -0
- package/lib/routes/wufazhuce/namespace.ts +7 -0
- package/lib/routes/wufazhuce/one.ts +90 -0
- package/lib/routes/wyzxwk/namespace.ts +1 -0
- package/lib/routes/wzu/namespace.ts +1 -0
- package/lib/routes/x-mol/namespace.ts +1 -0
- package/lib/routes/x-mol/news.ts +1 -1
- package/lib/routes/x6d/index.ts +79 -37
- package/lib/routes/x6d/namespace.ts +1 -0
- package/lib/routes/xaufe/namespace.ts +1 -0
- package/lib/routes/xaut/index.ts +13 -20
- package/lib/routes/xaut/jwc.ts +2 -2
- package/lib/routes/xaut/namespace.ts +2 -1
- package/lib/routes/xaut/rsc.ts +2 -2
- package/lib/routes/xbmu/academic.ts +91 -0
- package/lib/routes/xbmu/announcement.ts +91 -0
- package/lib/routes/xbmu/namespace.ts +6 -0
- package/lib/routes/xbookcn/blog.ts +66 -0
- package/lib/routes/xbookcn/namespace.ts +7 -0
- package/lib/routes/xboxfan/namespace.ts +1 -0
- package/lib/routes/xianbao/index.ts +142 -0
- package/lib/routes/xianbao/namespace.ts +7 -0
- package/lib/routes/xiaoheihe/add2cart.ts +63 -0
- package/lib/routes/xiaoheihe/discount.ts +146 -0
- package/lib/routes/xiaoheihe/namespace.ts +7 -0
- package/lib/routes/xiaoheihe/news.ts +61 -0
- package/lib/routes/xiaoheihe/user.ts +69 -0
- package/lib/routes/xiaoheihe/util.ts +75 -0
- package/lib/routes/xiaohongshu/namespace.ts +1 -0
- package/lib/routes/xiaohongshu/user.ts +81 -11
- package/lib/routes/xiaohongshu/util.ts +175 -106
- package/lib/routes/xiaomiyoupin/crowdfunding.ts +1 -1
- package/lib/routes/xiaomiyoupin/namespace.ts +1 -0
- package/lib/routes/xiaomiyoupin/utils.ts +1 -1
- package/lib/routes/xiaote/namespace.ts +1 -0
- package/lib/routes/xiaoyuzhou/namespace.ts +1 -0
- package/lib/routes/xiaoyuzhou/podcast.ts +38 -9
- package/lib/routes/xiaozhuanlan/namespace.ts +1 -0
- package/lib/routes/xidian/cs.ts +143 -0
- package/lib/routes/xidian/gr.ts +289 -0
- package/lib/routes/xidian/jwc.ts +1 -0
- package/lib/routes/xidian/namespace.ts +2 -1
- package/lib/routes/ximalaya/album.ts +31 -23
- package/lib/routes/ximalaya/namespace.ts +1 -0
- package/lib/routes/ximalaya/types.ts +68 -0
- package/lib/routes/ximalaya/utils.ts +38 -1
- package/lib/routes/xinhuanet/app.ts +109 -0
- package/lib/routes/xinhuanet/namespace.ts +9 -0
- package/lib/routes/xinpianchang/index.ts +2 -2
- package/lib/routes/xinpianchang/namespace.ts +1 -0
- package/lib/routes/xinpianchang/util.ts +1 -1
- package/lib/routes/xjtu/dean.ts +22 -23
- package/lib/routes/xjtu/job.ts +1 -1
- package/lib/routes/xjtu/namespace.ts +1 -0
- package/lib/routes/xjtu/std.ts +1 -1
- package/lib/routes/xkb/index.ts +1 -1
- package/lib/routes/xkb/namespace.ts +1 -0
- package/lib/routes/xmanhua/namespace.ts +1 -0
- package/lib/routes/xmnn/namespace.ts +1 -0
- package/lib/routes/xmut/namespace.ts +1 -0
- package/lib/routes/xsijishe/forum.ts +25 -5
- package/lib/routes/xsijishe/namespace.ts +1 -0
- package/lib/routes/xsijishe/rank.ts +58 -11
- package/lib/routes/xueqiu/column.ts +11 -2
- package/lib/routes/xueqiu/cookies.ts +25 -0
- package/lib/routes/xueqiu/favorite.ts +21 -10
- package/lib/routes/xueqiu/hots.ts +7 -11
- package/lib/routes/xueqiu/namespace.ts +1 -0
- package/lib/routes/xueqiu/stock-comments.ts +1 -1
- package/lib/routes/xueqiu/stock-info.ts +12 -16
- package/lib/routes/xueqiu/timeline.ts +94 -0
- package/lib/routes/xueqiu/today.ts +2 -7
- package/lib/routes/xueqiu/user-stock.ts +28 -22
- package/lib/routes/xueqiu/user.ts +7 -10
- package/lib/routes/xunhupay/namespace.ts +1 -0
- package/lib/routes/xys/namespace.ts +1 -0
- package/lib/routes/xys/new.ts +1 -1
- package/lib/routes/xyzrank/index.ts +1 -1
- package/lib/routes/xyzrank/namespace.ts +2 -1
- package/lib/routes/yahoo/namespace.ts +1 -0
- package/lib/routes/yahoo/news/index.ts +149 -0
- package/lib/routes/yahoo/news/listid.ts +70 -0
- package/lib/routes/yahoo/news/provider-helper.ts +51 -0
- package/lib/routes/yahoo/news/provider.ts +66 -0
- package/lib/routes/yahoo/news/utils.ts +134 -0
- package/lib/routes/yamap/articles.ts +62 -0
- package/lib/routes/yamap/namespace.ts +7 -0
- package/lib/routes/yamibo/bbs/forum.ts +116 -0
- package/lib/routes/yamibo/bbs/thread.ts +84 -0
- package/lib/routes/yamibo/namespace.ts +7 -0
- package/lib/routes/yamibo/utils.ts +114 -0
- package/lib/routes/yande/namespace.ts +8 -0
- package/lib/routes/yande/post.ts +94 -0
- package/lib/routes/yangtzeu/namespace.ts +1 -0
- package/lib/routes/ycwb/index.ts +1 -1
- package/lib/routes/ycwb/namespace.ts +1 -0
- package/lib/routes/yenpress/namespace.ts +8 -0
- package/lib/routes/yenpress/series.ts +115 -0
- package/lib/routes/yenpress/templates/series.art +25 -0
- package/lib/routes/ygkkk/namespace.ts +7 -0
- package/lib/routes/ygkkk/rss.ts +48 -0
- package/lib/routes/yicai/carousel.ts +48 -0
- package/lib/routes/yicai/dt.ts +1 -1
- package/lib/routes/yicai/feed.ts +2 -2
- package/lib/routes/yicai/namespace.ts +1 -0
- package/lib/routes/yicai/utils.ts +24 -18
- package/lib/routes/yilinzazhi/index.ts +59 -0
- package/lib/routes/yilinzazhi/latest.ts +104 -0
- package/lib/routes/yilinzazhi/namespace.ts +9 -0
- package/lib/routes/ymgal/article.ts +1 -1
- package/lib/routes/ymgal/game.ts +1 -1
- package/lib/routes/ymgal/namespace.ts +1 -0
- package/lib/routes/yna/index.ts +92 -0
- package/lib/routes/yna/namespace.ts +10 -0
- package/lib/routes/yoasobi-music/info.ts +1 -1
- package/lib/routes/yoasobi-music/jsonp-helper.ts +1 -1
- package/lib/routes/yoasobi-music/live.ts +1 -1
- package/lib/routes/yoasobi-music/media.ts +1 -1
- package/lib/routes/yoasobi-music/namespace.ts +1 -0
- package/lib/routes/yomiuri/namespace.ts +1 -0
- package/lib/routes/yomujp/namespace.ts +1 -0
- package/lib/routes/youku/channel.ts +1 -1
- package/lib/routes/youku/namespace.ts +1 -0
- package/lib/routes/youtube/channel.ts +13 -5
- package/lib/routes/youtube/charts.ts +5 -12
- package/lib/routes/youtube/community.ts +2 -10
- package/lib/routes/youtube/custom.ts +23 -4
- package/lib/routes/youtube/live.ts +9 -2
- package/lib/routes/youtube/namespace.ts +3 -2
- package/lib/routes/youtube/playlist.ts +12 -4
- package/lib/routes/youtube/subscriptions.ts +7 -10
- package/lib/routes/youtube/user.ts +62 -23
- package/lib/routes/youtube/utils.ts +112 -102
- package/lib/routes/youzhiyouxing/materials.ts +18 -3
- package/lib/routes/youzhiyouxing/namespace.ts +1 -0
- package/lib/routes/yuque/namespace.ts +1 -0
- package/lib/routes/yxdown/namespace.ts +1 -0
- package/lib/routes/yxdzqb/index.ts +1 -1
- package/lib/routes/yxdzqb/namespace.ts +1 -0
- package/lib/routes/yxrb/namespace.ts +1 -0
- package/lib/routes/yyets/article.ts +18 -3
- package/lib/routes/yyets/namespace.ts +1 -0
- package/lib/routes/yyets/today.ts +3 -2
- package/lib/routes/yystv/docs.ts +28 -19
- package/lib/routes/yystv/namespace.ts +1 -0
- package/lib/routes/zagg/namespace.ts +1 -0
- package/lib/routes/zagg/new-arrivals.ts +1 -1
- package/lib/routes/zaker/channel.ts +44 -0
- package/lib/routes/zaker/focus.ts +39 -0
- package/lib/routes/zaker/namespace.ts +1 -0
- package/lib/routes/zaker/utils.ts +186 -0
- package/lib/routes/zaobao/interactive.ts +2 -11
- package/lib/routes/zaobao/namespace.ts +2 -1
- package/lib/routes/zaobao/other.ts +29 -0
- package/lib/routes/zaobao/realtime.ts +0 -8
- package/lib/routes/zaobao/util.ts +68 -60
- package/lib/routes/zaozao/namespace.ts +1 -0
- package/lib/routes/zcmu/namespace.ts +1 -0
- package/lib/routes/zcool/discover.ts +5 -4
- package/lib/routes/zcool/namespace.ts +1 -0
- package/lib/routes/zcool/top.ts +12 -8
- package/lib/routes/zcool/user.ts +11 -4
- package/lib/routes/zcool/utils.ts +1 -1
- package/lib/routes/zhibo8/more.ts +5 -1
- package/lib/routes/zhibo8/namespace.ts +1 -0
- package/lib/routes/zhihu/activities.ts +16 -41
- package/lib/routes/zhihu/all-collections.ts +109 -0
- package/lib/routes/zhihu/answers.ts +7 -3
- package/lib/routes/zhihu/collection.ts +4 -4
- package/lib/routes/zhihu/daily-section.ts +3 -3
- package/lib/routes/zhihu/daily.ts +30 -64
- package/lib/routes/zhihu/execlib/x-zse-96-v3.ts +2 -0
- package/lib/routes/zhihu/hot.ts +56 -7
- package/lib/routes/zhihu/namespace.ts +4 -0
- package/lib/routes/zhihu/posts.ts +46 -39
- package/lib/routes/zhihu/question.ts +13 -41
- package/lib/routes/zhihu/timeline.ts +22 -12
- package/lib/routes/zhihu/topic.ts +9 -29
- package/lib/routes/zhihu/types.ts +130 -0
- package/lib/routes/zhihu/utils.ts +105 -38
- package/lib/routes/zhihu/xhu/activities.ts +10 -8
- package/lib/routes/zhihu/xhu/answers.ts +1 -1
- package/lib/routes/zhihu/xhu/auth.ts +7 -15
- package/lib/routes/zhihu/xhu/collection.ts +1 -1
- package/lib/routes/zhihu/xhu/posts.ts +1 -1
- package/lib/routes/zhihu/xhu/question.ts +3 -3
- package/lib/routes/zhihu/xhu/topic.ts +5 -5
- package/lib/routes/zhihu/zhuanlan.ts +18 -11
- package/lib/routes/zhitongcaijing/index.ts +4 -3
- package/lib/routes/zhitongcaijing/namespace.ts +1 -0
- package/lib/routes/zhiy/namespace.ts +1 -0
- package/lib/routes/zhiy/post.ts +1 -1
- package/lib/routes/zhonglun/index.ts +134 -0
- package/lib/routes/zhonglun/namespace.ts +9 -0
- package/lib/routes/zhonglun/templates/description.art +7 -0
- package/lib/routes/zhubai/index.ts +6 -5
- package/lib/routes/zhubai/namespace.ts +1 -0
- package/lib/routes/zhubai/top20.ts +4 -4
- package/lib/routes/zhujiceping/namespace.ts +1 -0
- package/lib/routes/zhujiceping/rss.ts +3 -2
- package/lib/routes/zhuwang/index.ts +2 -2
- package/lib/routes/zhuwang/namespace.ts +1 -0
- package/lib/routes/zimuxia/namespace.ts +1 -0
- package/lib/routes/zimuxia/portfolio.ts +1 -1
- package/lib/routes/zjgtjy/index.ts +3 -9
- package/lib/routes/zjgtjy/namespace.ts +1 -0
- package/lib/routes/zjol/namespace.ts +1 -0
- package/lib/routes/zjol/paper.ts +2 -1
- package/lib/routes/zju/cst/index.ts +5 -2
- package/lib/routes/zju/namespace.ts +1 -0
- package/lib/routes/zjut/cs/index.ts +105 -0
- package/lib/routes/zjut/da/index.ts +92 -0
- package/lib/routes/zjut/jwc/index.ts +117 -0
- package/lib/routes/zjut/namespace.ts +7 -0
- package/lib/routes/zjut/news.ts +82 -0
- package/lib/routes/zjut/www/index.ts +120 -0
- package/lib/routes/zjuvag/namespace.ts +1 -0
- package/lib/routes/zodgame/forum.ts +3 -2
- package/lib/routes/zodgame/namespace.ts +1 -0
- package/lib/routes/zotero/namespace.ts +1 -0
- package/lib/routes/zrblog/namespace.ts +1 -0
- package/lib/routes/zsxq/group.ts +63 -0
- package/lib/routes/zsxq/namespace.ts +7 -0
- package/lib/routes/zsxq/types.ts +158 -0
- package/lib/routes/zsxq/user.ts +58 -0
- package/lib/routes/zsxq/utils.ts +71 -0
- package/lib/routes/zuel/namespace.ts +1 -0
- package/lib/routes/zuvio/namespace.ts +1 -0
- package/lib/routes/zuvio/utils.ts +1 -1
- package/lib/routes/zyshow/index.ts +1 -1
- package/lib/routes/zyshow/namespace.ts +1 -0
- package/lib/routes/zyw/hot.ts +2 -2
- package/lib/routes/zyw/namespace.ts +1 -0
- package/lib/routes-deprecated/disqus/posts.js +1 -1
- package/lib/routes-deprecated/fanfou/favorites.js +1 -1
- package/lib/routes-deprecated/fanfou/home-timeline.js +1 -1
- package/lib/routes-deprecated/fanfou/public-timeline.js +1 -1
- package/lib/routes-deprecated/fanfou/user-timeline.js +1 -1
- package/lib/routes-deprecated/index.js +1 -1
- package/lib/routes-deprecated/lastfm/loved.js +1 -1
- package/lib/routes-deprecated/lastfm/recent.js +1 -1
- package/lib/routes-deprecated/lastfm/top.js +1 -1
- package/lib/routes.test.ts +84 -0
- package/lib/setup.test.ts +249 -0
- package/lib/types.ts +200 -12
- package/lib/utils/cache/index.ts +8 -0
- package/lib/utils/cache/redis.ts +1 -1
- package/lib/utils/camelcase-keys.spec.ts +127 -0
- package/lib/utils/camelcase-keys.ts +27 -0
- package/lib/utils/common-config.test.ts +0 -18
- package/lib/utils/common-config.ts +6 -6
- package/lib/utils/common-utils.ts +1 -0
- package/lib/utils/git-hash.ts +3 -3
- package/lib/utils/got-deprecated.ts +79 -0
- package/lib/utils/got.test.ts +50 -61
- package/lib/utils/got.ts +82 -82
- package/lib/utils/helpers.test.ts +13 -1
- package/lib/utils/helpers.ts +11 -1
- package/lib/utils/logger.ts +1 -1
- package/lib/utils/ofetch.test.ts +51 -0
- package/lib/utils/ofetch.ts +39 -0
- package/lib/utils/otel/index.ts +2 -0
- package/lib/utils/otel/metric.ts +67 -0
- package/lib/utils/otel/trace.ts +28 -0
- package/lib/utils/proxy/index.ts +19 -5
- package/lib/utils/puppeteer-utils.test.ts +3 -3
- package/lib/utils/puppeteer.test.ts +2 -2
- package/lib/utils/puppeteer.ts +1 -24
- package/lib/utils/rand-user-agent.test.ts +5 -20
- package/lib/utils/rand-user-agent.ts +2 -1
- package/lib/utils/render.ts +3 -1
- package/lib/utils/request-rewriter/fetch.test.ts +94 -0
- package/lib/utils/request-rewriter/fetch.ts +82 -0
- package/lib/utils/request-rewriter/get.ts +77 -0
- package/lib/utils/request-rewriter/index.ts +19 -0
- package/lib/utils/request-rewriter.test.ts +151 -0
- package/lib/utils/rss-parser.test.ts +4 -12
- package/lib/utils/timezone.ts +1 -1
- package/lib/utils/wechat-mp.test.ts +412 -50
- package/lib/utils/wechat-mp.ts +450 -79
- package/lib/views/atom.tsx +49 -0
- package/lib/views/error.tsx +81 -49
- package/lib/views/index.tsx +12 -36
- package/lib/views/json.ts +2 -2
- package/lib/views/layout.tsx +50 -0
- package/lib/views/rss.tsx +62 -0
- package/lib/views/rss3.test.ts +100 -0
- package/lib/views/rss3.ts +63 -0
- package/package.json +125 -114
- package/lib/app.ts +0 -46
- package/lib/errors/not-found.ts +0 -3
- package/lib/errors/reject.ts +0 -3
- package/lib/errors/request-in-progress.ts +0 -3
- package/lib/middleware/template.ts +0 -101
- package/lib/routes/500px/user.ts +0 -60
- package/lib/routes/78dm/templates/image.art +0 -1
- package/lib/routes/a9vg/a9vg.ts +0 -45
- package/lib/routes/agirls/index.ts +0 -60
- package/lib/routes/arknights/announce.ts +0 -86
- package/lib/routes/arknights/japan.ts +0 -50
- package/lib/routes/arknights/namespace.ts +0 -6
- package/lib/routes/arknights/news.ts +0 -68
- package/lib/routes/baai/comments.ts +0 -59
- package/lib/routes/bangumi/moe/index.ts +0 -109
- package/lib/routes/bangumi/namespace.ts +0 -6
- package/lib/routes/bangumi/online/online.ts +0 -56
- package/lib/routes/bangumi/tv/calendar/_base.ts +0 -37
- package/lib/routes/bangumi/tv/calendar/today.ts +0 -92
- package/lib/routes/bangumi/tv/group/reply.ts +0 -83
- package/lib/routes/bangumi/tv/group/topic.ts +0 -64
- package/lib/routes/bangumi/tv/other/followrank.ts +0 -67
- package/lib/routes/bangumi/tv/person/index.ts +0 -62
- package/lib/routes/bangumi/tv/subject/comments.ts +0 -47
- package/lib/routes/bangumi/tv/subject/ep.ts +0 -35
- package/lib/routes/bangumi/tv/subject/index.ts +0 -56
- package/lib/routes/bangumi/tv/subject/offcial-subject-api.ts +0 -33
- package/lib/routes/bangumi/tv/user/blog.ts +0 -68
- package/lib/routes/bangumi/tv/user/wish.ts +0 -62
- package/lib/routes/bulianglin/bulianglin.ts +0 -47
- package/lib/routes/cnbeta/type.ts +0 -59
- package/lib/routes/daily/index.ts +0 -98
- package/lib/routes/deeplearning/thebatch.ts +0 -62
- package/lib/routes/dlsite/index.ts +0 -13
- package/lib/routes/douban/other/latest-book.ts +0 -38
- package/lib/routes/ft/channel.ts +0 -38
- package/lib/routes/gov/anhui/kjt.ts +0 -65
- package/lib/routes/gov/namespace.ts +0 -45
- package/lib/routes/gov/news/index.ts +0 -128
- package/lib/routes/gov/shanghai/rsj/ksxm.ts +0 -67
- package/lib/routes/gov/shanghai/wgj/wgj.ts +0 -102
- package/lib/routes/gov/shanghai/wsjkw/yqtb/index.ts +0 -58
- package/lib/routes/gov/shanghai/yjj/index.ts +0 -72
- package/lib/routes/ieee/earlyaccess.ts +0 -100
- package/lib/routes/ieee/recent.ts +0 -107
- package/lib/routes/jisilu/index.ts +0 -133
- package/lib/routes/miui/index.ts +0 -55
- package/lib/routes/mvm/index.ts +0 -86
- package/lib/routes/mvm/namespace.ts +0 -6
- package/lib/routes/nber/index.ts +0 -81
- package/lib/routes/nhentai/other.ts +0 -60
- package/lib/routes/panewslab/index.ts +0 -91
- package/lib/routes/sdu/cs.ts +0 -80
- package/lib/routes/sse/lawandrules.ts +0 -68
- package/lib/routes/syosetu/chapter.ts +0 -87
- package/lib/routes/taptap/changelog.ts +0 -71
- package/lib/routes/taptap/review.ts +0 -170
- package/lib/routes/thecatcity/index.ts +0 -78
- package/lib/routes/thecatcity/namespace.ts +0 -6
- package/lib/routes/thecatcity/terms-map.ts +0 -28
- package/lib/routes/theinitium/full.ts +0 -178
- package/lib/routes/twitter/api-fallback-common.ts +0 -17
- package/lib/routes/twitter/collection.ts +0 -86
- package/lib/routes/twitter/developer-api/search.ts +0 -22
- package/lib/routes/twitter/developer-api/user.ts +0 -37
- package/lib/routes/twitter/followings.ts +0 -75
- package/lib/routes/twitter/web-api/constants.ts +0 -86
- package/lib/routes/twitter/web-api/login.ts +0 -184
- package/lib/routes/twitter/web-api/media.ts +0 -25
- package/lib/routes/twitter/web-api/search.ts +0 -18
- package/lib/routes/twitter/web-api/token.ts +0 -41
- package/lib/routes/twitter/web-api/tweet.ts +0 -27
- package/lib/routes/twitter/web-api/twitter-api.ts +0 -281
- package/lib/routes/twitter/web-api/user.ts +0 -30
- package/lib/routes/wechat/feeds.ts +0 -23
- package/lib/routes/wechat/wxnmh.ts +0 -45
- package/lib/routes/xiaohongshu/notes.ts +0 -31
- package/lib/routes/yahoo/news/tw/index.ts +0 -79
- package/lib/routes/yahoo/news/tw/provider-helper.ts +0 -42
- package/lib/routes/yahoo/news/tw/provider.ts +0 -47
- package/lib/routes/yahoo/news/tw/utils.ts +0 -125
- package/lib/routes/yahoo/news/us/index.ts +0 -54
- package/lib/routes/zaker/index.ts +0 -80
- package/lib/routes/zaobao/index.ts +0 -37
- package/lib/routes/zhihu/hotlist.ts +0 -72
- package/lib/routes-deprecated/005tv/zx.js +0 -24
- package/lib/routes-deprecated/1x/index.js +0 -69
- package/lib/routes-deprecated/21caijing/channel.js +0 -76
- package/lib/routes-deprecated/afdian/dynamic.js +0 -36
- package/lib/routes-deprecated/afdian/explore.js +0 -57
- package/lib/routes-deprecated/anime1/anime.js +0 -25
- package/lib/routes-deprecated/anime1/search.js +0 -25
- package/lib/routes-deprecated/bjnews/news.js +0 -44
- package/lib/routes-deprecated/blogread/newest.js +0 -30
- package/lib/routes-deprecated/blogs/wordpress.js +0 -50
- package/lib/routes-deprecated/dykszx/news.js +0 -60
- package/lib/routes-deprecated/dytt/index.js +0 -60
- package/lib/routes-deprecated/fanbox/conv.js +0 -227
- package/lib/routes-deprecated/fanbox/header.js +0 -13
- package/lib/routes-deprecated/fanbox/main.js +0 -45
- package/lib/routes-deprecated/furaffinity/browse.js +0 -44
- package/lib/routes-deprecated/furaffinity/commissions.js +0 -39
- package/lib/routes-deprecated/furaffinity/favorites.js +0 -56
- package/lib/routes-deprecated/furaffinity/gallery.js +0 -56
- package/lib/routes-deprecated/furaffinity/home.js +0 -72
- package/lib/routes-deprecated/furaffinity/journal-comments.js +0 -50
- package/lib/routes-deprecated/furaffinity/journals.js +0 -49
- package/lib/routes-deprecated/furaffinity/scraps.js +0 -56
- package/lib/routes-deprecated/furaffinity/search.js +0 -56
- package/lib/routes-deprecated/furaffinity/shouts.js +0 -40
- package/lib/routes-deprecated/furaffinity/status.js +0 -38
- package/lib/routes-deprecated/furaffinity/submission-comments.js +0 -50
- package/lib/routes-deprecated/furaffinity/user.js +0 -108
- package/lib/routes-deprecated/furaffinity/watchers.js +0 -47
- package/lib/routes-deprecated/furaffinity/watching.js +0 -47
- package/lib/routes-deprecated/gamersky/ent.js +0 -89
- package/lib/routes-deprecated/gamersky/news.js +0 -34
- package/lib/routes-deprecated/geekpark/breakingnews.js +0 -25
- package/lib/routes-deprecated/hko/weather.js +0 -44
- package/lib/routes-deprecated/ieee/author.js +0 -30
- package/lib/routes-deprecated/ifanr/index.js +0 -71
- package/lib/routes-deprecated/infzm/news.js +0 -62
- package/lib/routes-deprecated/iplay/home.js +0 -26
- package/lib/routes-deprecated/iplay/utils.js +0 -57
- package/lib/routes-deprecated/kaopunews/index.js +0 -28
- package/lib/routes-deprecated/konachan/post-popular-recent.js +0 -67
- package/lib/routes-deprecated/kpmg/insights.js +0 -79
- package/lib/routes-deprecated/lol/newsindex.js +0 -87
- package/lib/routes-deprecated/manxiaosi/book.js +0 -49
- package/lib/routes-deprecated/matters/author.js +0 -49
- package/lib/routes-deprecated/matters/latest.js +0 -69
- package/lib/routes-deprecated/matters/tags.js +0 -56
- package/lib/routes-deprecated/p-articles/contributors.js +0 -45
- package/lib/routes-deprecated/p-articles/section.js +0 -53
- package/lib/routes-deprecated/p-articles/utils.js +0 -30
- package/lib/routes-deprecated/pcr/news-cn.js +0 -28
- package/lib/routes-deprecated/pcr/news-tw.js +0 -67
- package/lib/routes-deprecated/pediy/topic.js +0 -117
- package/lib/routes-deprecated/pediy/utils.js +0 -27
- package/lib/routes-deprecated/qstheory/index.js +0 -122
- package/lib/routes-deprecated/steam/search.js +0 -57
- package/lib/routes-deprecated/universities/bjtu/gs/index.js +0 -130
- package/lib/routes-deprecated/xiaoheihe/discount.js +0 -71
- package/lib/routes-deprecated/xiaoheihe/news.js +0 -51
- package/lib/routes-deprecated/xiaoheihe/user.js +0 -51
- package/lib/routes-deprecated/yande.re/post-popular-recent.js +0 -63
- package/lib/utils/request-wrapper.test.ts +0 -365
- package/lib/utils/request-wrapper.ts +0 -104
- package/lib/views/atom.art +0 -86
- package/lib/views/rss.art +0 -60
- package/lib/views/rss3-ums.ts +0 -62
- /package/lib/routes/{bangumi/templates/online → bangumi.online/templates}/image.art +0 -0
- /package/lib/routes/{bangumi/tv → bangumi.tv}/subject/utils.ts +0 -0
- /package/lib/routes/{bangumi/templates/tv → bangumi.tv/templates}/ep.art +0 -0
- /package/lib/routes/{bangumi/templates/tv → bangumi.tv/templates}/today.art +0 -0
- /package/lib/routes/{ft → ftchinese}/utils.ts +0 -0
- /package/lib/routes/gov/{shanghai → sh}/rsj/templates/ksxm.art +0 -0
- /package/lib/routes/gov/{shanghai → sh}/wgj/templates/wgj.art +0 -0
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
const queries = {
|
|
2
2
|
stream: {
|
|
3
|
-
query: `query UserStreamQuery(
|
|
4
|
-
$lookup: UserLookup!
|
|
5
|
-
) {
|
|
3
|
+
query: `query UserStreamQuery($lookup: UserLookup!) {
|
|
6
4
|
user: userLookup(lookup: $lookup) {
|
|
7
5
|
username
|
|
8
6
|
...UserStreamPage_user
|
|
@@ -15,23 +13,13 @@ const queries = {
|
|
|
15
13
|
}
|
|
16
14
|
|
|
17
15
|
fragment AudioCardActions_cloudcast on Cloudcast {
|
|
18
|
-
id
|
|
19
|
-
isPublic
|
|
20
|
-
slug
|
|
21
16
|
isExclusive
|
|
22
|
-
isUnlisted
|
|
23
|
-
isScheduled
|
|
24
|
-
isDraft
|
|
25
17
|
audioType
|
|
26
|
-
isDisabledCopyright
|
|
27
18
|
owner {
|
|
28
|
-
id
|
|
29
19
|
username
|
|
30
20
|
isSubscribedTo
|
|
31
21
|
isViewer
|
|
32
|
-
|
|
33
|
-
totalCount
|
|
34
|
-
}
|
|
22
|
+
id
|
|
35
23
|
}
|
|
36
24
|
...AudioCardFavoriteButton_cloudcast
|
|
37
25
|
...AudioCardRepostButton_cloudcast
|
|
@@ -40,19 +28,14 @@ const queries = {
|
|
|
40
28
|
...AudioCardHighlightButton_cloudcast
|
|
41
29
|
...AudioCardBoostButton_cloudcast
|
|
42
30
|
...AudioCardStats_cloudcast
|
|
31
|
+
...AudioCardMoreOptions_cloudcast
|
|
43
32
|
}
|
|
44
33
|
|
|
45
34
|
fragment AudioCardActions_viewer on Viewer {
|
|
46
|
-
me {
|
|
47
|
-
uploadLimits {
|
|
48
|
-
tracksPublishRemaining
|
|
49
|
-
showsPublishRemaining
|
|
50
|
-
}
|
|
51
|
-
id
|
|
52
|
-
}
|
|
53
35
|
...AudioCardFavoriteButton_viewer
|
|
54
36
|
...AudioCardRepostButton_viewer
|
|
55
37
|
...AudioCardHighlightButton_viewer
|
|
38
|
+
...AudioCardMoreOptions_viewer
|
|
56
39
|
}
|
|
57
40
|
|
|
58
41
|
fragment AudioCardAddToButton_cloudcast on Cloudcast {
|
|
@@ -115,18 +98,61 @@ const queries = {
|
|
|
115
98
|
}
|
|
116
99
|
}
|
|
117
100
|
|
|
101
|
+
fragment AudioCardMoreOptions_cloudcast on Cloudcast {
|
|
102
|
+
id
|
|
103
|
+
isPublic
|
|
104
|
+
slug
|
|
105
|
+
isUnlisted
|
|
106
|
+
isScheduled
|
|
107
|
+
isDraft
|
|
108
|
+
audioType
|
|
109
|
+
isDisabledCopyright
|
|
110
|
+
viewerAttribution {
|
|
111
|
+
status
|
|
112
|
+
id
|
|
113
|
+
}
|
|
114
|
+
viewerAttributionRequest {
|
|
115
|
+
id
|
|
116
|
+
}
|
|
117
|
+
creatorAttributions(first: 2) {
|
|
118
|
+
edges {
|
|
119
|
+
node {
|
|
120
|
+
id
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
owner {
|
|
125
|
+
id
|
|
126
|
+
username
|
|
127
|
+
isViewer
|
|
128
|
+
hasProFeatures
|
|
129
|
+
viewerIsAffiliate
|
|
130
|
+
displayName
|
|
131
|
+
affiliateUsers {
|
|
132
|
+
totalCount
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
fragment AudioCardMoreOptions_viewer on Viewer {
|
|
138
|
+
me {
|
|
139
|
+
id
|
|
140
|
+
hasProFeatures
|
|
141
|
+
uploadLimits {
|
|
142
|
+
tracksPublishRemaining
|
|
143
|
+
showsPublishRemaining
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
118
148
|
fragment AudioCardPlayButton_cloudcast on Cloudcast {
|
|
119
149
|
id
|
|
120
150
|
restrictedReason
|
|
121
151
|
owner {
|
|
122
|
-
displayName
|
|
123
|
-
country
|
|
124
|
-
username
|
|
125
152
|
isSubscribedTo
|
|
126
153
|
isViewer
|
|
127
154
|
id
|
|
128
155
|
}
|
|
129
|
-
slug
|
|
130
156
|
isAwaitingAudio
|
|
131
157
|
isDraft
|
|
132
158
|
isPlayable
|
|
@@ -138,14 +164,16 @@ const queries = {
|
|
|
138
164
|
}
|
|
139
165
|
audioLength
|
|
140
166
|
currentPosition
|
|
141
|
-
proportionListened
|
|
142
167
|
repeatPlayAmount
|
|
143
168
|
hasPlayCompleted
|
|
144
169
|
seekRestriction
|
|
145
170
|
previewUrl
|
|
146
|
-
isExclusivePreviewOnly
|
|
147
171
|
isExclusive
|
|
148
172
|
isDisabledCopyright
|
|
173
|
+
...AudioCardStaticPlayButton_cloudcast
|
|
174
|
+
...useAudioPreview_cloudcast
|
|
175
|
+
...useExclusivePreviewModal_cloudcast
|
|
176
|
+
...useExclusiveCloudcastModal_cloudcast
|
|
149
177
|
}
|
|
150
178
|
|
|
151
179
|
fragment AudioCardProgress_cloudcast on Cloudcast {
|
|
@@ -193,6 +221,16 @@ const queries = {
|
|
|
193
221
|
}
|
|
194
222
|
}
|
|
195
223
|
|
|
224
|
+
fragment AudioCardStaticPlayButton_cloudcast on Cloudcast {
|
|
225
|
+
owner {
|
|
226
|
+
username
|
|
227
|
+
id
|
|
228
|
+
}
|
|
229
|
+
slug
|
|
230
|
+
id
|
|
231
|
+
restrictedReason
|
|
232
|
+
}
|
|
233
|
+
|
|
196
234
|
fragment AudioCardStats_cloudcast on Cloudcast {
|
|
197
235
|
isExclusive
|
|
198
236
|
isDraft
|
|
@@ -206,11 +244,7 @@ const queries = {
|
|
|
206
244
|
id
|
|
207
245
|
}
|
|
208
246
|
tags(country: "GLOBAL") {
|
|
209
|
-
|
|
210
|
-
name
|
|
211
|
-
slug
|
|
212
|
-
id
|
|
213
|
-
}
|
|
247
|
+
...AudioCardTagsPreviewer_tag
|
|
214
248
|
}
|
|
215
249
|
...AudioCardTags_cloudcast
|
|
216
250
|
}
|
|
@@ -237,6 +271,14 @@ const queries = {
|
|
|
237
271
|
}
|
|
238
272
|
}
|
|
239
273
|
|
|
274
|
+
fragment AudioCardTagsPreviewer_tag on CloudcastTag {
|
|
275
|
+
tag {
|
|
276
|
+
name
|
|
277
|
+
slug
|
|
278
|
+
id
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
240
282
|
fragment AudioCardTags_cloudcast on Cloudcast {
|
|
241
283
|
tags(country: "GLOBAL") {
|
|
242
284
|
tag {
|
|
@@ -271,7 +313,6 @@ const queries = {
|
|
|
271
313
|
fragment AudioCard_cloudcast on Cloudcast {
|
|
272
314
|
id
|
|
273
315
|
slug
|
|
274
|
-
name
|
|
275
316
|
audioType
|
|
276
317
|
isAwaitingAudio
|
|
277
318
|
isDraft
|
|
@@ -285,13 +326,11 @@ const queries = {
|
|
|
285
326
|
username
|
|
286
327
|
id
|
|
287
328
|
}
|
|
288
|
-
|
|
289
|
-
...UGCImage_picture
|
|
290
|
-
}
|
|
329
|
+
...ImageCloudcast_cloudcast
|
|
291
330
|
...AudioCardTitle_cloudcast
|
|
292
331
|
...AudioCardProgress_cloudcast
|
|
293
332
|
...AudioCardActions_cloudcast
|
|
294
|
-
...
|
|
333
|
+
...CopyrightSupport_cloudcast
|
|
295
334
|
}
|
|
296
335
|
|
|
297
336
|
fragment AudioCard_viewer on Viewer {
|
|
@@ -305,6 +344,15 @@ const queries = {
|
|
|
305
344
|
}
|
|
306
345
|
}
|
|
307
346
|
|
|
347
|
+
fragment CopyrightSupport_cloudcast on Cloudcast {
|
|
348
|
+
name
|
|
349
|
+
slug
|
|
350
|
+
owner {
|
|
351
|
+
username
|
|
352
|
+
id
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
308
356
|
fragment ExclusiveCloudcastBadgeContainer_cloudcast on Cloudcast {
|
|
309
357
|
isExclusive
|
|
310
358
|
isExclusivePreviewOnly
|
|
@@ -320,10 +368,11 @@ const queries = {
|
|
|
320
368
|
id
|
|
321
369
|
}
|
|
322
370
|
|
|
323
|
-
fragment
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
371
|
+
fragment ImageCloudcast_cloudcast on Cloudcast {
|
|
372
|
+
name
|
|
373
|
+
picture {
|
|
374
|
+
urlRoot
|
|
375
|
+
primaryColor
|
|
327
376
|
}
|
|
328
377
|
}
|
|
329
378
|
|
|
@@ -338,11 +387,6 @@ const queries = {
|
|
|
338
387
|
}
|
|
339
388
|
}
|
|
340
389
|
|
|
341
|
-
fragment UGCImage_picture on Picture {
|
|
342
|
-
urlRoot
|
|
343
|
-
primaryColor
|
|
344
|
-
}
|
|
345
|
-
|
|
346
390
|
fragment UserBadge_user on User {
|
|
347
391
|
hasProFeatures
|
|
348
392
|
isStaff
|
|
@@ -373,16 +417,45 @@ const queries = {
|
|
|
373
417
|
|
|
374
418
|
fragment UserStreamPage_viewer on Viewer {
|
|
375
419
|
...AudioCard_viewer
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
fragment useAudioPreview_cloudcast on Cloudcast {
|
|
423
|
+
id
|
|
424
|
+
previewUrl
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
fragment useExclusiveCloudcastModal_cloudcast on Cloudcast {
|
|
428
|
+
id
|
|
429
|
+
isExclusive
|
|
430
|
+
owner {
|
|
431
|
+
username
|
|
432
|
+
id
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
fragment useExclusivePreviewModal_cloudcast on Cloudcast {
|
|
437
|
+
id
|
|
438
|
+
isExclusivePreviewOnly
|
|
439
|
+
owner {
|
|
440
|
+
username
|
|
441
|
+
id
|
|
442
|
+
}
|
|
376
443
|
}`,
|
|
377
444
|
},
|
|
378
445
|
uploads: {
|
|
379
446
|
query: `query UserUploadsQuery(
|
|
380
447
|
$lookup: UserLookup!
|
|
381
448
|
$orderBy: CloudcastOrderByEnum
|
|
449
|
+
$onlyAttributedTo: ID!
|
|
450
|
+
$hasAttributedTo: Boolean!
|
|
382
451
|
) {
|
|
383
452
|
user: userLookup(lookup: $lookup) {
|
|
384
453
|
username
|
|
385
|
-
...
|
|
454
|
+
...UserUploadsPage_user_38hcZE
|
|
455
|
+
id
|
|
456
|
+
}
|
|
457
|
+
affiliateUser: user(id: $onlyAttributedTo) @include(if: $hasAttributedTo) {
|
|
458
|
+
...UserUploadsPageAffiliate_user
|
|
386
459
|
id
|
|
387
460
|
}
|
|
388
461
|
viewer {
|
|
@@ -392,23 +465,13 @@ const queries = {
|
|
|
392
465
|
}
|
|
393
466
|
|
|
394
467
|
fragment AudioCardActions_cloudcast on Cloudcast {
|
|
395
|
-
id
|
|
396
|
-
isPublic
|
|
397
|
-
slug
|
|
398
468
|
isExclusive
|
|
399
|
-
isUnlisted
|
|
400
|
-
isScheduled
|
|
401
|
-
isDraft
|
|
402
469
|
audioType
|
|
403
|
-
isDisabledCopyright
|
|
404
470
|
owner {
|
|
405
|
-
id
|
|
406
471
|
username
|
|
407
472
|
isSubscribedTo
|
|
408
473
|
isViewer
|
|
409
|
-
|
|
410
|
-
totalCount
|
|
411
|
-
}
|
|
474
|
+
id
|
|
412
475
|
}
|
|
413
476
|
...AudioCardFavoriteButton_cloudcast
|
|
414
477
|
...AudioCardRepostButton_cloudcast
|
|
@@ -417,19 +480,14 @@ const queries = {
|
|
|
417
480
|
...AudioCardHighlightButton_cloudcast
|
|
418
481
|
...AudioCardBoostButton_cloudcast
|
|
419
482
|
...AudioCardStats_cloudcast
|
|
483
|
+
...AudioCardMoreOptions_cloudcast
|
|
420
484
|
}
|
|
421
485
|
|
|
422
486
|
fragment AudioCardActions_viewer on Viewer {
|
|
423
|
-
me {
|
|
424
|
-
uploadLimits {
|
|
425
|
-
tracksPublishRemaining
|
|
426
|
-
showsPublishRemaining
|
|
427
|
-
}
|
|
428
|
-
id
|
|
429
|
-
}
|
|
430
487
|
...AudioCardFavoriteButton_viewer
|
|
431
488
|
...AudioCardRepostButton_viewer
|
|
432
489
|
...AudioCardHighlightButton_viewer
|
|
490
|
+
...AudioCardMoreOptions_viewer
|
|
433
491
|
}
|
|
434
492
|
|
|
435
493
|
fragment AudioCardAddToButton_cloudcast on Cloudcast {
|
|
@@ -492,18 +550,61 @@ const queries = {
|
|
|
492
550
|
}
|
|
493
551
|
}
|
|
494
552
|
|
|
553
|
+
fragment AudioCardMoreOptions_cloudcast on Cloudcast {
|
|
554
|
+
id
|
|
555
|
+
isPublic
|
|
556
|
+
slug
|
|
557
|
+
isUnlisted
|
|
558
|
+
isScheduled
|
|
559
|
+
isDraft
|
|
560
|
+
audioType
|
|
561
|
+
isDisabledCopyright
|
|
562
|
+
viewerAttribution {
|
|
563
|
+
status
|
|
564
|
+
id
|
|
565
|
+
}
|
|
566
|
+
viewerAttributionRequest {
|
|
567
|
+
id
|
|
568
|
+
}
|
|
569
|
+
creatorAttributions(first: 2) {
|
|
570
|
+
edges {
|
|
571
|
+
node {
|
|
572
|
+
id
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
owner {
|
|
577
|
+
id
|
|
578
|
+
username
|
|
579
|
+
isViewer
|
|
580
|
+
hasProFeatures
|
|
581
|
+
viewerIsAffiliate
|
|
582
|
+
displayName
|
|
583
|
+
affiliateUsers {
|
|
584
|
+
totalCount
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
fragment AudioCardMoreOptions_viewer on Viewer {
|
|
590
|
+
me {
|
|
591
|
+
id
|
|
592
|
+
hasProFeatures
|
|
593
|
+
uploadLimits {
|
|
594
|
+
tracksPublishRemaining
|
|
595
|
+
showsPublishRemaining
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
495
600
|
fragment AudioCardPlayButton_cloudcast on Cloudcast {
|
|
496
601
|
id
|
|
497
602
|
restrictedReason
|
|
498
603
|
owner {
|
|
499
|
-
displayName
|
|
500
|
-
country
|
|
501
|
-
username
|
|
502
604
|
isSubscribedTo
|
|
503
605
|
isViewer
|
|
504
606
|
id
|
|
505
607
|
}
|
|
506
|
-
slug
|
|
507
608
|
isAwaitingAudio
|
|
508
609
|
isDraft
|
|
509
610
|
isPlayable
|
|
@@ -515,14 +616,16 @@ const queries = {
|
|
|
515
616
|
}
|
|
516
617
|
audioLength
|
|
517
618
|
currentPosition
|
|
518
|
-
proportionListened
|
|
519
619
|
repeatPlayAmount
|
|
520
620
|
hasPlayCompleted
|
|
521
621
|
seekRestriction
|
|
522
622
|
previewUrl
|
|
523
|
-
isExclusivePreviewOnly
|
|
524
623
|
isExclusive
|
|
525
624
|
isDisabledCopyright
|
|
625
|
+
...AudioCardStaticPlayButton_cloudcast
|
|
626
|
+
...useAudioPreview_cloudcast
|
|
627
|
+
...useExclusivePreviewModal_cloudcast
|
|
628
|
+
...useExclusiveCloudcastModal_cloudcast
|
|
526
629
|
}
|
|
527
630
|
|
|
528
631
|
fragment AudioCardProgress_cloudcast on Cloudcast {
|
|
@@ -570,6 +673,16 @@ const queries = {
|
|
|
570
673
|
}
|
|
571
674
|
}
|
|
572
675
|
|
|
676
|
+
fragment AudioCardStaticPlayButton_cloudcast on Cloudcast {
|
|
677
|
+
owner {
|
|
678
|
+
username
|
|
679
|
+
id
|
|
680
|
+
}
|
|
681
|
+
slug
|
|
682
|
+
id
|
|
683
|
+
restrictedReason
|
|
684
|
+
}
|
|
685
|
+
|
|
573
686
|
fragment AudioCardStats_cloudcast on Cloudcast {
|
|
574
687
|
isExclusive
|
|
575
688
|
isDraft
|
|
@@ -583,11 +696,7 @@ const queries = {
|
|
|
583
696
|
id
|
|
584
697
|
}
|
|
585
698
|
tags(country: "GLOBAL") {
|
|
586
|
-
|
|
587
|
-
name
|
|
588
|
-
slug
|
|
589
|
-
id
|
|
590
|
-
}
|
|
699
|
+
...AudioCardTagsPreviewer_tag
|
|
591
700
|
}
|
|
592
701
|
...AudioCardTags_cloudcast
|
|
593
702
|
}
|
|
@@ -614,6 +723,14 @@ const queries = {
|
|
|
614
723
|
}
|
|
615
724
|
}
|
|
616
725
|
|
|
726
|
+
fragment AudioCardTagsPreviewer_tag on CloudcastTag {
|
|
727
|
+
tag {
|
|
728
|
+
name
|
|
729
|
+
slug
|
|
730
|
+
id
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
|
|
617
734
|
fragment AudioCardTags_cloudcast on Cloudcast {
|
|
618
735
|
tags(country: "GLOBAL") {
|
|
619
736
|
tag {
|
|
@@ -648,7 +765,6 @@ const queries = {
|
|
|
648
765
|
fragment AudioCard_cloudcast on Cloudcast {
|
|
649
766
|
id
|
|
650
767
|
slug
|
|
651
|
-
name
|
|
652
768
|
audioType
|
|
653
769
|
isAwaitingAudio
|
|
654
770
|
isDraft
|
|
@@ -662,13 +778,11 @@ const queries = {
|
|
|
662
778
|
username
|
|
663
779
|
id
|
|
664
780
|
}
|
|
665
|
-
|
|
666
|
-
...UGCImage_picture
|
|
667
|
-
}
|
|
781
|
+
...ImageCloudcast_cloudcast
|
|
668
782
|
...AudioCardTitle_cloudcast
|
|
669
783
|
...AudioCardProgress_cloudcast
|
|
670
784
|
...AudioCardActions_cloudcast
|
|
671
|
-
...
|
|
785
|
+
...CopyrightSupport_cloudcast
|
|
672
786
|
}
|
|
673
787
|
|
|
674
788
|
fragment AudioCard_viewer on Viewer {
|
|
@@ -682,6 +796,15 @@ const queries = {
|
|
|
682
796
|
}
|
|
683
797
|
}
|
|
684
798
|
|
|
799
|
+
fragment CopyrightSupport_cloudcast on Cloudcast {
|
|
800
|
+
name
|
|
801
|
+
slug
|
|
802
|
+
owner {
|
|
803
|
+
username
|
|
804
|
+
id
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
|
|
685
808
|
fragment ExclusiveCloudcastBadgeContainer_cloudcast on Cloudcast {
|
|
686
809
|
isExclusive
|
|
687
810
|
isExclusivePreviewOnly
|
|
@@ -697,10 +820,20 @@ const queries = {
|
|
|
697
820
|
id
|
|
698
821
|
}
|
|
699
822
|
|
|
700
|
-
fragment
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
823
|
+
fragment ImageCloudcast_cloudcast on Cloudcast {
|
|
824
|
+
name
|
|
825
|
+
picture {
|
|
826
|
+
urlRoot
|
|
827
|
+
primaryColor
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
fragment ProfileSearchAudioCardList_user on User {
|
|
832
|
+
username
|
|
833
|
+
displayName
|
|
834
|
+
id
|
|
835
|
+
picture {
|
|
836
|
+
urlRoot
|
|
704
837
|
}
|
|
705
838
|
}
|
|
706
839
|
|
|
@@ -715,24 +848,37 @@ const queries = {
|
|
|
715
848
|
}
|
|
716
849
|
}
|
|
717
850
|
|
|
718
|
-
fragment UGCImage_picture on Picture {
|
|
719
|
-
urlRoot
|
|
720
|
-
primaryColor
|
|
721
|
-
}
|
|
722
|
-
|
|
723
851
|
fragment UserBadge_user on User {
|
|
724
852
|
hasProFeatures
|
|
725
853
|
isStaff
|
|
726
854
|
hasPremiumFeatures
|
|
727
855
|
}
|
|
728
856
|
|
|
729
|
-
fragment
|
|
857
|
+
fragment UserUploadsPageAffiliate_user on User {
|
|
858
|
+
displayName
|
|
859
|
+
username
|
|
860
|
+
id
|
|
861
|
+
picture {
|
|
862
|
+
urlRoot
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
fragment UserUploadsPage_user_38hcZE on User {
|
|
730
867
|
id
|
|
731
868
|
displayName
|
|
732
869
|
username
|
|
733
870
|
isViewer
|
|
871
|
+
hasProFeatures
|
|
872
|
+
viewerIsAffiliate
|
|
734
873
|
...ShareAudioCardList_user
|
|
735
|
-
|
|
874
|
+
...ProfileSearchAudioCardList_user
|
|
875
|
+
uploads(
|
|
876
|
+
first: 10
|
|
877
|
+
isPublic: true
|
|
878
|
+
orderBy: $orderBy
|
|
879
|
+
audioTypes: [SHOW]
|
|
880
|
+
onlyAttributedTo: $onlyAttributedTo
|
|
881
|
+
) {
|
|
736
882
|
edges {
|
|
737
883
|
node {
|
|
738
884
|
...AudioCard_cloudcast
|
|
@@ -745,17 +891,483 @@ const queries = {
|
|
|
745
891
|
endCursor
|
|
746
892
|
hasNextPage
|
|
747
893
|
}
|
|
894
|
+
totalCount
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
fragment UserUploadsPage_viewer on Viewer {
|
|
899
|
+
...AudioCard_viewer
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
fragment useAudioPreview_cloudcast on Cloudcast {
|
|
903
|
+
id
|
|
904
|
+
previewUrl
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
fragment useExclusiveCloudcastModal_cloudcast on Cloudcast {
|
|
908
|
+
id
|
|
909
|
+
isExclusive
|
|
910
|
+
owner {
|
|
911
|
+
username
|
|
912
|
+
id
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
fragment useExclusivePreviewModal_cloudcast on Cloudcast {
|
|
917
|
+
id
|
|
918
|
+
isExclusivePreviewOnly
|
|
919
|
+
owner {
|
|
920
|
+
username
|
|
921
|
+
id
|
|
922
|
+
}
|
|
923
|
+
}`,
|
|
924
|
+
},
|
|
925
|
+
reposts: {
|
|
926
|
+
query: `query UserRepostsQuery($lookup: UserLookup!) {
|
|
927
|
+
user: userLookup(lookup: $lookup) {
|
|
928
|
+
username
|
|
929
|
+
...UserRepostsPage_user
|
|
930
|
+
id
|
|
931
|
+
}
|
|
932
|
+
viewer {
|
|
933
|
+
...UserRepostsPage_viewer
|
|
934
|
+
id
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
fragment AudioCardActions_cloudcast on Cloudcast {
|
|
939
|
+
isExclusive
|
|
940
|
+
audioType
|
|
941
|
+
owner {
|
|
942
|
+
username
|
|
943
|
+
isSubscribedTo
|
|
944
|
+
isViewer
|
|
945
|
+
id
|
|
946
|
+
}
|
|
947
|
+
...AudioCardFavoriteButton_cloudcast
|
|
948
|
+
...AudioCardRepostButton_cloudcast
|
|
949
|
+
...AudioCardShareButton_cloudcast
|
|
950
|
+
...AudioCardAddToButton_cloudcast
|
|
951
|
+
...AudioCardHighlightButton_cloudcast
|
|
952
|
+
...AudioCardBoostButton_cloudcast
|
|
953
|
+
...AudioCardStats_cloudcast
|
|
954
|
+
...AudioCardMoreOptions_cloudcast
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
fragment AudioCardActions_viewer on Viewer {
|
|
958
|
+
...AudioCardFavoriteButton_viewer
|
|
959
|
+
...AudioCardRepostButton_viewer
|
|
960
|
+
...AudioCardHighlightButton_viewer
|
|
961
|
+
...AudioCardMoreOptions_viewer
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
fragment AudioCardAddToButton_cloudcast on Cloudcast {
|
|
965
|
+
id
|
|
966
|
+
isUnlisted
|
|
967
|
+
isPublic
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
fragment AudioCardBoostButton_cloudcast on Cloudcast {
|
|
971
|
+
id
|
|
972
|
+
isPublic
|
|
973
|
+
owner {
|
|
974
|
+
id
|
|
975
|
+
isViewer
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
fragment AudioCardFavoriteButton_cloudcast on Cloudcast {
|
|
980
|
+
id
|
|
981
|
+
isFavorited
|
|
982
|
+
isPublic
|
|
983
|
+
hiddenStats
|
|
984
|
+
favorites {
|
|
985
|
+
totalCount
|
|
986
|
+
}
|
|
987
|
+
slug
|
|
988
|
+
owner {
|
|
989
|
+
id
|
|
990
|
+
isFollowing
|
|
991
|
+
username
|
|
992
|
+
isSelect
|
|
993
|
+
displayName
|
|
994
|
+
isViewer
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
fragment AudioCardFavoriteButton_viewer on Viewer {
|
|
999
|
+
me {
|
|
1000
|
+
id
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
fragment AudioCardHighlightButton_cloudcast on Cloudcast {
|
|
1005
|
+
id
|
|
1006
|
+
isPublic
|
|
1007
|
+
isHighlighted
|
|
1008
|
+
owner {
|
|
1009
|
+
isViewer
|
|
1010
|
+
id
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
fragment AudioCardHighlightButton_viewer on Viewer {
|
|
1015
|
+
me {
|
|
1016
|
+
id
|
|
1017
|
+
hasProFeatures
|
|
1018
|
+
highlighted {
|
|
1019
|
+
totalCount
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
fragment AudioCardMoreOptions_cloudcast on Cloudcast {
|
|
1025
|
+
id
|
|
1026
|
+
isPublic
|
|
1027
|
+
slug
|
|
1028
|
+
isUnlisted
|
|
1029
|
+
isScheduled
|
|
1030
|
+
isDraft
|
|
1031
|
+
audioType
|
|
1032
|
+
isDisabledCopyright
|
|
1033
|
+
viewerAttribution {
|
|
1034
|
+
status
|
|
1035
|
+
id
|
|
1036
|
+
}
|
|
1037
|
+
viewerAttributionRequest {
|
|
1038
|
+
id
|
|
1039
|
+
}
|
|
1040
|
+
creatorAttributions(first: 2) {
|
|
1041
|
+
edges {
|
|
1042
|
+
node {
|
|
1043
|
+
id
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
owner {
|
|
1048
|
+
id
|
|
1049
|
+
username
|
|
1050
|
+
isViewer
|
|
1051
|
+
hasProFeatures
|
|
1052
|
+
viewerIsAffiliate
|
|
1053
|
+
displayName
|
|
1054
|
+
affiliateUsers {
|
|
1055
|
+
totalCount
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
fragment AudioCardMoreOptions_viewer on Viewer {
|
|
1061
|
+
me {
|
|
1062
|
+
id
|
|
1063
|
+
hasProFeatures
|
|
1064
|
+
uploadLimits {
|
|
1065
|
+
tracksPublishRemaining
|
|
1066
|
+
showsPublishRemaining
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
fragment AudioCardPlayButton_cloudcast on Cloudcast {
|
|
1072
|
+
id
|
|
1073
|
+
restrictedReason
|
|
1074
|
+
owner {
|
|
1075
|
+
isSubscribedTo
|
|
1076
|
+
isViewer
|
|
1077
|
+
id
|
|
1078
|
+
}
|
|
1079
|
+
isAwaitingAudio
|
|
1080
|
+
isDraft
|
|
1081
|
+
isPlayable
|
|
1082
|
+
streamInfo {
|
|
1083
|
+
hlsUrl
|
|
1084
|
+
dashUrl
|
|
1085
|
+
url
|
|
1086
|
+
uuid
|
|
1087
|
+
}
|
|
1088
|
+
audioLength
|
|
1089
|
+
currentPosition
|
|
1090
|
+
repeatPlayAmount
|
|
1091
|
+
hasPlayCompleted
|
|
1092
|
+
seekRestriction
|
|
1093
|
+
previewUrl
|
|
1094
|
+
isExclusive
|
|
1095
|
+
isDisabledCopyright
|
|
1096
|
+
...AudioCardStaticPlayButton_cloudcast
|
|
1097
|
+
...useAudioPreview_cloudcast
|
|
1098
|
+
...useExclusivePreviewModal_cloudcast
|
|
1099
|
+
...useExclusiveCloudcastModal_cloudcast
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
fragment AudioCardProgress_cloudcast on Cloudcast {
|
|
1103
|
+
id
|
|
1104
|
+
proportionListened
|
|
1105
|
+
audioLength
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
fragment AudioCardRepostButton_cloudcast on Cloudcast {
|
|
1109
|
+
id
|
|
1110
|
+
isReposted
|
|
1111
|
+
isExclusive
|
|
1112
|
+
isPublic
|
|
1113
|
+
reposts {
|
|
1114
|
+
totalCount
|
|
1115
|
+
}
|
|
1116
|
+
owner {
|
|
1117
|
+
isViewer
|
|
1118
|
+
isSubscribedTo
|
|
1119
|
+
id
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
fragment AudioCardRepostButton_viewer on Viewer {
|
|
1124
|
+
me {
|
|
1125
|
+
id
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
fragment AudioCardShareButton_cloudcast on Cloudcast {
|
|
1130
|
+
id
|
|
1131
|
+
isUnlisted
|
|
1132
|
+
isPublic
|
|
1133
|
+
slug
|
|
1134
|
+
description
|
|
1135
|
+
audioType
|
|
1136
|
+
picture {
|
|
1137
|
+
urlRoot
|
|
1138
|
+
}
|
|
1139
|
+
owner {
|
|
1140
|
+
displayName
|
|
1141
|
+
isViewer
|
|
1142
|
+
username
|
|
1143
|
+
id
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
fragment AudioCardStaticPlayButton_cloudcast on Cloudcast {
|
|
1148
|
+
owner {
|
|
1149
|
+
username
|
|
1150
|
+
id
|
|
1151
|
+
}
|
|
1152
|
+
slug
|
|
1153
|
+
id
|
|
1154
|
+
restrictedReason
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
fragment AudioCardStats_cloudcast on Cloudcast {
|
|
1158
|
+
isExclusive
|
|
1159
|
+
isDraft
|
|
1160
|
+
hiddenStats
|
|
1161
|
+
plays
|
|
1162
|
+
publishDate
|
|
1163
|
+
qualityScore
|
|
1164
|
+
listenerMinutes
|
|
1165
|
+
owner {
|
|
1166
|
+
isSubscribedTo
|
|
1167
|
+
id
|
|
1168
|
+
}
|
|
1169
|
+
tags(country: "GLOBAL") {
|
|
1170
|
+
...AudioCardTagsPreviewer_tag
|
|
1171
|
+
}
|
|
1172
|
+
...AudioCardTags_cloudcast
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
fragment AudioCardSubLinks_cloudcast on Cloudcast {
|
|
1176
|
+
id
|
|
1177
|
+
isExclusive
|
|
1178
|
+
owner {
|
|
1179
|
+
id
|
|
1180
|
+
displayName
|
|
1181
|
+
username
|
|
1182
|
+
...Hovercard_user
|
|
1183
|
+
}
|
|
1184
|
+
creatorAttributions(first: 2) {
|
|
1185
|
+
totalCount
|
|
1186
|
+
edges {
|
|
1187
|
+
node {
|
|
1188
|
+
id
|
|
1189
|
+
displayName
|
|
1190
|
+
username
|
|
1191
|
+
...Hovercard_user
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
fragment AudioCardTagsPreviewer_tag on CloudcastTag {
|
|
1198
|
+
tag {
|
|
1199
|
+
name
|
|
1200
|
+
slug
|
|
1201
|
+
id
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
fragment AudioCardTags_cloudcast on Cloudcast {
|
|
1206
|
+
tags(country: "GLOBAL") {
|
|
1207
|
+
tag {
|
|
1208
|
+
name
|
|
1209
|
+
slug
|
|
1210
|
+
id
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
fragment AudioCardTitle_cloudcast on Cloudcast {
|
|
1216
|
+
id
|
|
1217
|
+
slug
|
|
1218
|
+
name
|
|
1219
|
+
audioType
|
|
1220
|
+
audioQuality
|
|
1221
|
+
isLiveRecording
|
|
1222
|
+
isExclusive
|
|
1223
|
+
owner {
|
|
1224
|
+
id
|
|
1225
|
+
username
|
|
1226
|
+
...UserBadge_user
|
|
1227
|
+
}
|
|
1228
|
+
creatorAttributions(first: 2) {
|
|
1229
|
+
totalCount
|
|
1230
|
+
}
|
|
1231
|
+
...AudioCardSubLinks_cloudcast
|
|
1232
|
+
...AudioCardPlayButton_cloudcast
|
|
1233
|
+
...ExclusiveCloudcastBadgeContainer_cloudcast
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
fragment AudioCard_cloudcast on Cloudcast {
|
|
1237
|
+
id
|
|
1238
|
+
slug
|
|
1239
|
+
audioType
|
|
1240
|
+
isAwaitingAudio
|
|
1241
|
+
isDraft
|
|
1242
|
+
isScheduled
|
|
1243
|
+
restrictedReason
|
|
1244
|
+
publishDate
|
|
1245
|
+
isLiveRecording
|
|
1246
|
+
isDisabledCopyright
|
|
1247
|
+
owner {
|
|
1248
|
+
isViewer
|
|
1249
|
+
username
|
|
1250
|
+
id
|
|
1251
|
+
}
|
|
1252
|
+
...ImageCloudcast_cloudcast
|
|
1253
|
+
...AudioCardTitle_cloudcast
|
|
1254
|
+
...AudioCardProgress_cloudcast
|
|
1255
|
+
...AudioCardActions_cloudcast
|
|
1256
|
+
...CopyrightSupport_cloudcast
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
fragment AudioCard_viewer on Viewer {
|
|
1260
|
+
...AudioCardActions_viewer
|
|
1261
|
+
me {
|
|
1262
|
+
uploadLimits {
|
|
1263
|
+
tracksPublishRemaining
|
|
1264
|
+
showsPublishRemaining
|
|
1265
|
+
}
|
|
1266
|
+
id
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
fragment CopyrightSupport_cloudcast on Cloudcast {
|
|
1271
|
+
name
|
|
1272
|
+
slug
|
|
1273
|
+
owner {
|
|
1274
|
+
username
|
|
1275
|
+
id
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
fragment ExclusiveCloudcastBadgeContainer_cloudcast on Cloudcast {
|
|
1280
|
+
isExclusive
|
|
1281
|
+
isExclusivePreviewOnly
|
|
1282
|
+
slug
|
|
1283
|
+
id
|
|
1284
|
+
owner {
|
|
1285
|
+
username
|
|
1286
|
+
id
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
fragment Hovercard_user on User {
|
|
1291
|
+
id
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
fragment ImageCloudcast_cloudcast on Cloudcast {
|
|
1295
|
+
name
|
|
1296
|
+
picture {
|
|
1297
|
+
urlRoot
|
|
1298
|
+
primaryColor
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
fragment ShareAudioCardList_user on User {
|
|
1303
|
+
biog
|
|
1304
|
+
username
|
|
1305
|
+
displayName
|
|
1306
|
+
id
|
|
1307
|
+
isUploader
|
|
1308
|
+
picture {
|
|
1309
|
+
urlRoot
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
fragment UserBadge_user on User {
|
|
1314
|
+
hasProFeatures
|
|
1315
|
+
isStaff
|
|
1316
|
+
hasPremiumFeatures
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
fragment UserRepostsPage_user on User {
|
|
1320
|
+
id
|
|
1321
|
+
displayName
|
|
1322
|
+
username
|
|
1323
|
+
isViewer
|
|
1324
|
+
...ShareAudioCardList_user
|
|
1325
|
+
reposted(first: 10, audioTypes: [SHOW, TRACK]) {
|
|
1326
|
+
edges {
|
|
1327
|
+
node {
|
|
1328
|
+
...AudioCard_cloudcast
|
|
1329
|
+
id
|
|
1330
|
+
__typename
|
|
1331
|
+
}
|
|
1332
|
+
cursor
|
|
1333
|
+
}
|
|
1334
|
+
pageInfo {
|
|
1335
|
+
endCursor
|
|
1336
|
+
hasNextPage
|
|
1337
|
+
}
|
|
1338
|
+
totalCount
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
fragment UserRepostsPage_viewer on Viewer {
|
|
1343
|
+
...AudioCard_viewer
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
fragment useAudioPreview_cloudcast on Cloudcast {
|
|
1347
|
+
id
|
|
1348
|
+
previewUrl
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
fragment useExclusiveCloudcastModal_cloudcast on Cloudcast {
|
|
1352
|
+
id
|
|
1353
|
+
isExclusive
|
|
1354
|
+
owner {
|
|
1355
|
+
username
|
|
1356
|
+
id
|
|
748
1357
|
}
|
|
749
1358
|
}
|
|
750
1359
|
|
|
751
|
-
fragment
|
|
752
|
-
|
|
1360
|
+
fragment useExclusivePreviewModal_cloudcast on Cloudcast {
|
|
1361
|
+
id
|
|
1362
|
+
isExclusivePreviewOnly
|
|
1363
|
+
owner {
|
|
1364
|
+
username
|
|
1365
|
+
id
|
|
1366
|
+
}
|
|
753
1367
|
}`,
|
|
754
1368
|
},
|
|
755
1369
|
favorites: {
|
|
756
|
-
query: `query UserFavoritesQuery(
|
|
757
|
-
$lookup: UserLookup!
|
|
758
|
-
) {
|
|
1370
|
+
query: `query UserFavoritesQuery($lookup: UserLookup!) {
|
|
759
1371
|
user: userLookup(lookup: $lookup) {
|
|
760
1372
|
username
|
|
761
1373
|
hiddenFavorites: favorites {
|
|
@@ -771,23 +1383,13 @@ const queries = {
|
|
|
771
1383
|
}
|
|
772
1384
|
|
|
773
1385
|
fragment AudioCardActions_cloudcast on Cloudcast {
|
|
774
|
-
id
|
|
775
|
-
isPublic
|
|
776
|
-
slug
|
|
777
1386
|
isExclusive
|
|
778
|
-
isUnlisted
|
|
779
|
-
isScheduled
|
|
780
|
-
isDraft
|
|
781
1387
|
audioType
|
|
782
|
-
isDisabledCopyright
|
|
783
1388
|
owner {
|
|
784
|
-
id
|
|
785
1389
|
username
|
|
786
1390
|
isSubscribedTo
|
|
787
1391
|
isViewer
|
|
788
|
-
|
|
789
|
-
totalCount
|
|
790
|
-
}
|
|
1392
|
+
id
|
|
791
1393
|
}
|
|
792
1394
|
...AudioCardFavoriteButton_cloudcast
|
|
793
1395
|
...AudioCardRepostButton_cloudcast
|
|
@@ -796,19 +1398,14 @@ const queries = {
|
|
|
796
1398
|
...AudioCardHighlightButton_cloudcast
|
|
797
1399
|
...AudioCardBoostButton_cloudcast
|
|
798
1400
|
...AudioCardStats_cloudcast
|
|
1401
|
+
...AudioCardMoreOptions_cloudcast
|
|
799
1402
|
}
|
|
800
1403
|
|
|
801
1404
|
fragment AudioCardActions_viewer on Viewer {
|
|
802
|
-
me {
|
|
803
|
-
uploadLimits {
|
|
804
|
-
tracksPublishRemaining
|
|
805
|
-
showsPublishRemaining
|
|
806
|
-
}
|
|
807
|
-
id
|
|
808
|
-
}
|
|
809
1405
|
...AudioCardFavoriteButton_viewer
|
|
810
1406
|
...AudioCardRepostButton_viewer
|
|
811
1407
|
...AudioCardHighlightButton_viewer
|
|
1408
|
+
...AudioCardMoreOptions_viewer
|
|
812
1409
|
}
|
|
813
1410
|
|
|
814
1411
|
fragment AudioCardAddToButton_cloudcast on Cloudcast {
|
|
@@ -871,18 +1468,61 @@ const queries = {
|
|
|
871
1468
|
}
|
|
872
1469
|
}
|
|
873
1470
|
|
|
1471
|
+
fragment AudioCardMoreOptions_cloudcast on Cloudcast {
|
|
1472
|
+
id
|
|
1473
|
+
isPublic
|
|
1474
|
+
slug
|
|
1475
|
+
isUnlisted
|
|
1476
|
+
isScheduled
|
|
1477
|
+
isDraft
|
|
1478
|
+
audioType
|
|
1479
|
+
isDisabledCopyright
|
|
1480
|
+
viewerAttribution {
|
|
1481
|
+
status
|
|
1482
|
+
id
|
|
1483
|
+
}
|
|
1484
|
+
viewerAttributionRequest {
|
|
1485
|
+
id
|
|
1486
|
+
}
|
|
1487
|
+
creatorAttributions(first: 2) {
|
|
1488
|
+
edges {
|
|
1489
|
+
node {
|
|
1490
|
+
id
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
owner {
|
|
1495
|
+
id
|
|
1496
|
+
username
|
|
1497
|
+
isViewer
|
|
1498
|
+
hasProFeatures
|
|
1499
|
+
viewerIsAffiliate
|
|
1500
|
+
displayName
|
|
1501
|
+
affiliateUsers {
|
|
1502
|
+
totalCount
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
fragment AudioCardMoreOptions_viewer on Viewer {
|
|
1508
|
+
me {
|
|
1509
|
+
id
|
|
1510
|
+
hasProFeatures
|
|
1511
|
+
uploadLimits {
|
|
1512
|
+
tracksPublishRemaining
|
|
1513
|
+
showsPublishRemaining
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
|
|
874
1518
|
fragment AudioCardPlayButton_cloudcast on Cloudcast {
|
|
875
1519
|
id
|
|
876
1520
|
restrictedReason
|
|
877
1521
|
owner {
|
|
878
|
-
displayName
|
|
879
|
-
country
|
|
880
|
-
username
|
|
881
1522
|
isSubscribedTo
|
|
882
1523
|
isViewer
|
|
883
1524
|
id
|
|
884
1525
|
}
|
|
885
|
-
slug
|
|
886
1526
|
isAwaitingAudio
|
|
887
1527
|
isDraft
|
|
888
1528
|
isPlayable
|
|
@@ -894,14 +1534,16 @@ const queries = {
|
|
|
894
1534
|
}
|
|
895
1535
|
audioLength
|
|
896
1536
|
currentPosition
|
|
897
|
-
proportionListened
|
|
898
1537
|
repeatPlayAmount
|
|
899
1538
|
hasPlayCompleted
|
|
900
1539
|
seekRestriction
|
|
901
1540
|
previewUrl
|
|
902
|
-
isExclusivePreviewOnly
|
|
903
1541
|
isExclusive
|
|
904
1542
|
isDisabledCopyright
|
|
1543
|
+
...AudioCardStaticPlayButton_cloudcast
|
|
1544
|
+
...useAudioPreview_cloudcast
|
|
1545
|
+
...useExclusivePreviewModal_cloudcast
|
|
1546
|
+
...useExclusiveCloudcastModal_cloudcast
|
|
905
1547
|
}
|
|
906
1548
|
|
|
907
1549
|
fragment AudioCardProgress_cloudcast on Cloudcast {
|
|
@@ -949,6 +1591,16 @@ const queries = {
|
|
|
949
1591
|
}
|
|
950
1592
|
}
|
|
951
1593
|
|
|
1594
|
+
fragment AudioCardStaticPlayButton_cloudcast on Cloudcast {
|
|
1595
|
+
owner {
|
|
1596
|
+
username
|
|
1597
|
+
id
|
|
1598
|
+
}
|
|
1599
|
+
slug
|
|
1600
|
+
id
|
|
1601
|
+
restrictedReason
|
|
1602
|
+
}
|
|
1603
|
+
|
|
952
1604
|
fragment AudioCardStats_cloudcast on Cloudcast {
|
|
953
1605
|
isExclusive
|
|
954
1606
|
isDraft
|
|
@@ -962,11 +1614,7 @@ const queries = {
|
|
|
962
1614
|
id
|
|
963
1615
|
}
|
|
964
1616
|
tags(country: "GLOBAL") {
|
|
965
|
-
|
|
966
|
-
name
|
|
967
|
-
slug
|
|
968
|
-
id
|
|
969
|
-
}
|
|
1617
|
+
...AudioCardTagsPreviewer_tag
|
|
970
1618
|
}
|
|
971
1619
|
...AudioCardTags_cloudcast
|
|
972
1620
|
}
|
|
@@ -993,6 +1641,14 @@ const queries = {
|
|
|
993
1641
|
}
|
|
994
1642
|
}
|
|
995
1643
|
|
|
1644
|
+
fragment AudioCardTagsPreviewer_tag on CloudcastTag {
|
|
1645
|
+
tag {
|
|
1646
|
+
name
|
|
1647
|
+
slug
|
|
1648
|
+
id
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
|
|
996
1652
|
fragment AudioCardTags_cloudcast on Cloudcast {
|
|
997
1653
|
tags(country: "GLOBAL") {
|
|
998
1654
|
tag {
|
|
@@ -1027,7 +1683,6 @@ const queries = {
|
|
|
1027
1683
|
fragment AudioCard_cloudcast on Cloudcast {
|
|
1028
1684
|
id
|
|
1029
1685
|
slug
|
|
1030
|
-
name
|
|
1031
1686
|
audioType
|
|
1032
1687
|
isAwaitingAudio
|
|
1033
1688
|
isDraft
|
|
@@ -1041,13 +1696,11 @@ const queries = {
|
|
|
1041
1696
|
username
|
|
1042
1697
|
id
|
|
1043
1698
|
}
|
|
1044
|
-
|
|
1045
|
-
...UGCImage_picture
|
|
1046
|
-
}
|
|
1699
|
+
...ImageCloudcast_cloudcast
|
|
1047
1700
|
...AudioCardTitle_cloudcast
|
|
1048
1701
|
...AudioCardProgress_cloudcast
|
|
1049
1702
|
...AudioCardActions_cloudcast
|
|
1050
|
-
...
|
|
1703
|
+
...CopyrightSupport_cloudcast
|
|
1051
1704
|
}
|
|
1052
1705
|
|
|
1053
1706
|
fragment AudioCard_viewer on Viewer {
|
|
@@ -1061,6 +1714,15 @@ const queries = {
|
|
|
1061
1714
|
}
|
|
1062
1715
|
}
|
|
1063
1716
|
|
|
1717
|
+
fragment CopyrightSupport_cloudcast on Cloudcast {
|
|
1718
|
+
name
|
|
1719
|
+
slug
|
|
1720
|
+
owner {
|
|
1721
|
+
username
|
|
1722
|
+
id
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1064
1726
|
fragment ExclusiveCloudcastBadgeContainer_cloudcast on Cloudcast {
|
|
1065
1727
|
isExclusive
|
|
1066
1728
|
isExclusivePreviewOnly
|
|
@@ -1076,10 +1738,11 @@ const queries = {
|
|
|
1076
1738
|
id
|
|
1077
1739
|
}
|
|
1078
1740
|
|
|
1079
|
-
fragment
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1741
|
+
fragment ImageCloudcast_cloudcast on Cloudcast {
|
|
1742
|
+
name
|
|
1743
|
+
picture {
|
|
1744
|
+
urlRoot
|
|
1745
|
+
primaryColor
|
|
1083
1746
|
}
|
|
1084
1747
|
}
|
|
1085
1748
|
|
|
@@ -1094,11 +1757,6 @@ const queries = {
|
|
|
1094
1757
|
}
|
|
1095
1758
|
}
|
|
1096
1759
|
|
|
1097
|
-
fragment UGCImage_picture on Picture {
|
|
1098
|
-
urlRoot
|
|
1099
|
-
primaryColor
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
1760
|
fragment UserBadge_user on User {
|
|
1103
1761
|
hasProFeatures
|
|
1104
1762
|
isStaff
|
|
@@ -1132,12 +1790,33 @@ const queries = {
|
|
|
1132
1790
|
id
|
|
1133
1791
|
}
|
|
1134
1792
|
...AudioCard_viewer
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
fragment useAudioPreview_cloudcast on Cloudcast {
|
|
1796
|
+
id
|
|
1797
|
+
previewUrl
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
fragment useExclusiveCloudcastModal_cloudcast on Cloudcast {
|
|
1801
|
+
id
|
|
1802
|
+
isExclusive
|
|
1803
|
+
owner {
|
|
1804
|
+
username
|
|
1805
|
+
id
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
fragment useExclusivePreviewModal_cloudcast on Cloudcast {
|
|
1810
|
+
id
|
|
1811
|
+
isExclusivePreviewOnly
|
|
1812
|
+
owner {
|
|
1813
|
+
username
|
|
1814
|
+
id
|
|
1815
|
+
}
|
|
1135
1816
|
}`,
|
|
1136
1817
|
},
|
|
1137
1818
|
listens: {
|
|
1138
|
-
query: `query UserListensQuery(
|
|
1139
|
-
$lookup: UserLookup!
|
|
1140
|
-
) {
|
|
1819
|
+
query: `query UserListensQuery($lookup: UserLookup!) {
|
|
1141
1820
|
user: userLookup(lookup: $lookup) {
|
|
1142
1821
|
username
|
|
1143
1822
|
hiddenListeningHistory: listeningHistory {
|
|
@@ -1153,23 +1832,13 @@ const queries = {
|
|
|
1153
1832
|
}
|
|
1154
1833
|
|
|
1155
1834
|
fragment AudioCardActions_cloudcast on Cloudcast {
|
|
1156
|
-
id
|
|
1157
|
-
isPublic
|
|
1158
|
-
slug
|
|
1159
1835
|
isExclusive
|
|
1160
|
-
isUnlisted
|
|
1161
|
-
isScheduled
|
|
1162
|
-
isDraft
|
|
1163
1836
|
audioType
|
|
1164
|
-
isDisabledCopyright
|
|
1165
1837
|
owner {
|
|
1166
|
-
id
|
|
1167
1838
|
username
|
|
1168
1839
|
isSubscribedTo
|
|
1169
1840
|
isViewer
|
|
1170
|
-
|
|
1171
|
-
totalCount
|
|
1172
|
-
}
|
|
1841
|
+
id
|
|
1173
1842
|
}
|
|
1174
1843
|
...AudioCardFavoriteButton_cloudcast
|
|
1175
1844
|
...AudioCardRepostButton_cloudcast
|
|
@@ -1178,19 +1847,14 @@ const queries = {
|
|
|
1178
1847
|
...AudioCardHighlightButton_cloudcast
|
|
1179
1848
|
...AudioCardBoostButton_cloudcast
|
|
1180
1849
|
...AudioCardStats_cloudcast
|
|
1850
|
+
...AudioCardMoreOptions_cloudcast
|
|
1181
1851
|
}
|
|
1182
1852
|
|
|
1183
1853
|
fragment AudioCardActions_viewer on Viewer {
|
|
1184
|
-
me {
|
|
1185
|
-
uploadLimits {
|
|
1186
|
-
tracksPublishRemaining
|
|
1187
|
-
showsPublishRemaining
|
|
1188
|
-
}
|
|
1189
|
-
id
|
|
1190
|
-
}
|
|
1191
1854
|
...AudioCardFavoriteButton_viewer
|
|
1192
1855
|
...AudioCardRepostButton_viewer
|
|
1193
1856
|
...AudioCardHighlightButton_viewer
|
|
1857
|
+
...AudioCardMoreOptions_viewer
|
|
1194
1858
|
}
|
|
1195
1859
|
|
|
1196
1860
|
fragment AudioCardAddToButton_cloudcast on Cloudcast {
|
|
@@ -1253,18 +1917,61 @@ const queries = {
|
|
|
1253
1917
|
}
|
|
1254
1918
|
}
|
|
1255
1919
|
|
|
1920
|
+
fragment AudioCardMoreOptions_cloudcast on Cloudcast {
|
|
1921
|
+
id
|
|
1922
|
+
isPublic
|
|
1923
|
+
slug
|
|
1924
|
+
isUnlisted
|
|
1925
|
+
isScheduled
|
|
1926
|
+
isDraft
|
|
1927
|
+
audioType
|
|
1928
|
+
isDisabledCopyright
|
|
1929
|
+
viewerAttribution {
|
|
1930
|
+
status
|
|
1931
|
+
id
|
|
1932
|
+
}
|
|
1933
|
+
viewerAttributionRequest {
|
|
1934
|
+
id
|
|
1935
|
+
}
|
|
1936
|
+
creatorAttributions(first: 2) {
|
|
1937
|
+
edges {
|
|
1938
|
+
node {
|
|
1939
|
+
id
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
owner {
|
|
1944
|
+
id
|
|
1945
|
+
username
|
|
1946
|
+
isViewer
|
|
1947
|
+
hasProFeatures
|
|
1948
|
+
viewerIsAffiliate
|
|
1949
|
+
displayName
|
|
1950
|
+
affiliateUsers {
|
|
1951
|
+
totalCount
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
fragment AudioCardMoreOptions_viewer on Viewer {
|
|
1957
|
+
me {
|
|
1958
|
+
id
|
|
1959
|
+
hasProFeatures
|
|
1960
|
+
uploadLimits {
|
|
1961
|
+
tracksPublishRemaining
|
|
1962
|
+
showsPublishRemaining
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1256
1967
|
fragment AudioCardPlayButton_cloudcast on Cloudcast {
|
|
1257
1968
|
id
|
|
1258
1969
|
restrictedReason
|
|
1259
1970
|
owner {
|
|
1260
|
-
displayName
|
|
1261
|
-
country
|
|
1262
|
-
username
|
|
1263
1971
|
isSubscribedTo
|
|
1264
1972
|
isViewer
|
|
1265
1973
|
id
|
|
1266
1974
|
}
|
|
1267
|
-
slug
|
|
1268
1975
|
isAwaitingAudio
|
|
1269
1976
|
isDraft
|
|
1270
1977
|
isPlayable
|
|
@@ -1276,14 +1983,16 @@ const queries = {
|
|
|
1276
1983
|
}
|
|
1277
1984
|
audioLength
|
|
1278
1985
|
currentPosition
|
|
1279
|
-
proportionListened
|
|
1280
1986
|
repeatPlayAmount
|
|
1281
1987
|
hasPlayCompleted
|
|
1282
1988
|
seekRestriction
|
|
1283
1989
|
previewUrl
|
|
1284
|
-
isExclusivePreviewOnly
|
|
1285
1990
|
isExclusive
|
|
1286
1991
|
isDisabledCopyright
|
|
1992
|
+
...AudioCardStaticPlayButton_cloudcast
|
|
1993
|
+
...useAudioPreview_cloudcast
|
|
1994
|
+
...useExclusivePreviewModal_cloudcast
|
|
1995
|
+
...useExclusiveCloudcastModal_cloudcast
|
|
1287
1996
|
}
|
|
1288
1997
|
|
|
1289
1998
|
fragment AudioCardProgress_cloudcast on Cloudcast {
|
|
@@ -1331,6 +2040,16 @@ const queries = {
|
|
|
1331
2040
|
}
|
|
1332
2041
|
}
|
|
1333
2042
|
|
|
2043
|
+
fragment AudioCardStaticPlayButton_cloudcast on Cloudcast {
|
|
2044
|
+
owner {
|
|
2045
|
+
username
|
|
2046
|
+
id
|
|
2047
|
+
}
|
|
2048
|
+
slug
|
|
2049
|
+
id
|
|
2050
|
+
restrictedReason
|
|
2051
|
+
}
|
|
2052
|
+
|
|
1334
2053
|
fragment AudioCardStats_cloudcast on Cloudcast {
|
|
1335
2054
|
isExclusive
|
|
1336
2055
|
isDraft
|
|
@@ -1344,11 +2063,7 @@ const queries = {
|
|
|
1344
2063
|
id
|
|
1345
2064
|
}
|
|
1346
2065
|
tags(country: "GLOBAL") {
|
|
1347
|
-
|
|
1348
|
-
name
|
|
1349
|
-
slug
|
|
1350
|
-
id
|
|
1351
|
-
}
|
|
2066
|
+
...AudioCardTagsPreviewer_tag
|
|
1352
2067
|
}
|
|
1353
2068
|
...AudioCardTags_cloudcast
|
|
1354
2069
|
}
|
|
@@ -1375,6 +2090,14 @@ const queries = {
|
|
|
1375
2090
|
}
|
|
1376
2091
|
}
|
|
1377
2092
|
|
|
2093
|
+
fragment AudioCardTagsPreviewer_tag on CloudcastTag {
|
|
2094
|
+
tag {
|
|
2095
|
+
name
|
|
2096
|
+
slug
|
|
2097
|
+
id
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
|
|
1378
2101
|
fragment AudioCardTags_cloudcast on Cloudcast {
|
|
1379
2102
|
tags(country: "GLOBAL") {
|
|
1380
2103
|
tag {
|
|
@@ -1409,7 +2132,6 @@ const queries = {
|
|
|
1409
2132
|
fragment AudioCard_cloudcast on Cloudcast {
|
|
1410
2133
|
id
|
|
1411
2134
|
slug
|
|
1412
|
-
name
|
|
1413
2135
|
audioType
|
|
1414
2136
|
isAwaitingAudio
|
|
1415
2137
|
isDraft
|
|
@@ -1423,13 +2145,11 @@ const queries = {
|
|
|
1423
2145
|
username
|
|
1424
2146
|
id
|
|
1425
2147
|
}
|
|
1426
|
-
|
|
1427
|
-
...UGCImage_picture
|
|
1428
|
-
}
|
|
2148
|
+
...ImageCloudcast_cloudcast
|
|
1429
2149
|
...AudioCardTitle_cloudcast
|
|
1430
2150
|
...AudioCardProgress_cloudcast
|
|
1431
2151
|
...AudioCardActions_cloudcast
|
|
1432
|
-
...
|
|
2152
|
+
...CopyrightSupport_cloudcast
|
|
1433
2153
|
}
|
|
1434
2154
|
|
|
1435
2155
|
fragment AudioCard_viewer on Viewer {
|
|
@@ -1443,6 +2163,15 @@ const queries = {
|
|
|
1443
2163
|
}
|
|
1444
2164
|
}
|
|
1445
2165
|
|
|
2166
|
+
fragment CopyrightSupport_cloudcast on Cloudcast {
|
|
2167
|
+
name
|
|
2168
|
+
slug
|
|
2169
|
+
owner {
|
|
2170
|
+
username
|
|
2171
|
+
id
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
|
|
1446
2175
|
fragment ExclusiveCloudcastBadgeContainer_cloudcast on Cloudcast {
|
|
1447
2176
|
isExclusive
|
|
1448
2177
|
isExclusivePreviewOnly
|
|
@@ -1458,10 +2187,11 @@ const queries = {
|
|
|
1458
2187
|
id
|
|
1459
2188
|
}
|
|
1460
2189
|
|
|
1461
|
-
fragment
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
2190
|
+
fragment ImageCloudcast_cloudcast on Cloudcast {
|
|
2191
|
+
name
|
|
2192
|
+
picture {
|
|
2193
|
+
urlRoot
|
|
2194
|
+
primaryColor
|
|
1465
2195
|
}
|
|
1466
2196
|
}
|
|
1467
2197
|
|
|
@@ -1476,11 +2206,6 @@ const queries = {
|
|
|
1476
2206
|
}
|
|
1477
2207
|
}
|
|
1478
2208
|
|
|
1479
|
-
fragment UGCImage_picture on Picture {
|
|
1480
|
-
urlRoot
|
|
1481
|
-
primaryColor
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
2209
|
fragment UserBadge_user on User {
|
|
1485
2210
|
hasProFeatures
|
|
1486
2211
|
isStaff
|
|
@@ -1519,6 +2244,29 @@ const queries = {
|
|
|
1519
2244
|
id
|
|
1520
2245
|
}
|
|
1521
2246
|
...AudioCard_viewer
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
fragment useAudioPreview_cloudcast on Cloudcast {
|
|
2250
|
+
id
|
|
2251
|
+
previewUrl
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
fragment useExclusiveCloudcastModal_cloudcast on Cloudcast {
|
|
2255
|
+
id
|
|
2256
|
+
isExclusive
|
|
2257
|
+
owner {
|
|
2258
|
+
username
|
|
2259
|
+
id
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
fragment useExclusivePreviewModal_cloudcast on Cloudcast {
|
|
2264
|
+
id
|
|
2265
|
+
isExclusivePreviewOnly
|
|
2266
|
+
owner {
|
|
2267
|
+
username
|
|
2268
|
+
id
|
|
2269
|
+
}
|
|
1522
2270
|
}`,
|
|
1523
2271
|
},
|
|
1524
2272
|
};
|