Benbou

Results 6 comments of Benbou

Hello, I have the same issue. A solution, that I noticed with other programs, is to replace those invalid characters (usually with an underscore "_") instead of removing them.

I have the same issue. To reproduce the issue, the podcast "Dumb-Dumbs - Dragons- A Dungeons - Dragons Podcast" can be used, it have 13 episodes with asterisks in their...

I'm not a go programmer, but a solution could be to add some regex replace inside cleanFileName() (line #401 of podgrab/service/fileService.go) Something like: ```go newString := sanitize.Name(original) re, err :=...

I no longer have the log for this issue because I'm working on a fix for it.

I have a fix for this. I just have to do some cleanup, and I'll open a pull request.

@jjjake I got a pull request that implement this feature: #645 I look forward to your feedback and/or suggestions.