MatthiasLienhard / flowkey_dl

helper to create sheet music from flowkey songs
MIT License
70 stars 15 forks source link

Flowkey Links no longer available #21

Closed CLabeck closed 1 year ago

CLabeck commented 1 year ago

Hey,

I have been a casual user of your flowkey downloader - quite a nice idea and very useful as after the initial few rounds of practicing a new song with the video I find it quite annoying to have the screen moving around all the time. All I want is the static notes then... which your program helped solve :)

Only that flowkey seems to have changed the url / way the notes are shown...

Is there a new way you can make your tool work?

Christian

MatthiasLienhard commented 1 year ago

Yes, flowkey made it harder to get the url of the underlying images, simply right click does not work anymore. It should still work when looking in the browsers cache. With google-chrome browser, you find it by clicking on the three dots in the top right -> more tools -> developer tools, then on the "sources" tab. Here you should find flowkeycdn.com with a folder /sheets, with all the songs from the last session. Click right on the first image (0.png) and then 'copy link location'. There is probably similar ways in other browsers.

CLabeck commented 1 year ago

Brilliant - worked like a charm and I learned something on top. Your tool is great, a real help! Thanks!

Von meinem iPad gesendet

Am 13.12.2022 um 10:54 schrieb Matthias Lienhard @.***>:

 Yes, flowkey made it harder to get the url of the underlying images, simply right click does not work anymore. It should still work when looking in the browsers cache. With google-chrome browser, you find it by clicking on the three dots in the top right -> more tools -> developer tools, then on the "sources" tab. Here you should find flowkeycdn.com with a folder /sheets, with all the songs from the last session. Click right on the first image (0.png) and then 'copy link location'. There is probably similar ways in other browsers.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

MatthiasLienhard commented 1 year ago

Added this to the readme.