mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdgalaktik: update cat default, add posters. resolves #13186
This commit is contained in:
@@ -119,17 +119,11 @@ search:
|
|||||||
selector: table.embedded > tbody > tr.torcontduo
|
selector: table.embedded > tbody > tr.torcontduo
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category_default:
|
|
||||||
selector: td:nth-child(1)
|
|
||||||
optional: true
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["---", 4]
|
|
||||||
category:
|
category:
|
||||||
selector: a[href^="browse.php?cat="]
|
selector: a[href^="browse.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
optional: true
|
optional: true
|
||||||
default: "{{ .Result.category_default }}"
|
default: 4
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
@@ -205,6 +199,9 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["details", "download"]
|
args: ["details", "download"]
|
||||||
|
poster:
|
||||||
|
selector: img.s
|
||||||
|
attribute: src
|
||||||
imdbid:
|
imdbid:
|
||||||
selector: a[href^="browse.php?imdb="]
|
selector: a[href^="browse.php?imdb="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user