1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 05:16:55 +00:00

femdomcult: update selectors

This commit is contained in:
ilike2burnthing 2024-06-27 18:22:27 +01:00 committed by GitHub
parent 2ba4afbbd8
commit ef1bdc0ca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,16 +99,16 @@ search:
fields:
download:
selector: a[href^="torrents.php?action=download&id="]
selector: a[href^="/torrents.php?action=download&id="]
attribute: href
description_tags:
selector: div.tags
description:
case:
span.icon_okay: "Verified: {{ .Result.description_tags }}"
span.icon[title*="okay"]: "Verified: {{ .Result.description_tags }}"
"*": "Unverified: {{ .Result.description_tags }}"
title:
selector: a[href^="torrents.php?id="]
selector: a[href^="/torrents.php?id="]
category:
selector: a[href*="filter_cat"]
attribute: href
@ -116,7 +116,7 @@ search:
- name: regexp
args: "(\\d+)]=1"
details:
selector: a[href^="torrents.php?id="]
selector: a[href^="/torrents.php?id="]
attribute: href
poster:
selector: td:nth-child(2) > script
@ -124,7 +124,7 @@ search:
- name: regexp
args: "src=(.*?)>"
- name: re_replace
args: ["\\\\(.)", "$1"]
args: ["[\\\\\"]", ""]
- name: replace
args: ["/static/common/noartwork/noimage.png", ""]
files: