Saurlax

Results 3 comments of Saurlax

原因是 [fork_child](https://github.com/1Panel-dev/MaxKB/blob/main/apps/common/util/fork.py#L31) 函数的递归传参不当,导致在深层页面内搜集到的其他兄弟页面会被误丢弃,例如: - 设定根目录为 `/` - 开始遍历根目录,得到 `/a` - 遍历 `/a` 目录,得到 `/a/child` 和 `/b`,因为此时的 `base_url` 被设置成了 `/a`,所以本应该被爬取的页面 `/b` 被误抛弃了 ```python @staticmethod def fork_child(child_link: ChildLink, selector_list: List[str], level: int,...

@zyyfit 您好,请问这个问题有可能计划修复吗,还是说属于一种特性?

@Jaesuru You just need to set `metric="amplitude"` to `metric="complex"`