mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
assorted: fix details regexp (#15067)
This commit is contained in:
parent
e2aecd4fcc
commit
93968cbb42
3 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ search:
|
|||
attribute: onclick
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (torrent/\d+)
|
||||
args: (/?torrent/\d+)
|
||||
download:
|
||||
text: "{{ .Result.details }}"
|
||||
size:
|
||||
|
|
|
@ -134,7 +134,7 @@ search:
|
|||
attribute: onclick
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (/torrent/\d+)
|
||||
args: (/?torrent/\d+)
|
||||
download:
|
||||
text: "{{ .Result.details }}"
|
||||
size:
|
||||
|
|
|
@ -131,7 +131,7 @@ search:
|
|||
attribute: onclick
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (/torrent/\d+)
|
||||
args: (/?torrent/\d+)
|
||||
download:
|
||||
text: "{{ .Result.details }}"
|
||||
date:
|
||||
|
|
Loading…
Add table
Reference in a new issue