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
9
mod app;
pub use app::*;

mod message;
pub use message::*;

// pub mod view_scraping_data;
pub mod view_link_input;
pub mod view_modifying_data;