Forum Discussion
renojim
4 years agoCommunity Streaming Expert
While what you're trying to do may seem simple, it's actually very difficult. Rokus have no ability to parse HTML (or limited at best). Once your last statement is executed you'll have the HTML in the variable html. You can print it in the debug console to verify that you got it. As you can imagine, that's not very useful. You may want to rethink this project. Retrieving HTML isn't all that helpful. You really want to just retrieve the raw data your website uses to create its display and use Roku components (which are nothing like web components) to display it.
Good luck. You'll need it.