Created
July 15, 2013 11:11
-
-
Save masihyeganeh/5999207 to your computer and use it in GitHub Desktop.
Prints download link of all tracks of a SoundCloud user. copy and paste it in URL bar in user's page
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
javascript:window.links=[];$('.soundTitle__title').each(function(index,item){window.links.push(item.href.replace('soundcloud.com','soundcloud2mp3.com')+'/download')});document.write(window.links.join('<br>')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there anyway to get higher quality than 128 bitrate?