assorted: fix details regexp (#15067)

This commit is contained in:
ilike2burnthing 2024-02-19 22:57:34 +00:00 committed by GitHub
parent e2aecd4fcc
commit 93968cbb42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ search:
attribute: onclick
filters:
- name: regexp
args: (torrent/\d+)
args: (/?torrent/\d+)
download:
text: "{{ .Result.details }}"
size:

View File

@ -134,7 +134,7 @@ search:
attribute: onclick
filters:
- name: regexp
args: (/torrent/\d+)
args: (/?torrent/\d+)
download:
text: "{{ .Result.details }}"
size:

View File

@ -131,7 +131,7 @@ search:
attribute: onclick
filters:
- name: regexp
args: (/torrent/\d+)
args: (/?torrent/\d+)
download:
text: "{{ .Result.details }}"
date: