mirror of https://github.com/Jackett/Jackett
parent
b3c7ce5818
commit
733b4c854b
|
@ -127,6 +127,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"]
|
||||
|
@ -186,4 +189,4 @@ search:
|
|||
description:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, img
|
||||
# NexusPHP v1.7.16
|
||||
# NexusPHP v1.7.31 2022-11-14
|
||||
|
|
Loading…
Reference in New Issue