1
0
Fork 0
mirror of https://github.com/chris124567/hulu synced 2026-02-27 18:21:36 +00:00

allow specifying GUID and if no GUID is provided it remains relatively stable across runs

This commit is contained in:
Christopher Tarry 2021-12-21 12:31:54 -05:00
parent 2e7e935230
commit 11966a356b
6 changed files with 34 additions and 21 deletions

View file

@ -10,11 +10,12 @@ import (
"crypto/x509"
"encoding/pem"
"errors"
"math"
"time"
"github.com/aead/cmac"
"google.golang.org/protobuf/proto"
"lukechampine.com/frand"
"math"
"time"
)
type CDM struct {

View file

@ -7,10 +7,11 @@
package widevine
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
)
const (