mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +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]+", "-"]
|
||||
rows:
|
||||
selector: table > tbody > tr:has(td:has(div:has(a[href^="/torrent/"])))
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
title:
|
||||
selector: td:nth-child(1) > div > a
|
||||
|
|
Loading…
Reference in a new issue