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
|
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:
|
||||||
|
Reference in New Issue
Block a user