34 lines
721 B
TOML
34 lines
721 B
TOML
# 定义不参与搜索展示统计和内容聚合的无效文件规则
|
|
|
|
version = 1
|
|
|
|
[[file_rules]]
|
|
id = "bitcomet-padding-file"
|
|
enabled = true
|
|
field = "file-name"
|
|
match = "prefix"
|
|
value = "_____padding_file_"
|
|
case_sensitive = false
|
|
action = "hide"
|
|
reason = "BitComet 分片边界填充文件"
|
|
|
|
[[file_rules]]
|
|
id = "generic-pad-directory"
|
|
enabled = true
|
|
field = "file-path"
|
|
match = "regex"
|
|
value = '(^|/)\.pad/'
|
|
case_sensitive = false
|
|
action = "hide"
|
|
reason = "客户端分片边界填充目录"
|
|
|
|
[[file_rules]]
|
|
id = "libtorrent-padding-directory"
|
|
enabled = true
|
|
field = "file-path"
|
|
match = "regex"
|
|
value = '(^|/)\.____padding_file/'
|
|
case_sensitive = false
|
|
action = "hide"
|
|
reason = "libtorrent 分片边界填充目录"
|