Created
August 3, 2011 21:46
-
-
Save OpenGrid/1123868 to your computer and use it in GitHub Desktop.
HEXdump in HTML conversion to binary from Grooveshark about:cache?device=memory cache file
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
cat inputFileName | grep -e '[0-9a-f][0-9a-f][0-9a-f][0-9a-f]:'| \ | |
sed -u 's/<pre>0000/0000/' | sed -u 's/ / /g' | \ | |
sed -u 's/\([0-9a-f][0-9a-f]\) \([0-9a-f][0-9a-f]\)/\1\2/g' | \ | |
xxd -r > mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment