
[=tc.comment] only gets the full comment from descript.ion which in my case often includes an url, which doesn't play nice with windows filename.
in this case:
descript.ion for setup.zip:
Code: Select all
Total Commander Installer\nInstalls Total Commander\nÂ
column 2 would be: Installs Total Commander
column 3would be: hxxps://example.com
maybe?
[=tc.comment.split(\n)[0]], [=tc.comment.split(\n)[1]
...it would also make renaming a lot easier