mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-17 05:25:36 +00:00
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
|
transcode_lst += transcoded_lst
|
||||||
|
|
||||||
if opts.action == "show":
|
if opts.action == "show":
|
||||||
|
print("{} item(s) have been found.".format(len(transcode_lst)))
|
||||||
for item in transcode_lst:
|
for item in transcode_lst:
|
||||||
added_at = datetime.datetime.utcfromtimestamp(float(item.added_at)).strftime("%Y-%m-%d")
|
added_at = datetime.datetime.utcfromtimestamp(float(item.added_at)).strftime("%Y-%m-%d")
|
||||||
size = int(item.file_size) if item.file_size else 0
|
size = int(item.file_size) if item.file_size else 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user