diff --git a/go.mod b/go.mod index 23f8081..5509b99 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tellytv/go.xtream-codes +module github.com/ALiP61/go.xtream-codes go 1.17 diff --git a/xtream-codes.go b/xtream-codes.go index 8830963..4f76731 100644 --- a/xtream-codes.go +++ b/xtream-codes.go @@ -12,7 +12,7 @@ import ( "strconv" ) -var defaultUserAgent = "go.xstream-codes (Go-http-client/1.1)" +var defaultUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/91.0" // XtreamClient is the client used to communicate with a Xtream-Codes server. type XtreamClient struct {