fix: increase default timeout to 20s, use ffmpeg copy arg

refactor: use enum for navigation endpoint
This commit is contained in:
ThetaDev 2023-05-17 14:35:10 +02:00
parent dc7bd7befc
commit 805cc5088f
11 changed files with 226 additions and 157 deletions

View file

@ -385,7 +385,7 @@ async fn download_videos(
#[tokio::main]
async fn main() {
env_logger::init();
env_logger::builder().format_timestamp_micros().init();
let cli = Cli::parse();