refactor: add iterators for parsing tokens
This commit is contained in:
parent
b3331b36a7
commit
0008e305c2
3 changed files with 153 additions and 124 deletions
40
README.md
40
README.md
|
|
@ -1,5 +1,7 @@
|
|||
# RustyPipe
|
||||
|
||||
[](https://ci.thetadev.de/ThetaDev/rustypipe)
|
||||
|
||||
Client for the public YouTube / YouTube Music API (Innertube),
|
||||
inspired by [NewPipe](https://github.com/TeamNewPipe/NewPipeExtractor).
|
||||
|
||||
|
|
@ -7,25 +9,25 @@ inspired by [NewPipe](https://github.com/TeamNewPipe/NewPipeExtractor).
|
|||
|
||||
### YouTube
|
||||
|
||||
- [X] **Player** (video/audio streams, subtitles)
|
||||
- [X] **Playlist**
|
||||
- [X] **VideoDetails** (metadata, comments, recommended videos)
|
||||
- [X] **Channel** (videos, shorts, livestreams, playlists, info, search)
|
||||
- [X] **ChannelRSS**
|
||||
- [X] **Search** (with filters)
|
||||
- [X] **Search suggestions**
|
||||
- [X] **Trending**
|
||||
- [X] **URL resolver**
|
||||
- **Player** (video/audio streams, subtitles)
|
||||
- **Playlist**
|
||||
- **VideoDetails** (metadata, comments, recommended videos)
|
||||
- **Channel** (videos, shorts, livestreams, playlists, info, search)
|
||||
- **ChannelRSS**
|
||||
- **Search** (with filters)
|
||||
- **Search suggestions**
|
||||
- **Trending**
|
||||
- **URL resolver**
|
||||
|
||||
### YouTube Music
|
||||
|
||||
- [X] **Playlist**
|
||||
- [X] **Album**
|
||||
- [X] **Artist**
|
||||
- [X] **Search**
|
||||
- [X] **Search suggestions**
|
||||
- [X] **Radio**
|
||||
- [X] **Track details** (lyrics, recommendations)
|
||||
- [X] **Moods/Genres**
|
||||
- [X] **Charts**
|
||||
- [X] **New**
|
||||
- **Playlist**
|
||||
- **Album**
|
||||
- **Artist**
|
||||
- **Search**
|
||||
- **Search suggestions**
|
||||
- **Radio**
|
||||
- **Track details** (lyrics, recommendations)
|
||||
- **Moods/Genres**
|
||||
- **Charts**
|
||||
- **New** (albums, music videos)
|
||||
|
|
|
|||
Reference in a new issue