mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
carphunter: layout changed
This commit is contained in:
@@ -128,7 +128,8 @@ search:
|
|||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
genre:
|
genre:
|
||||||
selector: i
|
selector: small[title]
|
||||||
|
attribute: title
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
text: "{{ .Result.genre }}"
|
||||||
poster:
|
poster:
|
||||||
@@ -138,8 +139,7 @@ search:
|
|||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=(.*?) width"
|
args: "src=(.*?) width"
|
||||||
date:
|
date:
|
||||||
selector: small
|
selector: td:nth-last-child(8)
|
||||||
remove: font
|
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["\u00a0", " "]
|
args: ["\u00a0", " "]
|
||||||
|
Reference in New Issue
Block a user