print amount of items found
This commit is contained in:
parent
0e93543c0d
commit
361610707b
@ -667,6 +667,7 @@ if __name__ == '__main__':
|
||||
transcode_lst += transcoded_lst
|
||||
|
||||
if opts.action == "show":
|
||||
print("{} item(s) have been found.".format(len(transcode_lst)))
|
||||
for item in transcode_lst:
|
||||
added_at = datetime.datetime.utcfromtimestamp(float(item.added_at)).strftime("%Y-%m-%d")
|
||||
size = int(item.file_size) if item.file_size else 0
|
||||
|
Loading…
Reference in New Issue
Block a user