mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
lastfiles: new layout
also drop noposter.png
This commit is contained in:
parent
d43ac08372
commit
a799f640da
1 changed files with 5 additions and 3 deletions
|
@ -138,16 +138,18 @@ search:
|
|||
- name: querystring
|
||||
args: cat
|
||||
title:
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[onmouseover]
|
||||
details:
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[onmouseover]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href^="details.php?id="]
|
||||
selector: a[onmouseover]
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: src=\\'(.+?)\\'
|
||||
- name: replace
|
||||
args: ["./pic/noposter.png", ""]
|
||||
download:
|
||||
selector: a[href^="download.php"]
|
||||
attribute: href
|
||||
|
|
Loading…
Add table
Reference in a new issue