Woody2143 / HumbleBundleDL

Script used to download files from Humble Bundle
MIT License
5 stars 2 forks source link

Make some name reformatting changes optional via configuration #6

Open ekuns opened 6 years ago

ekuns commented 6 years ago

It would be nice if parts of the name reformatting that are done could be made optional via configuration. The two parts specifically that I would like to see as optional are:

  1. Replacing spaces with underscores
  2. Removing apostrophes

Others might like other changes to be made, but I cannot think of any other changes right now.

I could imagine doing this with one configuration item per optional name format, or with a single, perhaps comma-separate configuration item. The absence of the configuration item (it should be optional) should result in the default name reformatting as the code does today.