3wmg: -> 1.8.5 resolves #13389

This commit is contained in:
Garfield69 2023-07-31 16:43:08 +12:00
parent fddf016cee
commit 208c556bb3
1 changed files with 9 additions and 1 deletions

View File

@ -141,6 +141,14 @@ search:
download:
selector: a[href^="download.php?id="]
attribute: href
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"]
attribute: href
doubanid:
# site currently only has a badge and rating, the id is not present. just in case a future update.
selector: a[href*="movie.douban.com/subject/"]
attribute: href
date_elapsed:
# time type: time elapsed (default)
selector: td.rowfollow:nth-child(4) > span[title]
@ -189,4 +197,4 @@ search:
description:
selector: td.rowfollow:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.6.0-beta12 2020-06-23
# NexusPHP v1.8.5 2023-07-29