diff --git a/src/Jackett.Common/Definitions/1337x.yml b/src/Jackett.Common/Definitions/1337x.yml index e769e8807..fab3a17a6 100644 --- a/src/Jackett.Common/Definitions/1337x.yml +++ b/src/Jackett.Common/Definitions/1337x.yml @@ -168,8 +168,14 @@ fields: title: + # the movies, tv and music pages abbreviate the title so we process the href instead. #8137 selector: td[class^="coll-1"] a[href^="/torrent/"] + attribute: href filters: + - name: split + args: ["/", 3] + - name: re_replace + args: ["(-+)", " "] - name: replace args: ["Grey's Anatomy", "Greys Anatomy"] - name: replace