Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/tellytv/go.xtream-codes
module github.com/ALiP61/go.xtream-codes

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion xtream-codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down