mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 13:56:57 +00:00
icetorrent: drop title attribute: #5201
This commit is contained in:
parent
e051c13f3a
commit
ae316ffc1b
1 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue