jaeles-project / gospider

Gospider - Fast web spider written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement Request] Change Output Filename to Use . instead of replacing with _

samuel-ouzounian opened this issue · comments

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.