mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
Updated Definition format (markdown)
parent
5476f57474
commit
33feb333d9
1 changed files with 6 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue