Skip to content

Instantly share code, notes, and snippets.

@corpix
Last active December 15, 2015 20:48
Show Gist options
  • Select an option

  • Save corpix/5320966 to your computer and use it in GitHub Desktop.

Select an option

Save corpix/5320966 to your computer and use it in GitHub Desktop.
wgetify vk.com/audio
$('a')
.filter(function(i,a){ return $(a).text() == 'Have A Cow' })
.each(function(i,o){
console.log('wget', $(o).closest('.area').find('input[type=hidden]').val().split(',')[0]);
}), undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment