mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
asylumshare: typo fix
This commit is contained in:
parent
be45539cb7
commit
440d18d859
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ search:
|
|||
args: ["(19|20[0-9]{2})", ""]
|
||||
# prepend + to each word
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", " +$1"]
|
||||
args: ["(\\w+)", "+$1"]
|
||||
|
||||
rows:
|
||||
selector: tr.t-row:has(a[href^="download.php?id="])
|
||||
|
|
Loading…
Add table
Reference in a new issue