Open GoogleCodeExporter opened 9 years ago
Got that error, too.
That was because of a 301 Redirect, which wasn't covered by the getUrl method.
I fixed it by adding this code:
if($httpStatus == 301){
$this->getURL(curl_getinfo($curl)['redirect_url'], $tempfile);
}
in the getURL method, on line 1200 [more or less] just after
if($httpStatus == 404){
$this->set404();
}
Hope it helps!
Luca
Original comment by kin...@gmail.com
on 19 Jun 2014 at 1:29
Original issue reported on code.google.com by
godfatherr1988
on 16 Jul 2012 at 11:42