Add OldToons.World

This commit is contained in:
Mike Wilson
2026-01-21 16:29:50 -05:00
parent cf0ec35288
commit a210e25bd9
2 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ module.exports = {
"http://prowlarr.local.{{ personal_domain }}/30/api?apikey={{ prowlarr_api_key }}", // DocsPedia
"http://prowlarr.local.{{ personal_domain }}/31/api?apikey={{ prowlarr_api_key }}", // OnlyEncodes+
"http://prowlarr.local.{{ personal_domain }}/32/api?apikey={{ prowlarr_api_key }}", // Anthelion
"http://prowlarr.local.{{ personal_domain }}/33/api?apikey={{ prowlarr_api_key }}", // OldToonsWorld
],
outputDir: null,
@@ -34,7 +35,7 @@ module.exports = {
seasonsFromEpisodes: 0.8,
matchMode: "partial",
linkDirs: ["/data/torrents/cross-seed"],
linkType: "reflink",
linkType: "hardlink",
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
port: 2468,
rssCadence: "16min",