This commit is contained in:
Elghinnarisa
2022-09-09 20:18:34 +02:00
parent 19ad920d93
commit d4d12e2d41
12 changed files with 54 additions and 30 deletions

View File

@@ -10,9 +10,12 @@ skipto = " -ss "
#droppedFile = "test.mkv"
count = 0
del sys.argv[0]
for each in sys.argv:
#skip first part of sys.argv since it points to script location
arguments = sys.argv[1:]
for each in arguments:
i = 0
print(each)