Last active
May 3, 2017 08:20
-
-
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).
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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should be changed to:
cp ~/Library/Containers/com.tencent.QQMusicMac/Data/Library/Application\ Support/QQMusicMac/QQMusicPlay.tm3 ~/Downloads/QQMusicPlay.mp3