Pham Sy Minh
Pham Sy Minh
I think the only thing that can cause this issue is an invalid **invisible** character. You should try to type it manually instead of copying it from somewhere else (if...
您确定您使用的是最新版本吗? 尝试: ``` python dirsearch.py -u https://www.baidu.com/ -e "*" -r --recursion-depth 3 --recursion-status 200-399 -o report.html --format html ```
您能否将错误消息复制并粘贴到此处 (包括“FileNotFoundError...”部分) ?没有图像
现在问题解决了吗? (使用最新版本)
@hsagnik Sorry I'm trying to understand your statement here. So the problem here is that you had installed the dependencies but dirsearch reported it as missing, right? I might need...
Thank you for your information @hsagnik. I'm thinking about 2 solutions: improving the dependencies check or allowing users to run dirsearch with missing dependencies (save the option in the future)....
This is intended and that's how the feature works. I will consider adding something like `--max-target-time` for your usage. Thank you for your idea!
@InsaneMiner How this will be used as a lib? What is the syntax?
Hi, can we move stuff inside `libdirsearch.py` to `dirsearch.py`? In case `__name__ == "__main__"`, we call the `Program` class (for console usage); otherwise, use it as a lib
More about your PR's linting issues can be found here: https://github.com/maurosoria/dirsearch/pull/960/checks?check_run_id=3727897089