mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
kinozal: use validfilename for magnet
This commit is contained in:
parent
ddf302cca0
commit
5a3ee79f64
1 changed files with 2 additions and 1 deletions
|
@ -121,11 +121,12 @@ download:
|
|||
selector: li:first-child
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([A-F|0-9]{40})
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
title:
|
||||
selector: div.b
|
||||
filters:
|
||||
- name: trim
|
||||
- name: validfilename
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue