gospider
gospider copied to clipboard
[Enhancement Request] Change Output Filename to Use . instead of replacing with _
I noticed in crawler.go there is a line of code on line #186 that replaces the filename .
with _
. This makes it more difficult to add this tool into a script to be chained with other tools. An easy fix would be to remove that function or allow the user to write the output filename themselves.