mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
diablotorrent: add verified/unverified to descr
This commit is contained in:
parent
d21dd3970e
commit
983f551adf
1 changed files with 5 additions and 1 deletions
|
@ -162,9 +162,13 @@ search:
|
|||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
description:
|
||||
_description:
|
||||
selector: div.torrent_row_magyarcim
|
||||
remove: span.torrent_row_new
|
||||
description:
|
||||
case:
|
||||
img[src="/pic/browse/yes.png"]: "Verified: {{ .Result._description}}"
|
||||
"*": "Unverified: {{ .Result._description}}"
|
||||
downloadvolumefactor:
|
||||
text: 1
|
||||
uploadvolumefactor:
|
||||
|
|
Loading…
Add table
Reference in a new issue