mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
libranet: appemd book type to title
This commit is contained in:
parent
b3809e3f44
commit
d47a7397be
1 changed files with 6 additions and 3 deletions
|
@ -66,8 +66,14 @@ search:
|
|||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
description:
|
||||
selector: img[width="60"]
|
||||
attribute: title
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
filters:
|
||||
- name: append
|
||||
args: " {{ .Result.description }}"
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
|
@ -79,9 +85,6 @@ search:
|
|||
args: ["details", "download"]
|
||||
- name: replace
|
||||
args: ["&hit=1", ""]
|
||||
description:
|
||||
selector: img[width="60"]
|
||||
attribute: title
|
||||
poster:
|
||||
selector: a[onmouseover]
|
||||
attribute: onmouseover
|
||||
|
|
Loading…
Add table
Reference in a new issue