Skip to content

Commit 42ecc94

Browse files
authored
Update bad_extensions.rs (#834)
* Update bad_extensions.rs Extensions are interchangeable. mp4 files being flagged as bad extensions of m4v. Apologies if they are in the wrong order. * Update bad_extensions.rs
1 parent c549057 commit 42ecc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

czkawka_core/src/bad_extensions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ static WORKAROUNDS: &[(&str, &str)] = &[
8383
("html", "ent"), // Mingw
8484
("html", "md"), // Markdown
8585
("jpg", "jfif"), // Photo format
86+
("m4v", "mp4"), // m4v and mp4 are interchangable
8687
("mobi", "azw3"), // Ebook format
8788
("mpg", "vob"), // Weddings in parts have usually vob extension
8889
("obj", "bin"), // Multiple apps, Czkawka, Nvidia, Windows

0 commit comments

Comments
 (0)