A basic youtube frontend with 0 client side javascript. Made to be fast and easy to use, as well as quick to deploy.
Find a file
Violet d2129512ae
Add todo list!
Added a new section to the Readme.MD that lists all current plans I have for the project. This will be updated over time to reflect if I eventually have any new goals for simpletube.
2023-11-01 10:57:51 -05:00
resources oops :> 2023-11-01 13:42:36 +00:00
static Channels! (work in progress) 2023-11-01 13:33:22 +00:00
.gitignore WAY more STUFF 2023-10-27 00:38:23 -05:00
index.js oops :> 2023-11-01 13:42:36 +00:00
LICENSE Initial commit 2023-10-26 08:34:45 -05:00
package-lock.json Channels! (work in progress) 2023-11-01 13:33:22 +00:00
package.json Channels! (work in progress) 2023-11-01 13:33:22 +00:00
README.md Add todo list! 2023-11-01 10:57:51 -05:00

SimpleTube

Simpletube is a NodeJS youtube client without ads or client-sided javascript.

To-Do

Player Goals

  • Make a basic video player
  • Make it stylish
  • Add captions
  • Show channel on watch page
  • Add live support
  • Add playlist support

Search Goals

  • Add searching of videos
  • Add searching of channels
  • Add searching of playlists
  • Add searching of lives
  • Add specific filter options
  • Add a screen for when a search fails
  • Add mutiple search result pages

Caching

  • "Cache" videos
  • Add cache options
  • Add options for sized based caching

Other

  • Add viewing of channels (Experimental)
  • Make documentation