mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
torrent9: fix download link. resolves #2470
This commit is contained in:
parent
53f33b0fc1
commit
eb658ab421
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@
|
|||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: [ "/torrent", "/get_torrent"]
|
||||
- name: re_replace
|
||||
args: [ "/torrent/\\d{5,}/", "/get_torrent/"]
|
||||
- name: append
|
||||
args: ".torrent"
|
||||
date:
|
||||
|
|
Loading…
Reference in a new issue