Hi, we detecta that this module can´t scrape image with latin character in URL.

the solution: use: utf8_decode in line 533, example:

$url = utf8_decode($hrefs->item($i)->getAttribute('src'));

Comments

rooby’s picture

Is there any chance you could provide an RSS feed for testing that contains items with images that have URLs containing these characters?