From 33feb333d9dbfed23ba58027aa212431db2a6223 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Thu, 12 May 2022 14:35:08 +1200 Subject: [PATCH] Updated Definition format (markdown) --- Definition-format.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Definition-format.md b/Definition-format.md index 50ad359..6f860f0 100644 --- a/Definition-format.md +++ b/Definition-format.md @@ -490,13 +490,18 @@ search: # [OPTIONAL] id for themoviedb.org if a link is returned then the number is extracted automatically # If the selector does not match it is ignored. tmdbid: - selector: a[href*="themoviedb.org/movie/"] + selector: a[href*="themoviedb.org/movie/"], a[href*="themoviedb.org/tv/"] attribute: href # [OPTIONAL] id for thetvdb.com if a link is returned then the number is extracted automatically # If the selector does not match it is ignored. tvdbid: selector: a[href*="thetvdb.com/"] attribute: href + # [OPTIONAL] id for movie.douban.com if a link is returned then the number is extracted automatically + # If the selector does not match it is ignored. + doubanid: + selector: a[href*="movie.douban.com/subject/"] + attribute: href # [OPTIONAL] publish date (if the site does not provide a date for all results then "now" is preferred) date: selector: td:nth-child(4) > span[title]