mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
casatorrent: prefix a plus to keywords. resolves #5078
This commit is contained in:
parent
1344499534
commit
1ac309d513
1 changed files with 6 additions and 1 deletions
|
@ -120,9 +120,13 @@
|
|||
lang: 0
|
||||
sort: "{{ .Config.sort }}"
|
||||
order: "{{ .Config.type }}"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: table.ttable_headinner > tbody > tr.t-row
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="torrents-details.php?id="] b
|
||||
|
@ -167,4 +171,5 @@
|
|||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": 1
|
||||
"*": 1
|
||||
# engine n/a
|
||||
|
|
Loading…
Reference in a new issue