Error: File name cannot contain any of the following characters: * " \ / < > : | ?
I just added a simple regex to filter out these characters completely, and the problem is now gone. This didn't crop up on MacOS (and maybe Linux? haven't tested) due to it being more lax with file names, but I think it's best to apply this for all platforms so that nothing bizarre happens when syncing between different operating systems.
Had an error come up while trying to grab a recipe with quotes in the title (https://www.cookwell.com/recipe/lamb-pita-smash-burger) on my Windows machine.
I just added a simple regex to filter out these characters completely, and the problem is now gone. This didn't crop up on MacOS (and maybe Linux? haven't tested) due to it being more lax with file names, but I think it's best to apply this for all platforms so that nothing bizarre happens when syncing between different operating systems.