oldtoonsworld: add poster and genre results

This commit is contained in:
Garfield69 2022-11-24 18:07:25 +13:00
parent 5022611d7a
commit 32fbdd7961
1 changed files with 7 additions and 2 deletions

View File

@ -131,6 +131,9 @@ search:
download:
selector: a[href^="download.php?id="]
attribute: href
poster:
selector: img.nexus-lazy-load
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"]
@ -183,7 +186,9 @@ search:
minimumseedtime:
# 2 day (as seconds = 2 x 24 x 60 x 60)
text: 172800
description:
genre:
selector: td.rowfollow:nth-child(2)
remove: a, img
remove: a, img, span
description:
text: "{{ .Result.genre }}"
# NexusPHP 1.7.29 2022-10-13