Skip to content

Commit

Permalink
eniahd: switch andmatch for re_replace
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Oct 30, 2020
1 parent 2c77dbd commit e7fc9e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Definitions/eniahd.yml
Expand Up @@ -127,11 +127,12 @@ search:
pn: ""
# search by partial word
allw: 0
keywordsfilters:
- name: re_replace
args: ["(\\w+)", " +$1"] # prepend + to each word

rows:
selector: tr[id^="tor_"]:has(a[href^="./dl.php?id="])
filters:
- name: andmatch

fields:
title:
Expand Down

0 comments on commit e7fc9e0

Please sign in to comment.