diff --git a/src/Jackett.Common/Definitions/3wmg.yml b/src/Jackett.Common/Definitions/3wmg.yml index 522b2431c..b853c4eb9 100644 --- a/src/Jackett.Common/Definitions/3wmg.yml +++ b/src/Jackett.Common/Definitions/3wmg.yml @@ -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