mirror of https://github.com/Jackett/Jackett
parent
d2b0d7b21e
commit
44adbb1033
|
@ -130,6 +130,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"]
|
||||||
|
@ -189,4 +192,4 @@ search:
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
# NexusPHP 1.7.29 2022-10-13
|
# NexusPHP v1.7.30 2022-11-05
|
||||||
|
|
Loading…
Reference in New Issue