yuna icon indicating copy to clipboard operation
yuna copied to clipboard

Hulu Support

Open beeequeue opened this issue 7 years ago • 4 comments

Dunno if this would be possible - need to see if I can reverse engineer their API

beeequeue avatar Dec 13 '18 23:12 beeequeue

I can try to help on this one. Any info I should know before I dive in?

LoganxDev avatar Feb 02 '20 12:02 LoganxDev

There's no good structure for sources like there is for list managers, so it's probably gonna be difficult to plug it in properly.

The easiest development plan would probably be to copy the Crunchyroll or Hidive lib files and then replace their usage with the new one for testing.

beeequeue avatar Feb 02 '20 13:02 beeequeue

I'm new to TypeScript/Electron, and I'm wondering how to get some console logging to see what kind of data I'm getting with the requests I'm making.

(Probably bit off more than I can chew with this issue, but I'm working my way through it)

LoganxDev avatar Feb 06 '20 04:02 LoganxDev

If you run the development command (yarn serve) the developer console will open, and anytime you run console.log it will be put in there.

beeequeue avatar Feb 06 '20 12:02 beeequeue