mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
sportscult: drop recommended torrents table
This commit is contained in:
parent
481d7d7dda
commit
e3982e4a9d
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ search:
|
|||
by: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.lista:last-of-type > tbody > tr:has(a[href^="index.php?page=torrents&category="])
|
||||
selector: table.lista:last-of-type:not(:has(td.block:contains("Our Team Recommend"))) > tbody > tr:has(a[href^="index.php?page=torrents&category="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue