1
0

adds webm to supported extensions

This commit is contained in:
2025-05-04 17:50:07 +02:00
parent 775c1e4ae8
commit a9fbf848b8
+1 -1
View File
@@ -12,7 +12,7 @@ import time
import psutil
from tqdm import tqdm
video_extensions: list[str] = ["mp4", "mkv", "avi", "wmv", "mov", "m4v", "ts", "flv", "mpg"]
video_extensions: list[str] = ["mp4", "mkv", "avi", "wmv", "mov", "m4v", "ts", "flv", "mpg", "webm"]
total_files: int = 0