var page = new WebPage();
page.open(url, function(status)
{
if(status !== 'success')
{
phantom.exit(1);
}
else
{
...
}
});
~~~~~~~~
deb http://deb.uucp.hu/ wheezy yazzy repack
var page = new WebPage();
page.open(url, function(status)
{
if(status !== 'success')
{
phantom.exit(1);
}
else
{
...
}
});
~~~~~~~~
deb http://deb.uucp.hu/ wheezy yazzy repack