invidious 0.7.8

Get information about videos from YouTube with this simple Invidious API wrapper. Does not use the YouTube API (No tokens required)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Channel related structs.
///
/// No reasons to look in here unless you want to re-implement functions yourself. Which you can do by first disabling all fetch features, and start with just the binding structs.
pub mod channel;
/// Structs that doesn't belong in either of the other two categories.
///
/// No reasons to look in here unless you want to re-implement functions yourself. Which you can do by first disabling all fetch features, and start with just the binding structs.
pub mod universal;
/// Video related structs.
///
/// No reasons to look in here unless you want to re-implement functions yourself. Which you can do by first disabling all fetch features, and start with just the binding structs.
pub mod video;