mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentmasters: schema compliance
This commit is contained in:
@@ -130,7 +130,7 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="torrent_adatok.php?id="]
|
selector: a[href^="torrent_adatok.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
hungarian_title:
|
title_hungarian:
|
||||||
selector: td:nth-child(3) font[color="gray"]
|
selector: td:nth-child(3) font[color="gray"]
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
@@ -172,7 +172,7 @@ search:
|
|||||||
selector: td:nth-child(3)
|
selector: td:nth-child(3)
|
||||||
remove: a, font
|
remove: a, font
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.hungarian_title }}{{ if and .Result.hungarian_title .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.genre }}"
|
text: "{{ .Result.title_hungarian }}{{ if and .Result.title_hungarian .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.genre }}"
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
|
Reference in New Issue
Block a user