mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
torrenting: row html update. resolves #11444
This commit is contained in:
parent
bd2905fc63
commit
58736bd4aa
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ search:
|
|||
- name: replace
|
||||
args: ["?", ""]
|
||||
title:
|
||||
selector: a[href^="/details.php?id="]
|
||||
selector: a[href^="/torrent.php?id="]
|
||||
details:
|
||||
selector: a[href^="/details.php?id="]
|
||||
selector: a[href^="/torrent.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="/download.php/"]
|
||||
|
|
Loading…
Reference in a new issue