created cli crate
This commit is contained in:
parent
beb1177a11
commit
a3f6dc3e93
7 changed files with 1680 additions and 26 deletions
|
|
@ -15,8 +15,8 @@ struct QPlaylist {
|
|||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct TmpEntry {
|
||||
title: String,
|
||||
video_id: String,
|
||||
pub title: String,
|
||||
pub video_id: String,
|
||||
}
|
||||
|
||||
impl RustyTube {
|
||||
|
|
|
|||
Reference in a new issue