stabbedbybrick / freevine

A Download Utility for Free Streaming Services
MIT License
170 stars 30 forks source link

[ROKU] Will not download even though paying for channel #100

Closed Sipherdrakon closed 6 months ago

Sipherdrakon commented 6 months ago

Describe the bug I paid for Discoveryplus through roku and it still is saying that payment is required to download.

Expected behavior I put in login details as well as using cookies so it should realize it's paid for and download accordingly, but it doesnt.

Using this argument:

freevine.py get --episode "https://therokuchannel.roku.com/watch/64cc1a498c1c522e8060ec216ea989cf"

stabbedbybrick commented 6 months ago

Premium content isn't inherently supported. Hence the name, "Freevine".

Sipherdrakon commented 6 months ago

I do understand that , I just figured since freevine allowed for Roku login that it would work. 😃

If it doesn't that's fine, I can still pull the files old school, just figured I'd find out why it wasn't allowing download through freevine. 😃

stabbedbybrick commented 6 months ago

It does allow for credentials and cookies to be used, but the actual authentication is not implemented in the Roku script since you need to be a paid subscriber. So that would be something you could add yourself if you wanted.

Sipherdrakon commented 6 months ago

Okay cool, might give that a go then. 😃