aboutsummaryrefslogtreecommitdiff
path: root/fallback.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-16 20:27:53 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-16 20:27:53 +0200
commitcfc9ef1cade470f6d2a7ba67c625eb8c11ff2743 (patch)
treecab15e6b04b8773d98ed5165ab3efca3775e5f4f /fallback.json
parentb3ef5d250c3cc4e35e82812bfd29fb19eb9bba83 (diff)
Add fallback urls for rss (right now, fallback nyaa.si to nyaa.land)
Diffstat (limited to 'fallback.json')
-rw-r--r--fallback.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/fallback.json b/fallback.json
new file mode 100644
index 0000000..e6b277d
--- /dev/null
+++ b/fallback.json
@@ -0,0 +1,8 @@
+[
+ {
+ "source": "https://nyaa.si",
+ "fallbacks": [
+ "https://nyaa.land"
+ ]
+ }
+] \ No newline at end of file