mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
torrentqq: use validfilename for magnet
This commit is contained in:
parent
5a3ee79f64
commit
82f6bc02d0
1 changed files with 2 additions and 1 deletions
|
@ -70,11 +70,12 @@ download:
|
|||
selector: table.table-bordered > tbody > tr > td > ul > li
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([a-f|0-9]{40})
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
title:
|
||||
selector: table.table-bordered > thead > tr > th > strong
|
||||
filters:
|
||||
- name: trim
|
||||
- name: validfilename
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue