mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
Zamunda.net: Improve torrent names (#3003)
This commit is contained in:
parent
0bbcecc1c3
commit
9bfb249425
1 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,11 @@
|
|||
selector: .responsetop > tbody > tr:has(td.td_newborder)
|
||||
fields:
|
||||
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:
|
||||
selector: td:nth-child(2) > a:nth-child(1)
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue