mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
torrentdownloads: use full title resolves #8831
This commit is contained in:
parent
232e746fe4
commit
d1011c3e5f
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ search:
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: p:nth-child(1) > a
|
selector: p:nth-child(1) > a
|
||||||
|
attribute: title
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["View torrent info : ", ""]
|
||||||
details:
|
details:
|
||||||
selector: p:nth-child(1) > a[href^="/torrent/"]
|
selector: p:nth-child(1) > a[href^="/torrent/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue