Skip to content

Commit ecffff0

Browse files
committed
fix(store/realdebrid): update user-agent
1 parent 289c9cc commit ecffff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/shared/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var ocStore = offcloud.NewStoreClient(&offcloud.StoreClientConfig{
5757
})
5858
var rdStore = realdebrid.NewStoreClient(&realdebrid.StoreClientConfig{
5959
HTTPClient: config.GetHTTPClient(config.StoreTunnel.GetTypeForAPI("realdebrid")),
60-
UserAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
60+
UserAgent: util.MustDecodeBase64("Y3VybC84LjcuMQ=="),
6161
})
6262
var stStore = stremthru.NewStoreClient(&stremthru.StoreClientConfig{})
6363
var tbStore = torbox.NewStoreClient(&torbox.StoreClientConfig{

0 commit comments

Comments
 (0)