ocmarin / ssd-bot

A Reddit bot that looks up SSDs posted in r/BuildAPCSales and provides useful insight on the given model.
27 stars 4 forks source link

fixed camel^3 errors when submission titles had parantheses #2

Closed aferrar closed 3 years ago

aferrar commented 3 years ago

Noticed an issue with some camel links when parentheses were in the submission title. It looks like the end parenthesis was cutting off the reddit formatting for urls. Fixed by replacing "(" with "+" and ")" with "" in brand, model, and (optionally) storage variables while constructing urls.