ytmdl 0.3.4

Downloads albums from YouTube and automatically fills them with metadata from Discogs
Documentation
1
2
3
4
5
6
7
8
pub mod discogs;
pub use discogs::*;

pub mod youtube;
pub use youtube::*;

pub mod youtube_playlist;
pub use youtube_playlist::*;