chore: add readme and license
This commit is contained in:
parent
254c3885dc
commit
df2952729a
3 changed files with 710 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# RustyPipe
|
||||
|
||||
Client for the public YouTube / YouTube Music API (Innertube),
|
||||
inspired by [NewPipe](https://github.com/TeamNewPipe/NewPipeExtractor).
|
||||
|
||||
## Features
|
||||
|
||||
### YouTube
|
||||
|
||||
- [X] **Player** (video/audio streams, subtitles)
|
||||
- TODO: Livestream support
|
||||
- [X] **Playlist**
|
||||
- [ ] **VideoDetails** (metadata, comments, recommended videos)
|
||||
- [ ] **Channel**
|
||||
- [ ] **ChannelRSS**
|
||||
- [ ] **Search**
|
||||
- [ ] **Search suggestions**
|
||||
- [ ] **Trending**
|
||||
|
||||
### YouTube Music
|
||||
|
||||
- [ ] **Playlist**
|
||||
- [ ] **Album**
|
||||
- [ ] **Artist**
|
||||
- [ ] **Search**
|
||||
- [ ] **Search suggestions**
|
||||
- [ ] **Moods**
|
||||
- [ ] **Charts**
|
||||
- [ ] **New**
|
||||
Reference in a new issue