From ae8099e646778d58feef108ccf502b7e10aca762 Mon Sep 17 00:00:00 2001 From: ALiP61 <125834578+ALiP61@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:40:03 +0100 Subject: [PATCH 1/2] Update xtream-codes.go --- xtream-codes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { From da3e8995e3c8795689e3947032d98f75789455b7 Mon Sep 17 00:00:00 2001 From: ALiP61 <125834578+ALiP61@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:40:33 +0100 Subject: [PATCH 2/2] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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