mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +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
|
- name: replace
|
||||||
args: ["?", ""]
|
args: ["?", ""]
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/details.php?id="]
|
selector: a[href^="/torrent.php?id="]
|
||||||
details:
|
details:
|
||||||
selector: a[href^="/details.php?id="]
|
selector: a[href^="/torrent.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/download.php/"]
|
selector: a[href^="/download.php/"]
|
||||||
|
|
Loading…
Reference in a new issue