Skip to content

Commit 669cdc8

Browse files
chore: auto build DIYgod/RSSHub@dc68ecb
1 parent 4149571 commit 669cdc8

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

src/public/routes.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54761,6 +54761,93 @@
5476154761
}
5476254762
}
5476354763
},
54764+
"f95zone": {
54765+
"name": "F95zone",
54766+
"url": "f95zone.to",
54767+
"description": "F95zone is a community for adult games and animations.",
54768+
"categories": [
54769+
"game"
54770+
],
54771+
"heat": 0,
54772+
"routes": {
54773+
"/f95zone/post/:thread/:postId": {
54774+
"path": "/post/:thread/:postId",
54775+
"name": "Post",
54776+
"maintainers": [
54777+
"wsmbsbbz"
54778+
],
54779+
"example": "/f95zone/post/vicineko-collection-2025-06-14-vicineko.84596/post-5909830",
54780+
"parameters": {
54781+
"thread": "Thread slug with ID",
54782+
"postId": "Post ID with `post-` prefix, replace `#` with `/` from browser URL"
54783+
},
54784+
"description": "Track content changes of a specific post. Uses the date `[yyyy-mm-dd]` in title for update detection.\n\nURL format: `https://f95zone.to/threads/{thread}/#post-{id}` → replace `#` with `/` to get `/f95zone/post/{thread}/post-{id}`\n\nExample: `https://f95zone.to/threads/vicineko-collection-2025-06-14-vicineko.84596/#post-5909830` → `/f95zone/post/vicineko-collection-2025-06-14-vicineko.84596/post-5909830`\n\nNote: This route does not support Radar auto-detection because the post ID is in the URL hash (after `#`), which cannot be extracted by Radar. You need to manually construct the subscription URL.",
54785+
"categories": [
54786+
"game"
54787+
],
54788+
"features": {
54789+
"requireConfig": [
54790+
{
54791+
"name": "F95ZONE_COOKIE",
54792+
"optional": true,
54793+
"description": "F95zone cookie for accessing restricted content."
54794+
}
54795+
],
54796+
"requirePuppeteer": false,
54797+
"antiCrawler": false,
54798+
"supportBT": false,
54799+
"supportPodcast": false,
54800+
"supportScihub": false,
54801+
"nsfw": true
54802+
},
54803+
"radar": [],
54804+
"location": "post.ts",
54805+
"heat": 0,
54806+
"topFeeds": []
54807+
},
54808+
"/f95zone/thread/:thread": {
54809+
"path": "/thread/:thread",
54810+
"name": "Thread",
54811+
"maintainers": [
54812+
"wsmbsbbz"
54813+
],
54814+
"example": "/f95zone/thread/ubermation-collection-2026-01-19-uebermation-uebermation.231247",
54815+
"parameters": {
54816+
"thread": "Thread slug with ID, copy from browser URL after `/threads/`"
54817+
},
54818+
"description": "Track replies in a thread. Fetches the first page and the last page.\n\nURL format: `https://f95zone.to/threads/{thread}/` → use `{thread}` as the parameter.\n\nExample: `https://f95zone.to/threads/ubermation-collection-2026-01-19-uebermation-uebermation.231247/` → `/f95zone/thread/ubermation-collection-2026-01-19-uebermation-uebermation.231247`\n\nNote: If you want to track a specific post's content changes (e.g., first post with download links), use the `/f95zone/post` route instead.",
54819+
"categories": [
54820+
"game"
54821+
],
54822+
"features": {
54823+
"requireConfig": [
54824+
{
54825+
"name": "F95ZONE_COOKIE",
54826+
"optional": true,
54827+
"description": "F95zone cookie for accessing restricted content."
54828+
}
54829+
],
54830+
"requirePuppeteer": false,
54831+
"antiCrawler": false,
54832+
"supportBT": false,
54833+
"supportPodcast": false,
54834+
"supportScihub": false,
54835+
"nsfw": true
54836+
},
54837+
"radar": [
54838+
{
54839+
"source": [
54840+
"f95zone.to/threads/:thread/*"
54841+
],
54842+
"target": "/thread/:thread"
54843+
}
54844+
],
54845+
"location": "thread.ts",
54846+
"heat": 0,
54847+
"topFeeds": []
54848+
}
54849+
}
54850+
},
5476454851
"famitsu": {
5476554852
"name": "ファミ通",
5476654853
"url": "famitsu.com",

0 commit comments

Comments
 (0)