updated
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user