I found some problems with some image URLs (they are post preview images for WordPress posts, returned by a REST plugin as UTF-8 strings), using ImageDownloader (but I can imagine the problem is related not only to the ImageDownloader class).
When the image URL contains "special characters" (Unicode characters, It seems) like "à" or "°" the downloader can't download the image, logging the problem as "unsupported URL".
Some url examples that dotn't work are (they correctly work when loading them directly in a web browser):
https://www.sdl.tv/wp-content/uploads/2016/08/Spoiler-2°-puntata-balletto.jpg
https://www.sdl.tv/wp-content/uploads/2016/08/Chi-sarà-Padre-Natura.jpg
Can I, somehow, make these URLs work (or pass them differently from the plug-in...)?
When the image URL contains "special characters" (Unicode characters, It seems) like "à" or "°" the downloader can't download the image, logging the problem as "unsupported URL".
Some url examples that dotn't work are (they correctly work when loading them directly in a web browser):
https://www.sdl.tv/wp-content/uploads/2016/08/Spoiler-2°-puntata-balletto.jpg
https://www.sdl.tv/wp-content/uploads/2016/08/Chi-sarà-Padre-Natura.jpg
Can I, somehow, make these URLs work (or pass them differently from the plug-in...)?