mirror of https://github.com/Jackett/Jackett
Revert "piratbit: update row selector, remove closed results"
There are no dl links on the results page. 'Closed' results which have their .torrent link removed still have a magnet link on their details page.
This commit is contained in:
parent
46bb025e34
commit
462c07b4f3
|
@ -692,7 +692,7 @@ search:
|
|||
submit: "Поиск"
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]:has(a[href^="/dl.php?id="])
|
||||
selector: tr[id^="tor_"]
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
Loading…
Reference in New Issue