initial bits to make a ytdl addition

This commit is contained in:
Chris Cochrun 2023-04-21 13:42:18 -05:00
parent 405a310e02
commit 666c22ae66
12 changed files with 353 additions and 1 deletions

View file

@ -8,4 +8,5 @@ mod settings;
mod slide_model;
mod slide_obj;
pub mod video_model;
pub mod ytdl;
// mod video_thumbnail;