SimpleTube/README.md
Violet 50bbb2199b Minor changes and fixes
- Added page for no results
- Deleted unused Images
- updated readme Todo list
- Minor code format change to index.js
2023-11-01 18:10:45 +00:00

900 B

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 (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