Skip to content

Commit

Permalink
asylumshare: prepend + to each word to remove unrelated results
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing authored Dec 1, 2020
1 parent ed514a9 commit be45539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jackett.Common/Definitions/asylumshare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ search:
# drop the year from searches since site titles do not include year
- name: re_replace
args: ["(19|20[0-9]{2})", ""]
# prepend + to each word
- name: re_replace
args: ["(\\w+)", " +$1"]

rows:
selector: tr.t-row:has(a[href^="download.php?id="])
Expand Down

0 comments on commit be45539

Please sign in to comment.