musescore-rip

Crates.iomusescore-rip
lib.rsmusescore-rip
version0.1.0
sourcesrc
created_at2022-02-07 16:46:04.816676
updated_at2022-02-07 16:46:04.816676
descriptionDownload musescore scores as svg files
homepage
repositoryhttps://github.com/lukaprsina/musescore-rip
max_upload_size
id528513
size66,749
Luka (lukaprsina)

documentation

README

musescore.com rip

Download any score from the community sheet publishing website musescore.com. Enter the scores URL as the argument. Based on headless-chrome.

If it doesn't work, inspect element on any sheet page and add the class name of page div as an argument --div-class. You will see that this class is the same for all the pages.

in this case the correct class is "vAVs3"

<div class="vAVs3"> <!-- Add this as --div-class argument -->
    <img class="_2zZ8u"> <!-- This is the .svg file of the page -->
    <div class="_2veuP">
        <div class="_1gf3p _1t3VX"></div>
    </div>
    <div class="_1gf3p _1t3VX"></div>
    <div class="_1gf3p _1t3VX"></div>
</div>
Commit count: 7

cargo fmt