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:
parent
2e7e935230
commit
11966a356b
6 changed files with 34 additions and 21 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue