Skip to content

Instantly share code, notes, and snippets.

@Leask
Last active May 3, 2017 08:20
Show Gist options
  • Save Leask/8130754 to your computer and use it in GitHub Desktop.
Save Leask/8130754 to your computer and use it in GitHub Desktop.
Download current playing song in QQ Music(for Mac) to your Downloads folder(~/Downloads).
#!/bin/sh
# Download current playing song in QQ Music(for Mac) to your Downloads folder(~/Downloads).
# by @leaskh
cp ~/Library/Application\ Support/QQMusicMac/QQMusicPlay.tm3 ~/Downloads/QQMusicPlay.mp3
@n3d1117
Copy link

n3d1117 commented Aug 13, 2015

should be changed to:
cp ~/Library/Containers/com.tencent.QQMusicMac/Data/Library/Application\ Support/QQMusicMac/QQMusicPlay.tm3 ~/Downloads/QQMusicPlay.mp3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment