SimpleTube/README.md

27 lines
706 B
Markdown
Raw Normal View History

2023-10-26 08:34:45 -05:00
# SimpleTube
Simpletube is a NodeJS youtube client without ads or client-sided javascript.
# To-Do
## Player Goals
- [x] Make a basic video player
- [x] Make it *stylish*
- [ ] Add captions
- [ ] Show channel on watch page
- [ ] Add live support
- [ ] Add playlist support
## Search Goals
- [x] Add searching of videos
- [x] 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
- [x] "Cache" videos
- [ ] Add cache options
- [ ] Add options for sized based caching
## Other
- [x] Add viewing of channels (Experimental)
- [ ] Make documentation