fix: increase default timeout to 20s, use ffmpeg copy arg
refactor: use enum for navigation endpoint
This commit is contained in:
parent
dc7bd7befc
commit
805cc5088f
11 changed files with 226 additions and 157 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Reference in a new issue