Skip to content

Instantly share code, notes, and snippets.

@ilagnev
Last active December 13, 2015 18:59
Show Gist options
  • Save ilagnev/4959676 to your computer and use it in GitHub Desktop.
Save ilagnev/4959676 to your computer and use it in GitHub Desktop.
vk.com music download, save audio page as audio.html and run shell command
egrep -o "http[^,]+.mp3" audio.html | xargs wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment