mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
diablotorrent: fix field name format
This commit is contained in:
parent
983f551adf
commit
82a8416ed5
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: diablotorrent
|
||||
name: Diablo Torrent
|
||||
description: " Diablo Torrent is a Hungarian Private site for TV / MOVIES / GENERAL"
|
||||
description: "Diablo Torrent is a Hungarian Private site for TV / MOVIES / GENERAL"
|
||||
language: hu-HU
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
|
@ -162,13 +162,13 @@ search:
|
|||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
_description:
|
||||
description_text:
|
||||
selector: div.torrent_row_magyarcim
|
||||
remove: span.torrent_row_new
|
||||
description:
|
||||
case:
|
||||
img[src="/pic/browse/yes.png"]: "Verified: {{ .Result._description}}"
|
||||
"*": "Unverified: {{ .Result._description}}"
|
||||
img[src="/pic/browse/yes.png"]: "Verified: {{ .Result.description_text}}"
|
||||
"*": "Unverified: {{ .Result.description_text}}"
|
||||
downloadvolumefactor:
|
||||
text: 1
|
||||
uploadvolumefactor:
|
||||
|
|
Loading…
Add table
Reference in a new issue