arabtorrents: fix query regex (#14110)

This commit is contained in:
Bogdan 2023-03-01 22:21:11 +02:00 committed by GitHub
parent 40e7a658e7
commit 51471adc0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,9 @@ search:
keywordsfilters:
- name: re_replace
args: ["(^|$|[\\W]+)", "*"]
args: ["\\W+", "*"]
- name: re_replace
args: ["^(.+)$", "*$1*"]
rows:
selector: table#sortabletable > tbody > tr:has(div > a[href*="details.php?id="])