DMarby / humblebundle-ebook-downloader

An easy way to download ebooks from your humblebundle account
The Unlicense
230 stars 27 forks source link

feat: max filename length option #50

Open p1tt1 opened 3 years ago

p1tt1 commented 3 years ago

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.