mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kinozal: use validfilename for magnet
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user