Remove unusued regex

pull/81/head
Aloïs Micard 4 years ago
parent f943d3f180
commit 972c76a383
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

@ -12,15 +12,10 @@ import (
"github.com/urfave/cli/v2"
"io"
"mvdan.cc/xurls/v2"
"regexp"
"strings"
"time"
)
var (
protocolRegex = regexp.MustCompile("https?://")
)
// GetApp return the extractor app
func GetApp() *cli.App {
return &cli.App{

Loading…
Cancel
Save