mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +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
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[onmouseover]
|
||||||
details:
|
details:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[onmouseover]
|
||||||
attribute: href
|
attribute: href
|
||||||
poster:
|
poster:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[onmouseover]
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: src=\\'(.+?)\\'
|
args: src=\\'(.+?)\\'
|
||||||
|
- name: replace
|
||||||
|
args: ["./pic/noposter.png", ""]
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php"]
|
selector: a[href^="download.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Add table
Reference in a new issue