mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +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:
|
||||
title:
|
||||
selector: p:nth-child(1) > a
|
||||
attribute: title
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["View torrent info : ", ""]
|
||||
details:
|
||||
selector: p:nth-child(1) > a[href^="/torrent/"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue