mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +00:00
Torlock: add andmatch
This commit is contained in:
parent
a1b2dc67b8
commit
b9dcfd1b02
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@
|
||||||
args: ["[^a-zA-Z0-9]+", "-"]
|
args: ["[^a-zA-Z0-9]+", "-"]
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr:has(td:has(div:has(a[href^="/torrent/"])))
|
selector: table > tbody > tr:has(td:has(div:has(a[href^="/torrent/"])))
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(1) > div > a
|
selector: td:nth-child(1) > div > a
|
||||||
|
|
Loading…
Reference in a new issue