mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
diablotorrent: add verified/unverified to descr
This commit is contained in:
@@ -162,9 +162,13 @@ search:
|
|||||||
imdbid:
|
imdbid:
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
_description:
|
||||||
selector: div.torrent_row_magyarcim
|
selector: div.torrent_row_magyarcim
|
||||||
remove: span.torrent_row_new
|
remove: span.torrent_row_new
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
img[src="/pic/browse/yes.png"]: "Verified: {{ .Result._description}}"
|
||||||
|
"*": "Unverified: {{ .Result._description}}"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user