mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +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
|
selector: li:first-child
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([A-F|0-9]{40})
|
args: ([A-F|a-f|0-9]{40})
|
||||||
title:
|
title:
|
||||||
selector: div.b
|
selector: div.b
|
||||||
filters:
|
filters:
|
||||||
- name: trim
|
- name: trim
|
||||||
|
- name: validfilename
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue