From 4b6a9376de243780178660bd5ce21dd10926794c Mon Sep 17 00:00:00 2001 From: ATAlgaba Date: Tue, 17 Jul 2018 11:45:49 +0200 Subject: [PATCH] Update anidex.yml (#3411) Remove anidb id - sorting names was acting weird as episode numbers were mistaken with the anidb id --- src/Jackett.Common/Definitions/anidex.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Jackett.Common/Definitions/anidex.yml b/src/Jackett.Common/Definitions/anidex.yml index 75c802443..a427bbb69 100644 --- a/src/Jackett.Common/Definitions/anidex.yml +++ b/src/Jackett.Common/Definitions/anidex.yml @@ -56,6 +56,9 @@ args: id title: selector: td:nth-child(3) > a.torrent > span.span-1440 + filters: + - name: re_replace # remove anidb id from return string + args: ["(\\[[A-Z0-9]*\\])\\.", "."] details: selector: td:nth-child(3) > a.torrent attribute: href