mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=(.*?) "
|
args: "src=(.*?) "
|
||||||
description:
|
description_text:
|
||||||
selector: i
|
selector: i
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
img[src$="/ikon_helyes.png"]: "Verified: {{ .Result.description_text }}"
|
||||||
|
img[src$="/ikon_ellenorizetlen.png"]: "Unverified: {{ .Result.description_text }}"
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Add table
Reference in a new issue