humblebundle-ebook-downloader icon indicating copy to clipboard operation
humblebundle-ebook-downloader copied to clipboard

feat: max filename length option

Open p1tt1 opened this issue 3 years ago • 0 comments

I had the problem with an ebook bundle that the title of the book was longer than the maximum allowed filename length. Therefore I implemented a simple option, which limits the maximum filename length to a certain length and inserts ellipsis characters. A safe check of the options input does not take place at the moment.

p1tt1 avatar Aug 04 '21 10:08 p1tt1