No description
Find a file
2022-04-04 19:03:54 -05:00
video/wii Add files 2022-04-04 19:02:04 -05:00
wiimc Add files 2022-04-04 19:02:04 -05:00
LICENSE Initial commit 2022-04-04 18:58:39 -05:00
README.md Update README.md 2022-04-04 19:03:54 -05:00

RiiTube

A way to watch YouTube on your Wii with WiiMC.

The code is extremely simple. All it does is:

  1. Use Inviduous API to search for videos, or browse trending or popular videos (probably tech-related because that's what Inviduous tends to grab).
  2. Returns a playlist file in WiiMC format.
  3. Uses the pytube Python module to determine the exact URL of the video file, and proxies that to the Wii.

It's very simple, and I haven't seen any stuttering of the video or anything like that.