mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
megamixtracker: add verified/unverified to descr
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user