bitwarden

This commit is contained in:
jaydee
2024-09-23 17:52:58 +02:00
parent 16ea251de1
commit 03e8e565aa

View File

@@ -96,4 +96,6 @@ if os.path.exists(_FULL_PATH):
print(output) print(output)
print("Moving...") print("Moving...")
for p in parts: for p in parts:
shutil.move(p.replace(".MP4", ".*"), _PROCESSED) shutil.move(p, _PROCESSED)
shutil.move(p.replace("MP4", "THM"), _PROCESSED)
shutil.move(p.replace("MP4", "LRV").replace("GH","GL"), _PROCESSED)