mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
speedtorrent reloaded: removed .tableinborder from row selector (#6751)
This commit is contained in:
parent
d91c4891d8
commit
6cb77ab427
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
orderby: "added"
|
||||
sort: desc
|
||||
rows:
|
||||
selector: table.tableinborder > tbody > tr > td > table.tableinborder > tbody > tr:has(a[href^="details.php"])
|
||||
selector: table > tbody > tr > td > table.tableinborder > tbody > tr:has(a[href^="details.php"])
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="details.php"]
|
||||
|
|
Loading…
Reference in a new issue