Skip to content

Commit

Permalink
theleachzone: drop andmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 authored and pull[bot] committed Apr 14, 2024
1 parent 064bf0b commit 80f6c42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Jackett.Common/Definitions/theleachzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,13 @@ search:
only_free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"

keywordsfilters:
- name: re_replace
args: ["(\\w+)", " +$1"] # prepend + to each word

rows:
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
filters:
- name: andmatch

fields:
category:
Expand Down

0 comments on commit 80f6c42

Please sign in to comment.