mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
ihdbits: add posters
update engine tag
This commit is contained in:
parent
d2b0d7b21e
commit
44adbb1033
1 changed files with 4 additions and 1 deletions
|
@ -130,6 +130,9 @@ search:
|
|||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: img[data-src]
|
||||
attribute: data-src
|
||||
imdbid:
|
||||
# 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"]
|
||||
|
@ -189,4 +192,4 @@ search:
|
|||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, img
|
||||
# NexusPHP 1.7.29 2022-10-13
|
||||
# NexusPHP v1.7.30 2022-11-05
|
||||
|
|
Loading…
Add table
Reference in a new issue