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
Is it possible to add a feature or flag that would skip downloading a file if the file name to download matches a file name that already exists but ignores it if the file extension matches?
I've run into this issue recently as I've run an image optimizer/shrinker to save space, which changes the file extensions from .jpg to .avif
But when I rerun gallery-dl over the source, it starts downloading all the already downloaded files, just converted to a new file extension.
i.e. it would download test-image_1.jpg even though test-image_1.avif existed
The text was updated successfully, but these errors were encountered:
Is it possible to add a feature or flag that would skip downloading a file if the file name to download matches a file name that already exists but ignores it if the file extension matches?
I've run into this issue recently as I've run an image optimizer/shrinker to save space, which changes the file extensions from .jpg to .avif
But when I rerun gallery-dl over the source, it starts downloading all the already downloaded files, just converted to a new file extension.
i.e. it would download
test-image_1.jpg
even thoughtest-image_1.avif
existedThe text was updated successfully, but these errors were encountered: