fixed file naming thingy
This commit is contained in:
@@ -52,6 +52,13 @@ class TestExtensionNormalization:
|
||||
(".JPEG", ".jpeg"),
|
||||
(".PNG", ".png"),
|
||||
(".GIF", ".gif"),
|
||||
# Test extensions without dots (common from yt-dlp)
|
||||
("JPG", ".jpg"),
|
||||
("JPEG", ".jpeg"),
|
||||
("MP4", ".mp4"),
|
||||
("WEBM", ".webm"),
|
||||
("mp4", ".mp4"),
|
||||
("gif", ".gif"),
|
||||
]
|
||||
|
||||
for input_ext, expected in test_cases:
|
||||
|
||||
Reference in New Issue
Block a user