1
0
Fork 0
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:
Garfield69 2020-06-02 07:30:51 +12:00
parent 232e746fe4
commit d1011c3e5f

View file

@ -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