Correct the HTML parsing so rows are returned (#1211)

This commit is contained in:
adamwinn
2017-03-28 11:59:37 -06:00
committed by kaso17
parent 7df1223043
commit 77615227dc

2
src/Jackett/Definitions/icetorrent.yml Normal file → Executable file
View 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="]