Add files

This commit is contained in:
larsenv 2022-04-04 19:02:04 -05:00
commit 5a6f41914f
No known key found for this signature in database
GPG key ID: A392A43695F3A8AD
3 changed files with 55 additions and 0 deletions

View file

@ -1,2 +1,10 @@
# 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.