From ae316ffc1b3e81cb32e006117b93901c1e63d81a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 7 May 2019 08:23:16 +1200 Subject: [PATCH] icetorrent: drop title attribute: #5201 --- src/Jackett.Common/Definitions/icetorrent.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/icetorrent.yml b/src/Jackett.Common/Definitions/icetorrent.yml index a91bf98ca..a9d66b012 100644 --- a/src/Jackett.Common/Definitions/icetorrent.yml +++ b/src/Jackett.Common/Definitions/icetorrent.yml @@ -79,13 +79,12 @@ incldead: 1 search_by: "{{ if .Query.IMDBID }}imdb{{else}}name{{end}}" rows: - selector: table.table-striped > tbody > tr:has(a[title][href^="details.php?id="]) + selector: table.table-striped > tbody > tr:has(a[href^="details.php?id="]) fields: title: - selector: a[title][href^="details.php?id="] - attribute: title + selector: a[href^="details.php?id="] details: - selector: a[title][href^="details.php?id="] + selector: a[href^="details.php?id="] attribute: href category: selector: a[href^="?cat="] @@ -96,7 +95,7 @@ banner: attribute: rel imdb: - selector: a[href*="https://www.imdb.com/title/"] + selector: a[href*="www.imdb.com/title/"] optional: true attribute: href download: