mirror of
https://github.com/chris124567/hulu
synced 2024-10-31 22:07:30 +00:00
rename hulu directory to prevent problem with go build
This commit is contained in:
parent
5e525f280a
commit
ff25377cf1
@ -164,7 +164,7 @@ func (c Client) PlaybackInformation(id string) (p PlaybackInformation, err error
|
|||||||
// the MPD file URL, and information relating to subtitles (Hulu calls them
|
// the MPD file URL, and information relating to subtitles (Hulu calls them
|
||||||
// transcripts).
|
// transcripts).
|
||||||
func (c Client) Playlist(sessionKey int, eabID string) (p Playlist, err error) {
|
func (c Client) Playlist(sessionKey int, eabID string) (p Playlist, err error) {
|
||||||
randUUID := func() (s string) {
|
randUUID := func() string {
|
||||||
randChars := func(n int) (s string) {
|
randChars := func(n int) (s string) {
|
||||||
c := []byte("ABCDEF0123456789")
|
c := []byte("ABCDEF0123456789")
|
||||||
for i := 0; i < 4; i++ {
|
for i := 0; i < 4; i++ {
|
2
main.go
2
main.go
@ -4,7 +4,7 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/chris124567/hulu/hulu"
|
hulu "github.com/chris124567/hulu/client"
|
||||||
"github.com/chris124567/hulu/widevine"
|
"github.com/chris124567/hulu/widevine"
|
||||||
"io"
|
"io"
|
||||||
"lukechampine.com/flagg"
|
"lukechampine.com/flagg"
|
||||||
|
Loading…
Reference in New Issue
Block a user