mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 03:08:50 +00:00
3wmg: -> 1.8.5 resolves #13389
This commit is contained in:
parent
fddf016cee
commit
208c556bb3
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue