Skip to content

Instantly share code, notes, and snippets.

@AlvarezAriel
Last active July 4, 2017 18:42
Show Gist options
  • Select an option

  • Save AlvarezAriel/4aad9e5bdd240d5013f166605b88b5e8 to your computer and use it in GitHub Desktop.

Select an option

Save AlvarezAriel/4aad9e5bdd240d5013f166605b88b5e8 to your computer and use it in GitHub Desktop.
Scrap CCK events
var Xray = require('x-ray');
var x = Xray();
x('http://www.cck.gob.ar/calendario/musica_100', '.event-hour', [ { place: 'span', artist: 'a' } ])(function(err, events) {
console.log(events);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment