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
2024-02-13 16:04:23 -06:00
resources New hme page 2024-02-13 16:04:23 -06:00
static test 2023-11-28 04:39:06 +00:00
.gitignore WAY more STUFF 2023-10-27 00:38:23 -05:00
Dockerfile General fixing time,,, 2023-11-17 17:58:39 +00:00
index.js New hme page 2024-02-13 16:04:23 -06:00
LICENSE Initial commit 2023-10-26 08:34:45 -05:00
meta.txt test 2023-11-28 04:39:06 +00:00
package-lock.json New hme page 2024-02-13 16:04:23 -06:00
package.json New hme page 2024-02-13 16:04:23 -06:00
README.md Update README.md 2024-02-13 19:25:24 +00:00

SimpleTube

Simpletube is a NodeJS youtube client without ads or client-sided javascript. It is currently being completely rewritten to use youtube.js, so some functions may be partially broken. Thank you for your patience!

To-Do

Player Goals

  • Make a basic video player
  • Make it stylish
  • Add channel info
  • 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 (Note: Searching of lives has been implemented before, but I want to implement it in the same update as actual stream support.)
  • 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

Channels

  • Show Links

Other

  • Add viewing of channels (Experimental)
  • Make documentation
  • Make links clickable by default