Skip to content

Instantly share code, notes, and snippets.

View mradcliffe's full-sized avatar
💭
I may be slow to respond.

Matthew Radcliffe mradcliffe

💭
I may be slow to respond.
View GitHub Profile
//PhantomJS http://phantomjs.org/ based web crawler Anton Ivanov anton.al.ivanov@gmail.com 2012
var fs = require('fs');
var system = require('system');
var arg_url = system.args[1] || '';
var snapshot = system.args[2] || '';
fs.exists('sitemap.xml', function(exists) {
if (exists) {
fs.unlink('sitemap.xml');