mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 06:10:49 +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
|
incldead: 1
|
||||||
search_by: "{{ if .Query.IMDBID }}imdb{{else}}name{{end}}"
|
search_by: "{{ if .Query.IMDBID }}imdb{{else}}name{{end}}"
|
||||||
rows:
|
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:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: title
|
|
||||||
details:
|
details:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
category:
|
category:
|
||||||
selector: a[href^="?cat="]
|
selector: a[href^="?cat="]
|
||||||
|
@ -96,7 +95,7 @@
|
||||||
banner:
|
banner:
|
||||||
attribute: rel
|
attribute: rel
|
||||||
imdb:
|
imdb:
|
||||||
selector: a[href*="https://www.imdb.com/title/"]
|
selector: a[href*="www.imdb.com/title/"]
|
||||||
optional: true
|
optional: true
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
|
|
Loading…
Reference in a new issue