mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
megamixtracker: add verified/unverified to descr
This commit is contained in:
parent
390789d86e
commit
a40fa2d4ba
1 changed files with 5 additions and 1 deletions
|
@ -143,8 +143,12 @@ search:
|
|||
filters:
|
||||
- name: regexp
|
||||
args: "src=(.*?) "
|
||||
description:
|
||||
description_text:
|
||||
selector: i
|
||||
description:
|
||||
case:
|
||||
img[src$="/ikon_helyes.png"]: "Verified: {{ .Result.description_text }}"
|
||||
img[src$="/ikon_ellenorizetlen.png"]: "Unverified: {{ .Result.description_text }}"
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
|
|
Loading…
Add table
Reference in a new issue