We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gif
.webp
1 parent 2b94b71 commit 9b1acd0Copy full SHA for 9b1acd0
src/ios_backup_extractor.pl
@@ -32,7 +32,7 @@
32
APP_VERSION => '1.2.4 (2024-11-13)',
33
};
34
35
-my $wanted_extensions = 'jpg|jpeg|heic|png|mov|3gp|mp4|dng';
+my $wanted_extensions = 'jpg|jpeg|heic|dng|png|mov|3gp|mp4|gif|webp';
36
my @format_options = qw(ym ymd flat);
37
my %prepend_date_formats = ( 'dash' => '%Y-%m-%d_',
38
'underscore' => '%Y_%m_%d_',
0 commit comments