- Go to playlist page
- Run script
- Scroll playlist
- Save console log to file
- Sort and uniq
- Success!
Last active
November 2, 2015 07:17
-
-
Save VovanR/2b9440caf8b93872c503 to your computer and use it in GitHub Desktop.
Get artists list form Yandex.Music
This file contains 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
$(window).scroll(()=>{$('.track__artists a').each((i,e)=>{console.log(e.innerHTML.replace('amp;', ''))})}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment