diff --git a/coub-dl.py b/coub-dl.py index 85e01af..62e404b 100644 --- a/coub-dl.py +++ b/coub-dl.py @@ -60,5 +60,5 @@ timesLoop = ceil(longer.seconds / shorter.seconds) with open('list.txt', 'w') as f: for i in range(timesLoop): - print(shorterFile, file=f) + print("file '{}'".format(shorterFile), file=f)