diff --git a/handle_imported_video.py b/handle_imported_video.py index 8aaa216..aab74e6 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -95,4 +95,4 @@ if os.path.exists(_FULL_PATH): status, output = subprocess.getstatusoutput(myCmd) print(output) for p in parts: - shutil.move(p, _PROCESSED) \ No newline at end of file + shutil.move(p.replace(".MP4", ".*"), _PROCESSED) \ No newline at end of file