henry-richard7 / Go-Voot-Streamer

Go Voot Streamer is a Go web app that streams voot contents without login.
MIT License
0 stars 3 forks source link

Not Working? #1

Closed Nzzyme closed 3 years ago

Nzzyme commented 3 years ago

Hey, getting this page when I open this in web browser (http://localhost:8080/player?url=https://www.voot.com/movies/petta/962823)

Another Ex: http://localhost:8080/player?url=https://www.voot.com/shows/crackdown/293894

Screenshot: https://prnt.sc/1r7sqq3

henry-richard7 commented 3 years ago

Did you run the server?

Nzzyme commented 3 years ago

Did you run the server?

Oops, sorry. My bad

BTW, how do I run that go file?

henry-richard7 commented 3 years ago

You have golang installed? To run just download this repo, open terminal in that directory and use this command go run Go-Voot-Streamer.go

Nzzyme commented 3 years ago

Thanks for that. I downloaded and installed golang. Later, I opened the terminal in the directory in which the repo is and got this message

https://prnt.sc/1r9rwd4

henry-richard7 commented 3 years ago

Hey, I have compiled it to an executable file you can download from here

Extract the zip and run the Voot Streamer.exe After running the exe file go to -> http://localhost:8080/player?url=https://www.voot.com/movies/petta/962823

Hope it works!

Nzzyme commented 3 years ago

Thank you! I tried this and it works with the link that you provided. When I tried with other 'Select' links, it doesn't work: Es: http://localhost:8080/player?url=https://www.voot.com/shows/illegal/1/940138/justice-delayed-justice-denied/937867

Does it only stream the free stuff from Voot or even the paid premium shows/movies?

henry-richard7 commented 3 years ago

I tested it again,

You can watch premium movies, but some tv shows might not play.

Nzzyme commented 3 years ago

Ok, thanks!