Skip to content

Commit

Permalink
Addd quite options
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ssie committed Aug 29, 2020
2 parents 50658bf + bd07b60 commit 5f65ee0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/crawler.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ import (
"bufio"
"crypto/tls"
"fmt"
"github.com/gocolly/colly/v2"
"github.com/gocolly/colly/v2/extensions"
"github.com/jaeles-project/gospider/stringset"
"github.com/spf13/cobra"
"net"
"net/http"
"net/url"
"os"
"regexp"
"strings"
"time"

"github.com/gocolly/colly/v2"
"github.com/gocolly/colly/v2/extensions"
"github.com/jaeles-project/gospider/stringset"
"github.com/spf13/cobra"
)

var DefaultHTTPTransport = &http.Transport{
Expand Down

0 comments on commit 5f65ee0

Please sign in to comment.