James Brumond

Results 25 comments of James Brumond

Tab and arrow keys seems to have no effect.

I seem to be seeing the same issue, but have a bit more info that might be useful. First, see this screenshot, showing the issue with the hung test: ![Screenshot_1](https://user-images.githubusercontent.com/195127/70869856-d0860200-1f41-11ea-9b5a-dce2d365fbb8.png)...

Haven't seen any activity here in a while, wanted to see if this is something anyone is looking at or working on in any way. I'm currently working on a...

So, I'm actually doing some digging into funimation's API right now. _Most_ of it seems fairly straight forward to navigate, I can let you know what I find, if you're...

Okay, I've managed to walk all the way down their API to reach an .m3u8 file that should be playable (haven't completely verified that just yet, but I don't see...

I've started detailing out my findings in the readme here: https://github.com/kbjr/funimationnow More to come, there's a lot to document....

Okay, all the APIs needed to get to a video stream are documented now.

Also, yes, I have now verified that the video works like I assumed it would (The subtitle track, on the other hand, is harder to test because chrome apparently forces...

Hmm.. i have no real experience with ender, but I will start looking into and see what I come up with..

Okay, I've looked at this and it looks like ender makes use of commonjs module structures, so something like this should work, correct? ``` if (typeof exports !== 'undefined' &&...