youtube-dl saves files with custom character substitutions such as replacing double quotes with single quotes and forwards slashes with spaces. This is meant to keep system paths safe, however it becomes somewhat of an issue when trying to manage temporary download storage and conversion. Currently, it is causing failed ffmpeg conversions with certain titled videos causing the passed system path to the downloaded video to not exist.
youtube-dl saves files with custom character substitutions such as replacing double quotes with single quotes and forwards slashes with spaces. This is meant to keep system paths safe, however it becomes somewhat of an issue when trying to manage temporary download storage and conversion. Currently, it is causing failed ffmpeg conversions with certain titled videos causing the passed system path to the downloaded video to not exist.