You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded a lot of images from Flickr (over 1TB) before there was an update which added the last-modified time to downloaded files.
If I was to redownload everything it would take too much time.
Is it possible to simply update the last modified time of existing files?
The text was updated successfully, but these errors were encountered:
Flandyn
changed the title
Feature request: Option to update/overwrite existing files
Feature request: Option to update existing files
Jul 13, 2019
Flandyn
changed the title
Feature request: Option to update existing files
Feature request: Update last-modified time of existing files
Jul 13, 2019
It's Last-Modified header says Fri, 01 Mar 2019 14:33:50 GMT, even though it was uploaded in 2015.
Anyway, 16c582a adds an mtime post-processor and a --mtime-from-date command-line switch that can set modification times according to a file's metadata. In combination with --no-download from 6209728, you can update your files' mtime with:
I have downloaded a lot of images from Flickr (over 1TB) before there was an update which added the last-modified time to downloaded files.
If I was to redownload everything it would take too much time.
Is it possible to simply update the last modified time of existing files?
The text was updated successfully, but these errors were encountered: