Last active
December 13, 2015 18:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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