mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-06 18:51:22 +00:00
enhance crawl print
This commit is contained in:
parent
ab830a5e98
commit
16f149dadf
@ -188,7 +188,7 @@ func (bl *Baseline) CollectURL() {
|
||||
}
|
||||
|
||||
bl.URLs = iutils.StringsUnique(bl.URLs)
|
||||
if bl.URLs != nil {
|
||||
if len(bl.URLs) != 0 {
|
||||
bl.Extracteds = append(bl.Extracteds, &parsers.Extracted{
|
||||
Name: "crawl",
|
||||
ExtractResult: bl.URLs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user