mirror of https://github.com/Jackett/Jackett
Zamunda.net: Improve torrent names (#3003)
This commit is contained in:
parent
0bbcecc1c3
commit
9bfb249425
|
@ -48,7 +48,11 @@
|
||||||
selector: .responsetop > tbody > tr:has(td.td_newborder)
|
selector: .responsetop > tbody > tr:has(td.td_newborder)
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) > a:nth-child(1)
|
selector: td:nth-child(2) > a[href^="/download.php"]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["^(.*?)download\\.php\\/[0-9]{1,10}\\/|\\.torrent(?=[^.]*$)", ""]
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(2) > a:nth-child(1)
|
selector: td:nth-child(2) > a:nth-child(1)
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in New Issue