Closed Kaipert7 closed 11 months ago
This is true for all news songs recently posted. You can get the image url programmatically too. Try these commands in the console of the web browser:
var img = document.querySelector("div.sheet-image");
var imgUrl = img.style.backgroundImage.slice(4, -1).replace(/"/g, "");
console.log(imgUrl);
Same issue as reported here - https://github.com/MatthiasLienhard/flowkey_dl/issues/33
Hi Hannah, thanks for the Information. Frank
Thats cool! I updated the readme file.
I no longer see the entry where I could load the link for the app. I tried different browsers and also older versions. The /sheets/ ... directory cannot be found. Has Flowkey adjusted something so that the download is no longer possible?