Add OldToons.World
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = {
|
|||||||
"http://prowlarr.local.{{ personal_domain }}/30/api?apikey={{ prowlarr_api_key }}", // DocsPedia
|
"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 }}/31/api?apikey={{ prowlarr_api_key }}", // OnlyEncodes+
|
||||||
"http://prowlarr.local.{{ personal_domain }}/32/api?apikey={{ prowlarr_api_key }}", // Anthelion
|
"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,
|
outputDir: null,
|
||||||
@@ -34,7 +35,7 @@ module.exports = {
|
|||||||
seasonsFromEpisodes: 0.8,
|
seasonsFromEpisodes: 0.8,
|
||||||
matchMode: "partial",
|
matchMode: "partial",
|
||||||
linkDirs: ["/data/torrents/cross-seed"],
|
linkDirs: ["/data/torrents/cross-seed"],
|
||||||
linkType: "reflink",
|
linkType: "hardlink",
|
||||||
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
|
notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"],
|
||||||
port: 2468,
|
port: 2468,
|
||||||
rssCadence: "16min",
|
rssCadence: "16min",
|
||||||
|
|||||||
@@ -85,6 +85,8 @@ tracker:
|
|||||||
tag: ANT
|
tag: ANT
|
||||||
onlyencodes:
|
onlyencodes:
|
||||||
tag: OE+
|
tag: OE+
|
||||||
|
oldtoons:
|
||||||
|
tag: OTW
|
||||||
other:
|
other:
|
||||||
tag: other
|
tag: other
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user