Skip to content

Commit

Permalink
fix: set file date as date of synchronization
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
soanvig committed Sep 22, 2023
1 parent 2437ce1 commit 3e8797d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/downloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ impl Downloader {
todo!("Windows is not supported")
} else {
let mut args = vec![
"--no-mtime".to_string(),
"-x".to_string(),
"-o".to_string(),
format!("{}/%(title)s.%(ext)s", tmp_dir.display()),
Expand Down

0 comments on commit 3e8797d

Please sign in to comment.