X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fchains%2Fkickasstorrents-example.json;h=32bc1a2da54f961488d04f40be0c911d750eb204;hb=45bfae259450bd8380113056df768c2f76011527;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..32bc1a2 100644 --- a/src/main/resources/chains/kickasstorrents-example.json +++ b/src/main/resources/chains/kickasstorrents-example.json @@ -18,13 +18,16 @@ "class": "HtmlFilter" }, { - "class": "KickAssTorrentsFilter" + "class": "torrents.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" } ] },