ncmdump.rs icon indicating copy to clipboard operation
ncmdump.rs copied to clipboard

netease cloud music copyright protection file dump by rust

Results 5 ncmdump.rs issues
Sort by recently updated
recently updated
newest added

When the official app downloads no-copyright songs, it creates mp3 files with embedded cover images, which is very nice. This makes me believe the `.ncm` files probably also contain image...

According to the [documentation](https://github.com/iqiziqi/ncmdump.rs#install), `ncmdump` can be installed via `cargo install`, but it doesn't work. ```log puqns67@Puqns67sPC ~> cargo install ncmdump Updating crates.io index Downloaded ncmdump v0.7.2 Downloaded 1 crate...

`glob` is only used on Windows target, but it will be download on all targets, this PR fixes this issue.