From ecd5faa5b51f58f949be9e28f46935149e7e99ae Mon Sep 17 00:00:00 2001 From: TorrentClaw Mirrors Bot Date: Wed, 13 May 2026 18:16:13 +0000 Subject: [PATCH] chore(mirrors): regenerate static page buryni/torrent-aggregator@7dc1d39818c03149fc4440d9e5fcd7f83fa138db --- .nojekyll | 0 README.md | 10 ++++ index.html | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++ mirrors.json | 36 ++++++++++++++ 4 files changed, 175 insertions(+) create mode 100644 .nojekyll create mode 100644 README.md create mode 100644 index.html create mode 100644 mirrors.json diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb6b9e8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# TorrentClaw mirrors (static) + +Auto-generated by `scripts/build-mirrors-static.ts`. Do not edit by hand — +your changes will be overwritten on the next build. + +This page is published off-domain so it survives any single takedown: +- https://torrentclaw.github.io/mirrors/ +- https://torrentclaw-mirrors.pages.dev/ + +Update with: `pnpm exec tsx scripts/build-mirrors-static.ts`. diff --git a/index.html b/index.html new file mode 100644 index 0000000..dee7a17 --- /dev/null +++ b/index.html @@ -0,0 +1,129 @@ + + + + + +TorrentClaw mirrors + + + + + + +
+

TorrentClaw mirrors

+

This is a static copy of the official mirror list. It is hosted off the main domain so it survives any takedown of torrentclaw.com. Bookmark it.

+ +

Clearnet mirrors

+

Regular HTTPS domains. Identical content; use whichever your ISP and DNS resolve correctly.

+ + +

Out-of-band channels

+

If both clearnet and Tor are unreachable, check these for the latest mirror list.

+ + +

Other off-domain copies

+

This page is itself published on multiple independent hosts. If you are reading this on one of them, save the others too.

+ + +

For developers and agents

+

The same data is embedded below as JSON. unarr falls back to scraping this island when /api/v1/mirrors is unreachable.

+

mirrors.json — same payload, raw.

+ + +
+ + + + diff --git a/mirrors.json b/mirrors.json new file mode 100644 index 0000000..2412dff --- /dev/null +++ b/mirrors.json @@ -0,0 +1,36 @@ +{ + "revision": 2, + "mirrors": [ + { + "url": "https://torrentclaw.com", + "label": "torrentclaw.com", + "kind": "clearnet", + "primary": true + }, + { + "url": "https://torrentclaw.to", + "label": "torrentclaw.to", + "kind": "clearnet", + "primary": false + }, + { + "url": "http://torrentf3aifidcsaaanmnmuhv2s53r6hqsl3zkmfidiaxainkeqk5id.onion", + "label": "torrentf3aifidcsaaanmnmuhv2s53r6hqsl3zkmfidiaxainkeqk5id.onion", + "kind": "tor", + "primary": false + } + ], + "tor": { + "url": "http://torrentf3aifidcsaaanmnmuhv2s53r6hqsl3zkmfidiaxainkeqk5id.onion", + "label": "torrentf3aifidcsaaanmnmuhv2s53r6hqsl3zkmfidiaxainkeqk5id.onion" + }, + "channels": [], + "staticFallbacks": [ + { + "label": "GitHub Pages", + "url": "https://torrentclaw.github.io/mirrors/", + "description": "Static copy of the mirror list, hosted on GitHub Pages from the torrentclaw/mirrors repo (independent infrastructure)." + } + ], + "updatedAt": "2026-05-13T18:16:13.577Z" +}