1
0
mirror of https://github.com/chris124567/hulu synced 2024-10-31 22:07:30 +00:00

remove extraneous comment

This commit is contained in:
Christopher Tarry 2021-11-20 14:09:17 -05:00
parent 6c7e89fc75
commit 5e525f280a

View File

@ -50,7 +50,6 @@ download [id] - prints the MPD url the video is available at and returns the mp4
rootCmd.Usage()
return
}
// panic(huluSession)
client := hulu.NewDefaultClient(huluSession)
w := tabwriter.NewWriter(os.Stdout, 8, 8, 0, '\t', 0)