X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fchains%2Fkickasstorrents-example.json;h=2962ea2a0640f1820d3e1ba31047c14077f60a69;hb=6f69aff66ba5617d0bb27874014b4274bc551ab8;hp=71125d79704bc766393dc48130f5ee365e8b99f6;hpb=b984a8b79ccaec6c2f97cc5c6cca60c6257dad05;p=rhynodge.git diff --git a/src/main/resources/chains/kickasstorrents-example.json b/src/main/resources/chains/kickasstorrents-example.json index 71125d7..2962ea2 100644 --- a/src/main/resources/chains/kickasstorrents-example.json +++ b/src/main/resources/chains/kickasstorrents-example.json @@ -19,12 +19,15 @@ }, { "class": "KickAssTorrentsFilter" + }, + { + "class": "EpisodeFilter" } ], "trigger": { - "class": "NewTorrentTrigger" + "class": "NewEpisodeTrigger" }, "action": @@ -37,11 +40,11 @@ }, { "name": "sender", - "value": "reactor@reactor.de" + "value": "rhynodge@rhynodge.net" }, { "name": "recipient", - "value": "recipient@recipient.de" + "value": "recipient@recipient.net" } ] },