1
0
Fork 0
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:
Garfield69 2023-12-14 14:10:38 +13:00
parent 390789d86e
commit a40fa2d4ba

View file

@ -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