mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
oshenpt: add posters
update engine tag
This commit is contained in:
parent
44adbb1033
commit
d74aa2317a
1 changed files with 4 additions and 1 deletions
|
@ -131,6 +131,9 @@ search:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
poster:
|
||||||
|
selector: img[data-src]
|
||||||
|
attribute: data-src
|
||||||
imdbid:
|
imdbid:
|
||||||
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
# site currently only has a badge and rating, the id is not present. just in case a future update.
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
|
@ -185,4 +188,4 @@ search:
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
# NexusPHP v1.8.0 2023-01-05
|
# NexusPHP v1.8.0 2023-01-11
|
||||||
|
|
Loading…
Add table
Reference in a new issue