mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Correct the HTML parsing so rows are returned (#1211)
This commit is contained in:
2
src/Jackett/Definitions/icetorrent.yml
Normal file → Executable file
2
src/Jackett/Definitions/icetorrent.yml
Normal file → Executable file
@@ -78,7 +78,7 @@
|
||||
incldead: 1
|
||||
search_by: "{{ if .Query.IMDBID }}imdb{{else}}name{{end}}"
|
||||
rows:
|
||||
selector: .torrenttable table[class!="ice"] > tbody > tr:has(a[title][href^="details.php?id="])
|
||||
selector: table[class!="ice"] > tbody > tr:has(a[title][href^="details.php?id="])
|
||||
fields:
|
||||
title:
|
||||
selector: a[title][href^="details.php?id="]
|
||||
|
Reference in New Issue
Block a user