( bAndie9100 | 2017. 02. 24., p – 09:56 )


var page = new WebPage();
page.open(url, function(status)
{
  if(status !== 'success')
    {
        phantom.exit(1);
    }
    else
    {
        ...
    }
});

~~~~~~~~
deb http://deb.uucp.hu/ wheezy yazzy repack