mirror of
https://github.com/chris124567/hulu
synced 2024-11-01 06:17:30 +00:00
remove extraneous comment
This commit is contained in:
parent
6c7e89fc75
commit
5e525f280a
1
main.go
1
main.go
@ -50,7 +50,6 @@ download [id] - prints the MPD url the video is available at and returns the mp4
|
|||||||
rootCmd.Usage()
|
rootCmd.Usage()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// panic(huluSession)
|
|
||||||
|
|
||||||
client := hulu.NewDefaultClient(huluSession)
|
client := hulu.NewDefaultClient(huluSession)
|
||||||
w := tabwriter.NewWriter(os.Stdout, 8, 8, 0, '\t', 0)
|
w := tabwriter.NewWriter(os.Stdout, 8, 8, 0, '\t', 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user